Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh6304467622308438092.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 95ce65b45e6bcdaa6a765419cd80ed080e48107e [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘hawk_master_356-jkl52’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-master-356-jkl52-16r4v-4ch0n because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-356-jkl52-16r4v-4ch0n" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-master-356-jkl52-16r4v-nbhhp because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-356-jkl52-16r4v-nbhhp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-master-356-jkl52-16r4v-1wk79 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-356-jkl52-16r4v-1wk79" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... Created Pod: kubernetes hawk/hawk-master-356-jkl52-16r4v-bc7jl [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Scheduled] Successfully assigned hawk/hawk-master-356-jkl52-16r4v-bc7jl to okdnode-9 [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][AddedInterface] Add eth0 [10.40.20.45/23] from openshift-sdn [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Pulled] Container image "maven:3-jdk-11" already present on machine [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Created] Created container maven [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Started] Started container maven [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Created] Created container jnlp [Normal][hawk/hawk-master-356-jkl52-16r4v-bc7jl][Started] Started container jnlp Agent hawk-master-356-jkl52-16r4v-bc7jl is provisioned from template hawk_master_356-jkl52-16r4v --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/356/" runUrl: "job/hawk/job/master/356/" labels: jenkins: "slave" jenkins/label-digest: "ec3c7f4786749598e6803bf77ea4dd6b4c8c0a90" jenkins/label: "hawk_master_356-jkl52" name: "hawk-master-356-jkl52-16r4v-bc7jl" 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-356-jkl52-16r4v-bc7jl" - name: "JENKINS_NAME" value: "hawk-master-356-jkl52-16r4v-bc7jl" - 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-356-jkl52-16r4v-bc7jl 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-ssh7663961106868805807.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 95ce65b45e6bcdaa6a765419cd80ed080e48107e (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 95ce65b45e6bcdaa6a765419cd80ed080e48107e # timeout=10 Commit message: "Tweak bump-versions.sh to bump the SQLite folder and license feature versions too" > git rev-list --no-walk 938712bb39b48de3ed553cc616de113734be21b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Tycho) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/share/maven Java version: 11.0.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/junit11745073686319821060 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/junit10155828556370675894 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/junit16410444279268361522 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/junit4539114374460599494 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/junit11321629078632867349 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/junit10233086885871348985 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/junit16073168061774432777 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/junit16727732729743138980 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/junit13052247288295164087 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/junit14630982343600150608 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/junit17500414939366835999 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/junit17614179267794964788 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/junit17617145109808671763 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/junit3609498043474532387 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/junit12845054746400545323 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/junit10662807275244693818 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/junit17530780655633958489 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/junit4814190928871356502 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/junit4157136702965500106 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/junit2991891753872935586 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/junit16441040667322952113 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/junit5293935891430619695 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/junit10478024576612070628 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/junit5035232256435120798 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/junit9772023973116932757 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/junit3146555672359211497 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/junit9027638984019382833 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/junit1138215980200348716 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit8810214553874730571 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit8810214553874730571 Starting database plocal:/tmp/junit14700806234940611066 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit14780708720469166637 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/junit12736398630180625793 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/junit2957985321381917148 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/junit6624886349036762223 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit7344121055267811922 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/junit17322775599665961741 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/junit9378904262181867721 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/junit11019027377674037136 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/junit7469529749205099485 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/junit16364519390487069873 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/junit17936195389674714065 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit13072393321132886552 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: 28.907 s - in org.eclipse.hawk.backend.tests.BackendTestSuite addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.455 s getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.015 s invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.299 s doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.812 s removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.676 s removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.602 s removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.626 s indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.591 s integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.688 s integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.532 s indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.561 s removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.723 s removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.583 s addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.562 s addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.558 s query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.481 s removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.568 s removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.529 s nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.489 s queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.535 s addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.602 s removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.643 s indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.546 s deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.602 s floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.673 s removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.477 s indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.45 s testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.467 s testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 1.151 s testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.441 s twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.518 s oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.596 s oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.435 s oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.616 s oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.548 s escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.642 s escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.568 s escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.69 s twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.439 s oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.666 s oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.472 s threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.672 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/junit16308025057951056323/test_set0[OrientDB] Jul 06, 2022 6:31:01 PM com.orientechnologies.common.log.OLogManager log INFO: Auto configuration of disk cache size. Jul 06, 2022 6:31:01 PM com.orientechnologies.common.log.OLogManager log INFO: Disk cache size is directly set by the user to the 300 mb Jul 06, 2022 6:31:02 PM com.orientechnologies.common.log.OLogManager log WARNING: The configured memory chunk size (1073741824 bytes) is larger than the configured maximum cache size (314572800 bytes). That may cause overallocation of a memory which will be wasted, please tune the configuration up. Use the storage.diskCache.bufferSize OrientDB option to raise the cache memory size or memory.chunk.size OrientDB option to lower memory chunk size. Jul 06, 2022 6:31:02 PM com.orientechnologies.common.log.OLogManager log INFO: Lowering memory chunk size from 1,073,741,824B to 314,572,800B. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.orientechnologies.common.directmemory.OByteBufferPool (file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/target/work/configuration/org.eclipse.osgi/107/0/.cp/lib/jars/orientdb-core-2.2.30.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of com.orientechnologies.common.directmemory.OByteBufferPool WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Jul 06, 2022 6:31:02 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit16308025057951056323/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:31:04.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:04.668 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:04.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:04.671 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:04.671 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:04.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:04.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:04.676 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:04.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:31:04.677 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 18:31:04.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:04.678 [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 18:31:04.680 [pool-2-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 18:31:05.047 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 18:31:05.047 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 18:31:05.047 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:31:05.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:05.048 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:05.064 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:31:05.178 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:31:05.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:05.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:05.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:05.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:05.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:05.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:05.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:05.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:05.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:05.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:05.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 18:31:05.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:05.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 18:31:05.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:05.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:05.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:05.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:05.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:05.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:05.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:05.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:05.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:05.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:05.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:05.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:05.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:05.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:05.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:31:05.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:31:05.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:31:05.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:31:05.443 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:31:05.445 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:31:05.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:31:05.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:31:05.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:31:05.646 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:31:05.648 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:31:05.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:31:05.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:31:05.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:06.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 18:31:06.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:06.082 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:06.376 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:06.379 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:06.379 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.370 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:31:08.373 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:08.374 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:08.374 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:31:08.536 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:31:09.054 [pool-2-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 18:31:28.550 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 20 sec (20 sec total) to /set0.xmi 18:31:33.363 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 18:31:33.363 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:31:40.179 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi 18:31:41.990 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~8 sec) 18:31:41.990 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 33s627ms [pure insertion] marking any relevant derived attributes for update...18:31:41.990 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:31:41.992 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:31:42.036 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:42.036 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:03.176 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:03.176 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~21.139s attempting to resolve any uninitialized derived attributes... 18:32:03.176 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:03.176 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:03.177 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:03.177 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 21s202ms [proxy update] 18:32:03.238 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:03.239 [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 18:32:16.847 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 70 s 764 ms 18:32:17.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:17.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:17.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:17.057 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:17.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:17 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit16308025057951056323/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2952379186542468162/test_tree[OrientDB] Jul 06, 2022 6:32:17 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit2952379186542468162/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:18.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:18.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:18.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:18.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:18.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:18.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:18.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:18.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:18.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:18.362 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:18.362 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 18:32:18.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:18.364 [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 18:32:18.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:18.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:18.377 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:18.479 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:18.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:18.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)] 18:32:18.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:18.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:18.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:18.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:18.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:18.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:18.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:18.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:18.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:18.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:18.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:18.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:18.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:18.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:18.547 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:18.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:18.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:18.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:18.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:18.670 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:18.672 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.674 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.674 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.739 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:32:18.740 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:18.741 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:18.741 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:18.783 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:18.867 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:18.868 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:32:18.871 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:18.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s132ms [pure insertion] marking any relevant derived attributes for update...18:32:18.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:18.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:18.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.872 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.873 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.873 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:18.874 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.874 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.874 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.874 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:32:18.875 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:18.875 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:32:18.878 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 207 ms 18:32:18.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:18.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/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:18.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:18.956 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:19.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit2952379186542468162/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5591642117989952572/test_treeWithSpaces[OrientDB] Jul 06, 2022 6:32:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit5591642117989952572/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:19.810 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:19.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:19.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:19.813 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:19.813 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:19.813 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:19.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:19.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:19.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:19.813 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:19.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:19.814 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:19.815 [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 18:32:19.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:19.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:19.837 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:19.957 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:19.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:19.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:19.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:19.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:19.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:19.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:19.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:19.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:19.971 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:19.971 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:19.973 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:19.982 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:19.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:20.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:20.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:20.079 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:20.141 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:20.143 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:20.143 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:20.145 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 18:32:20.146 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:20.147 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:20.147 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:20.182 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:20.261 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:20.261 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 18:32:20.261 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:20.262 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s117ms [pure insertion] marking any relevant derived attributes for update...18:32:20.262 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:20.263 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:20.263 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:20.263 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:20.264 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:32:20.265 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:20.265 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 18:32:20.266 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 187 ms 18:32:20.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:20.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:20.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:20.344 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:20.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit5591642117989952572/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9698154339213161367/test_treeCrossResourceContainment[OrientDB] Jul 06, 2022 6:32:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit9698154339213161367/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:20.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:20.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:20.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:20.947 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:20.947 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:20.947 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:20.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:20.948 [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! 18:32:20.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:20.948 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:20.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:20.949 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:20.950 [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 18:32:20.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:20.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:20.959 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:21.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)] 18:32:21.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:21.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:21.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:21.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:21.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:21.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:21.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:21.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:21.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:21.064 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:21.140 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:21.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:21.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:21.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:21.237 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:21.239 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:21.241 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:21.241 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:21.243 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:21.244 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:21.244 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:21.244 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:21.280 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:21.366 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:21.366 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:21.385 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:21.385 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s142ms [pure insertion] marking any relevant derived attributes for update...18:32:21.385 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:21.385 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:21.387 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 18:32:21.387 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:21.387 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:21.387 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 18:32:21.387 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 18:32:21.388 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:21.388 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 18:32:21.389 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:21.389 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:21.389 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:21.389 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:21.389 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:21.389 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:21.392 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 18:32:21.439 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 18:32:21.439 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.05s attempting to resolve any uninitialized derived attributes... 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s51ms [proxy update] 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:21.440 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 18:32:21.443 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 205 ms 18:32:21.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:21.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:21.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:21.461 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:21.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit9698154339213161367/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6136172475716776107/test_derivedEdgeCollection[OrientDB] Jul 06, 2022 6:32:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit6136172475716776107/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:22.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:22.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:22.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 18:32:22.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:22.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:22.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:22.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:22.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:22.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:22.337 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:22.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:22.337 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:22.338 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:32:22.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:22.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:22.348 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:22.376 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:22.441 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:22.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:22.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:22.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 18:32:22.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:22.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:22.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:22.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:22.459 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:22.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:22.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:22.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:22.558 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:22.560 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:22.561 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:22.561 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:22.563 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:32:22.564 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:22.564 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:22.564 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:22.656 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:22.686 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:32:22.686 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:32:22.689 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:22.689 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:32:22.689 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:22.689 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:22.689 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:22.689 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:22.690 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:22.690 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:22.736 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:22.736 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s48ms [proxy update] 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 179 ms 18:32:22.737 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 18:32:22.738 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 18:32:22.739 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 18:32:22.739 [pool-6-thread-1] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:32:22.749 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 18:32:22.752 [pool-6-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 18:32:22.847 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:32:22.848 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.108s 18:32:22.848 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 18:32:22.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:22.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:22.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:22.870 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:22.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit6136172475716776107/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2475109332994238992/test_deriveThenAdd[OrientDB] Jul 06, 2022 6:32:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit2475109332994238992/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:23.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:23.671 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:23.671 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:23.671 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:23.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:23.671 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:23.672 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:23.672 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:32:23.678 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: crossrefs (http://github.com/mondo-hawk/testing/xrefs) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/crossrefs.ecore] Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 18:32:23.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:23.736 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:23.738 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:23.765 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:23.774 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:23.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:23.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:23.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:23.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:23.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:23.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:23.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:23.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:23.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:23.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:23.784 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:23.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:23.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 18:32:23.837 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 18:32:23.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 18:32:23.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:23.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:23.873 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:23.876 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:23.877 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:23.878 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:23.879 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:23.881 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:23.881 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:23.881 [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)] 18:32:23.965 [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: [] 18:32:24.071 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:24.071 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:24.096 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:24.096 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s217ms [pure insertion] marking any relevant derived attributes for update...18:32:24.096 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:24.097 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:24.098 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:24.098 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:24.098 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:24.098 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:24.137 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:24.139 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:24.139 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:24.141 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:24.142 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...18:32:24.142 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:24.142 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:24.143 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:24.143 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:24.143 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:24.143 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:32:24.144 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:32:24.145 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:24.145 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:24.147 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:24.147 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:24.147 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:24.147 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:24.147 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:24.148 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:24.150 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:24.161 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:24.161 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.013s attempting to resolve any uninitialized derived attributes... 18:32:24.161 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:24.161 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:24.162 [pool-7-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 18:32:24.270 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:32:24.270 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:24.270 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s123ms [proxy update] 18:32:24.270 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:24.271 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:24.271 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 398 ms 18:32:24.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:24.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:24.278 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:24.278 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:24.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:24 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit2475109332994238992/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit10200714012147009679/test_derivedEdgeSingle[OrientDB] Jul 06, 2022 6:32:24 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit10200714012147009679/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:24.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:24.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:24.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:24.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:24.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:24.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:24.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:24.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:24.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:24.943 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:24.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:24.944 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:24.944 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:32:24.949 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:24.949 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:24.950 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:24.976 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:25.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:25.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:25.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:25.042 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:25.042 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:25.042 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:25.042 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:25.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:25.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:25.046 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:25.054 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:25.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:25.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:25.143 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:25.144 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:25.146 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:25.147 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:25.147 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:25.149 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:32:25.150 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:25.150 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:25.150 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:25.241 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:25.273 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:32:25.273 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:32:25.275 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:25.275 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:32:25.275 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:25.275 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:25.276 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:25.276 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:25.277 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 133 ms 18:32:25.278 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 18:32:25.278 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 18:32:25.279 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 18:32:25.279 [pool-8-thread-1] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:32:25.286 [pool-8-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 18:32:25.387 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:32:25.387 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.108s 18:32:25.387 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 18:32:25.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:25.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:25.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:25.437 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:25.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:25 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit10200714012147009679/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4587515142531444250/test_addThenIndex[OrientDB] Jul 06, 2022 6:32:25 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit4587515142531444250/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:26.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:26.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:26.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:26.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:26.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:26.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:26.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:26.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:26.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:26.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:26.161 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:26.162 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:26.162 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 18:32:26.166 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:26.166 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:26.167 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:26.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:26.246 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:26.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:26.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 18:32:26.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:26.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:26.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:26.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:26.260 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:26.266 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:26.266 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:26.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:26.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:26.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:32:26.360 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:26.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:32:26.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:32:26.363 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:26.365 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:26.365 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:26.366 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:26.368 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:26.368 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:26.368 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:26.453 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:26.546 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:26.546 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:26.568 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:26.568 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s202ms [pure insertion] marking any relevant derived attributes for update...18:32:26.568 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:26.569 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:26.570 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:26.570 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:26.570 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:26.570 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:26.570 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:26.571 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:26.571 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:26.572 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:26.572 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:26.572 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:26.572 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:26.573 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:26.573 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:26.573 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:26.573 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:26.574 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:26.575 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:26.575 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:26.576 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:26.576 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:26.577 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:26.577 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:26.577 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:26.577 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:26.579 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:26.641 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:26.641 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.064s attempting to resolve any uninitialized derived attributes... 18:32:26.641 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:26.641 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:26.642 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:26.642 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 18:32:26.642 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:26.642 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:26.642 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 281 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:32:26.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:26.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:26.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:26.651 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:26.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:26 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit4587515142531444250/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2484877686961536685/test_lookupWithIndex[OrientDB] Jul 06, 2022 6:32:26 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit2484877686961536685/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:27.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:27.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:27.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:27.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:27.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:27.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:27.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:27.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:27.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:27.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:27.451 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:27.452 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:27.452 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 18:32:27.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:27.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:27.457 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:27.485 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:27.542 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:27.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:27.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:27.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:27.544 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:27.545 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:27.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:27.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:27.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:27.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:27.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:27.548 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:27.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:27.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:27.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:27.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:27.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:27.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:32:27.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:32:27.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:32:27.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:27.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:27.663 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:27.666 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:27.669 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:27.669 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:27.670 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:27.671 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:27.671 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:27.671 [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)] 18:32:27.775 [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)] 18:32:27.838 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:27.838 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:27.860 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:27.860 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s190ms [pure insertion] marking any relevant derived attributes for update...18:32:27.860 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:27.860 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:27.862 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:27.862 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:27.862 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:27.862 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:27.862 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:27.863 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:27.863 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:27.866 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:27.866 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:27.866 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:27.866 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:27.868 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:27.868 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:27.868 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:27.868 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:27.869 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:27.870 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:27.870 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:27.871 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:27.871 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:27.871 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:27.871 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:27.871 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:27.871 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:27.874 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:27.943 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:27.943 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.072s attempting to resolve any uninitialized derived attributes... 18:32:27.943 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:27.943 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:27.944 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:27.944 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 18:32:27.944 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:27.944 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:27.944 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 281 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:32:27.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:27.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:27.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:27.952 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:27.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit2484877686961536685/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8644757058515004762/test_lookupWithoutIndex[OrientDB] Jul 06, 2022 6:32:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit8644757058515004762/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:28.647 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:28.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:28.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:28.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:28.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:28.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:28.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:28.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:28.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:28.653 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:28.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:28.653 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:28.653 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 18:32:28.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:28.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:28.659 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:28.742 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:28.742 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:28.742 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:28.742 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:28.742 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:28.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:28.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:28.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:28.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:28.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:28.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:28.754 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:28.759 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:28.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:28.843 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:28.845 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:28.845 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:28.847 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:28.849 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:28.849 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:28.851 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:28.852 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:28.852 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:28.852 [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)] 18:32:28.937 [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)] 18:32:28.967 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:28.967 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:28.988 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:28.988 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s138ms [pure insertion] marking any relevant derived attributes for update...18:32:28.988 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:28.989 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:28.990 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:28.990 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:28.990 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:28.990 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:32:28.991 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:32:28.991 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:28.991 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:28.992 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:28.992 [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...18:32:28.992 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:28.992 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:28.994 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:28.994 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:28.994 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:28.994 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:28.994 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:28.995 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:28.995 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:29.037 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:29.037 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s43ms [pure insertion] marking any relevant derived attributes for update...18:32:29.038 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:29.038 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:29.038 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.038 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.040 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:29.050 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.013s attempting to resolve any uninitialized derived attributes... 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:29.051 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 18:32:29.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:29.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:29.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:29.056 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:29.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit8644757058515004762/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13282524418191189033/test_eContainersIsUpdatedRoot[OrientDB] Jul 06, 2022 6:32:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit13282524418191189033/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:29.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:29.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:29.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:29.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:29.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:29.686 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:29.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:29.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:29.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:29.687 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:29.687 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:29.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:29.688 [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 18:32:29.693 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:29.693 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:29.694 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:29.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:29.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:29.761 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:29.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:29.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:29.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:29.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:29.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:29.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:29.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:29.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:29.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:29.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:32:29.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:29.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:29.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:29.789 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:29.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:29.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 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:29.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 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:29.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 18:32:29.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 18:32:29.836 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:29.842 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:29.842 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:29.842 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:32:29.844 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:29.844 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:29.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:29.849 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:29.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:29.946 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6839773075261251550/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:29.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:29.948 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:29.950 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.952 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.952 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.964 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 18:32:29.965 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:29.965 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:29.965 [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)] 18:32:30.056 [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)] 18:32:30.068 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:30.068 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 18:32:30.141 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:30.141 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s177ms [pure insertion] marking any relevant derived attributes for update...18:32:30.141 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:30.141 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:30.150 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 18:32:30.150 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:30.150 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:30.150 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 18:32:30.151 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 18:32:30.151 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:30.151 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 18:32:30.152 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:30.152 [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...18:32:30.152 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:30.152 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:30.161 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 18:32:30.161 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:30.161 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:30.161 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 18:32:30.162 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 18:32:30.162 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:30.162 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 18:32:30.162 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:30.162 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:30.162 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:30.162 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:30.172 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:32:30.172 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:30.172 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:30.172 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:32:30.172 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:32:30.255 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:30.255 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:32:30.256 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:30.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:32:30.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:30.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:30.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:30.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:30.257 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 18:32:30.270 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 18:32:30.270 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 18:32:30.270 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:30.270 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:30.271 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:30.271 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:32:30.271 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:30.271 [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 /childAA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 18:32:30.273 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 325 ms 18:32:30.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 18:32:30.274 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:32:30.275 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 18:32:30.276 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:32:30.285 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:32:30.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:32:30.373 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.098s 18:32:30.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 18:32:30.377 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:30.379 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:30.379 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:30.379 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:30.442 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:32:30.442 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:30.443 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:30.443 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:32:30.443 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:30.443 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 18:32:30.443 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:32:30.445 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 18:32:30.449 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:32:30.478 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:32:30.478 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:32:30.479 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:30.479 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s37ms [pure insertion] marking any relevant derived attributes for update...18:32:30.479 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:32:30.482 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:32:30.482 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:30.482 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:30.482 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:32:30.538 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 18:32:30.538 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.056s attempting to resolve any uninitialized derived attributes... 18:32:30.538 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:30.538 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:30.539 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:32:30.542 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:32:30.542 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:30.542 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:32:30.542 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:32:30.545 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s68ms [proxy update] 18:32:30.550 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:30.550 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 18:32:30.551 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms 18:32:30.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:30.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6839773075261251550/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:30.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:30.556 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:30.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit13282524418191189033/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8396228999598787571/test_queryEnumValues[OrientDB] Jul 06, 2022 6:32:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit8396228999598787571/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:31.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:31.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:31.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:31.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:31.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:31.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:31.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:31.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:31.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:31.372 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:31.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:31.373 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:31.373 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:32:31.377 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/ColoredTree.ecore] Adding metamodels in: ./resources/metamodels/ColoredTree.ecore to store 18:32:31.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:31.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:31.378 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:31.455 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:31.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:31.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:31.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:31.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 18:32:31.469 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 18:32:31.475 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:32:31.475 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:31.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:31.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:31.555 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:31.556 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:31.558 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:31.558 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:31.560 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 18:32:31.561 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:31.561 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:31.561 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:31.651 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:31.680 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:31.680 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 18:32:31.683 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:31.683 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s123ms [pure insertion] marking any relevant derived attributes for update...18:32:31.683 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:31.683 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:31.683 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:31.683 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:31.684 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:31.684 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:31.684 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:31.684 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:31.685 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:31.685 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:32:31.685 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:31.685 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:31.685 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 130 ms 18:32:31.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:31.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:31.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:31.739 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:31.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit8396228999598787571/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17887638484740750060/test_metamodels[OrientDB] Jul 06, 2022 6:32:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit17887638484740750060/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:32.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:32.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:32.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:32.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:32.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:32.328 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:32.329 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:32.329 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:32:32.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:32.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:32.355 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:32.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:32:32.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:32:32.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:32:32.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:32.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:32.436 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:32.446 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:32.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:32.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:32.450 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:32:32.450 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:32:32.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:32.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:32.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:32.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:32.462 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:32:32.463 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:32:32.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:32:32.541 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:32:32.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:32.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:32.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:32.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:32.553 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:32.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit17887638484740750060/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14351096807153505616/test_elephantResolve[OrientDB] Jul 06, 2022 6:32:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit14351096807153505616/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:33.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:32:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:33.234 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:33.235 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:33.235 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 18:32:33.977 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:32:33.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:33.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:34.046 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:34.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)] 18:32:34.091 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:34.091 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:34.091 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:32:34.147 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:32:34.149 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:34.149 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:34.149 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:32:34.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:34.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:34.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:32:34.472 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:34.472 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:32:34.485 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 18:32:34.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:34.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4681302290345895945/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:34.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:34.571 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:34.572 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:34.574 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:34.574 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:34.646 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:32:34.647 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:34.647 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:34.647 [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)] 18:32:34.691 [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)] 18:32:34.838 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:34.838 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:32:34.860 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:34.860 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s214ms [pure insertion] marking any relevant derived attributes for update...18:32:34.860 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:34.861 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:34.861 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:34.861 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:34.863 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:34.868 [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... 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:34.868 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 297 ms 18:32:34.870 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:34.871 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:34.872 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:34.872 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:34.874 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:32:34.874 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:34.874 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:34.874 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:32:34.875 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:32:34.949 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 18:32:34.949 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:32:34.952 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:34.952 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:32:34.952 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:34.952 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:34.954 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:32:34.954 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:34.954 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:34.954 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:32:34.954 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:32:34.966 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 18:32:34.966 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:32:34.973 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:34.973 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:32:34.973 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:34.973 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:34.973 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:34.973 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:34.976 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 18:32:35.051 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 18:32:35.051 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.078s attempting to resolve any uninitialized derived attributes... 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:35.052 [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... 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s79ms [proxy update] 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:35.052 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 182 ms 18:32:35.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:35.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4681302290345895945/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:35.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:35.055 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:35.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit14351096807153505616/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8158438042453900736/test_zoo[OrientDB] Jul 06, 2022 6:32:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit8158438042453900736/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:35.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:35.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:35.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:32:35.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:35.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:35.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:35.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:35.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:35.836 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:35.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:35.837 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:35.838 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:35.838 [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 18:32:35.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:35.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:35.950 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:35.989 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:36.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:36.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:36.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:32:36.049 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:32:36.050 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:36.050 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:36.051 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:32:36.144 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:36.144 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:36.144 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:32:36.374 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:36.374 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:32:36.442 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 18:32:36.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:36.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:36.475 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:36.475 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:36.738 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:36.741 [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/ 18:32:36.741 [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/ 18:32:36.741 [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/ 18:32:36.742 [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/ 18:32:36.742 [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/ 18:32:36.743 [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/ 18:32:36.743 [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/ 18:32:36.743 [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/ 18:32:36.743 [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/ 18:32:36.743 [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/ 18:32:36.744 [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/ 18:32:36.744 [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/ 18:32:36.744 [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/ 18:32:36.744 [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/ 18:32:36.745 [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/ 18:32:36.745 [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/ 18:32:36.745 [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/ 18:32:36.745 [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/ 18:32:36.745 [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/ 18:32:36.746 [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/ 18:32:36.746 [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/ 18:32:36.746 [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/ 18:32:36.746 [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/ 18:32:36.746 [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/ 18:32:36.747 [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/ 18:32:36.747 [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/ 18:32:36.747 [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/ 18:32:36.747 [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/ 18:32:36.747 [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/ 18:32:36.748 [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/ 18:32:36.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:36.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:36.748 [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) 18:32:36.749 [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... 18:32:36.750 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.750 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.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/68c63e60-70d6-11e0-872f-0027103f347c.exml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:36.842 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:36.870 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:36.870 [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 18:32:36.889 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:36.889 [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. 0s140ms [pure insertion] marking any relevant derived attributes for update...18:32:36.889 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.889 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.936 [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... 18:32:36.937 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.937 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.937 [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... 18:32:36.937 [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 18:32:36.938 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.938 [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 18:32:36.939 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.939 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:36.939 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.939 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.940 [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... 18:32:36.940 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.940 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.940 [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... 18:32:36.940 [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 18:32:36.943 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:36.943 [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 18:32:36.945 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:36.945 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:36.945 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.945 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.946 [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... 18:32:36.946 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.946 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.946 [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... 18:32:36.946 [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 18:32:36.947 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.947 [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 18:32:36.947 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.947 [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...18:32:36.947 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.947 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.948 [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... 18:32:36.948 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.948 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.948 [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... 18:32:36.949 [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 18:32:36.949 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.949 [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 18:32:36.950 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.950 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.950 [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... 18:32:36.950 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.950 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.951 [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... 18:32:36.951 [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 18:32:36.952 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.952 [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 18:32:36.952 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.952 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.952 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.952 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.953 [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... 18:32:36.953 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.953 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.953 [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... 18:32:36.953 [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 18:32:36.954 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.954 [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 18:32:36.956 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.956 [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...18:32:36.956 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.957 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.957 [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... 18:32:36.957 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.957 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:32:36.957 [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 18:32:36.958 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.958 [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 18:32:36.959 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.959 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.959 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.959 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.959 [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... 18:32:36.959 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.959 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 18:32:36.960 [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 18:32:36.960 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.961 [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 18:32:36.961 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.961 [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...18:32:36.961 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.961 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.961 [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... 18:32:36.962 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.962 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.962 [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... 18:32:36.962 [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 18:32:36.963 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.963 [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 18:32:36.963 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.963 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.964 [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... 18:32:36.964 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.964 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.964 [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... 18:32:36.964 [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 18:32:36.965 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.965 [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 18:32:36.965 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.966 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:36.966 [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... 18:32:36.966 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:36.966 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:36.966 [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... 18:32:36.967 [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 18:32:36.967 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:36.967 [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 18:32:36.968 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:36.968 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:36.968 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:36.968 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.036 [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... 18:32:37.037 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.037 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.037 [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... 18:32:37.037 [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 18:32:37.038 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.038 [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 18:32:37.039 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.039 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.039 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.039 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.039 [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... 18:32:37.039 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.039 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.040 [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... 18:32:37.040 [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 18:32:37.041 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.041 [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 18:32:37.041 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.041 [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...18:32:37.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.042 [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... 18:32:37.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.042 [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... 18:32:37.042 [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 18:32:37.043 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.043 [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 18:32:37.043 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.044 [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... 18:32:37.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01fe-0000-000000000000.exml... 18:32:37.044 [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 18:32:37.045 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.046 [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 18:32:37.046 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.046 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.046 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.046 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.046 [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... 18:32:37.047 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.047 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.047 [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... 18:32:37.047 [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 18:32:37.048 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.048 [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 18:32:37.048 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.048 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.048 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.048 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.049 [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... 18:32:37.049 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.049 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.049 [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... 18:32:37.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.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 18:32:37.055 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:37.055 [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 18:32:37.062 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:37.062 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:32:37.062 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.062 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.063 [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... 18:32:37.063 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.063 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.063 [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... 18:32:37.064 [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 18:32:37.069 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:37.069 [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 18:32:37.139 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:37.139 [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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:32:37.139 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.139 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.140 [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... 18:32:37.140 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.140 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.140 [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... 18:32:37.140 [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 18:32:37.141 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.141 [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 18:32:37.142 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.142 [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...18:32:37.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.142 [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... 18:32:37.142 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.142 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.142 [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... 18:32:37.143 [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 18:32:37.143 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.143 [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 18:32:37.144 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.144 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.145 [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... 18:32:37.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.145 [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... 18:32:37.145 [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 18:32:37.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:37.147 [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 18:32:37.149 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:37.149 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:37.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.150 [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... 18:32:37.150 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.150 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.150 [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... 18:32:37.150 [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 18:32:37.151 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.151 [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 18:32:37.156 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.156 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:37.156 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.156 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.156 [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... 18:32:37.156 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.156 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.156 [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... 18:32:37.157 [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 18:32:37.158 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.158 [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 18:32:37.159 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.159 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.159 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.159 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.159 [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... 18:32:37.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.159 [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... 18:32:37.160 [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 18:32:37.160 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.160 [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 18:32:37.161 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.161 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.161 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.161 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.161 [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... 18:32:37.161 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.161 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.161 [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... 18:32:37.162 [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 18:32:37.162 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.163 [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 18:32:37.164 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.164 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.164 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.164 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 18:32:37.165 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.165 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.165 [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... 18:32:37.165 [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 18:32:37.166 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.166 [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 18:32:37.166 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.166 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.166 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.166 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.166 [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... 18:32:37.166 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.166 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.166 [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... 18:32:37.167 [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 18:32:37.167 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.167 [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 18:32:37.168 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.168 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.168 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.168 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.168 [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... 18:32:37.168 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.168 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.168 [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... 18:32:37.168 [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 18:32:37.169 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.169 [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 18:32:37.169 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-01ca-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.169 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.170 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.170 [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... 18:32:37.170 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.170 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.170 [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... 18:32:37.170 [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 18:32:37.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.171 [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 18:32:37.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.236 [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... 18:32:37.236 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.236 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 18:32:37.237 [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 18:32:37.238 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.238 [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 18:32:37.238 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.238 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.238 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/0bd72298-5d08-11df-a996-001302895b2b.exml... 18:32:37.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/0bd72298-5d08-11df-a996-001302895b2b.exml... 18:32:37.239 [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 18:32:37.240 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.240 [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 18:32:37.240 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.240 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.240 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/00700680-0000-0202-0000-000000000000.exml... 18:32:37.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-0202-0000-000000000000.exml... 18:32:37.240 [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 18:32:37.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.241 [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 18:32:37.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-0202-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.242 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.242 [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... 18:32:37.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.242 [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... 18:32:37.243 [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 18:32:37.247 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 18:32:37.247 [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 18:32:37.248 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.248 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:37.248 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.248 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.248 [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... 18:32:37.248 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.248 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01fb-0000-000000000000.exml... 18:32:37.248 [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 18:32:37.249 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.249 [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 18:32:37.249 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-01fb-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.249 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.249 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.250 [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... 18:32:37.250 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.250 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.250 [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... 18:32:37.250 [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 18:32:37.251 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.251 [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 18:32:37.251 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.251 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.251 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.251 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:32:37.252 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.252 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:32:37.252 [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 18:32:37.253 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.253 [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 18:32:37.253 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.253 [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...18:32:37.253 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.253 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/ff6e0375-5d09-11df-a996-001302895b2b.exml... 18:32:37.253 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.253 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.253 [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... 18:32:37.254 [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 18:32:37.255 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.255 [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 18:32:37.255 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.255 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.255 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.255 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/01ec2468-0000-0ac1-0000-000000000000.exml... 18:32:37.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/01ec2468-0000-0ac1-0000-000000000000.exml... 18:32:37.256 [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 18:32:37.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.257 [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 18:32:37.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/01ec2468-0000-0ac1-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.258 [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... 18:32:37.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.258 [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... 18:32:37.258 [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 18:32:37.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.259 [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 18:32:37.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.259 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.259 [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... 18:32:37.259 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.260 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.260 [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... 18:32:37.260 [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 18:32:37.260 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.260 [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 18:32:37.261 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.261 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.261 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.261 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.261 [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... 18:32:37.261 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.261 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.261 [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... 18:32:37.261 [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 18:32:37.262 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.262 [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 18:32:37.262 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.262 [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...18:32:37.262 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.262 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.263 [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... 18:32:37.263 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.263 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.263 [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... 18:32:37.263 [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 18:32:37.264 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.264 [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 18:32:37.265 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.265 [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...18:32:37.265 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.265 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.265 [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... 18:32:37.265 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.265 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.265 [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... 18:32:37.265 [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 18:32:37.266 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:37.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.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 18:32:37.266 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.266 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.266 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.266 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.267 [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... 18:32:37.267 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.267 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.267 [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... 18:32:37.267 [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 18:32:37.268 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.268 [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 18:32:37.268 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.268 [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...18:32:37.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.269 [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... 18:32:37.269 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.269 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.269 [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... 18:32:37.270 [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 18:32:37.271 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.271 [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 18:32:37.271 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.271 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.271 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.271 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:32:37.271 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.272 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.272 [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... 18:32:37.272 [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 18:32:37.273 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.273 [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 18:32:37.273 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.273 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.273 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.273 [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... 18:32:37.273 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.273 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.274 [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... 18:32:37.274 [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 18:32:37.275 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:37.275 [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 18:32:37.276 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.276 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.276 [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... 18:32:37.276 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.276 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.276 [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... 18:32:37.336 [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 18:32:37.338 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.338 [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 18:32:37.338 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.338 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...18:32:37.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:32:37.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:32:37.339 [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 18:32:37.340 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.340 [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 18:32:37.340 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.340 [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...18:32:37.340 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.340 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.341 [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... 18:32:37.341 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.341 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.341 [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... 18:32:37.341 [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 18:32:37.342 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.342 [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 18:32:37.342 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.342 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.342 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.342 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.343 [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... 18:32:37.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.343 [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... 18:32:37.343 [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 18:32:37.362 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:37.362 [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 18:32:37.363 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.363 [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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:32:37.363 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.363 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.364 [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... 18:32:37.364 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.364 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.364 [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... 18:32:37.364 [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 18:32:37.365 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.365 [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 18:32:37.365 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.365 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.365 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.365 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.366 [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... 18:32:37.366 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.366 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.366 [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... 18:32:37.366 [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 18:32:37.367 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.367 [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 18:32:37.367 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.367 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.367 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.367 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.367 [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... 18:32:37.367 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.367 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.367 [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... 18:32:37.368 [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 18:32:37.368 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.368 [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 18:32:37.369 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/01ec141c-0000-1301-0000-000000000000.exml... 18:32:37.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/01ec141c-0000-1301-0000-000000000000.exml... 18:32:37.369 [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 18:32:37.370 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.370 [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 18:32:37.370 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/01ec141c-0000-1301-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.370 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.370 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/00700680-0000-01e7-0000-000000000000.exml... 18:32:37.371 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.371 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01e7-0000-000000000000.exml... 18:32:37.371 [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 18:32:37.372 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.372 [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 18:32:37.372 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-01e7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.372 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.372 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:32:37.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:32:37.373 [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 18:32:37.373 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.373 [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 18:32:37.374 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.374 [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...18:32:37.374 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.374 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.374 [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... 18:32:37.374 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.374 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.374 [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... 18:32:37.375 [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 18:32:37.385 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:37.385 [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 18:32:37.439 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.439 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:32:37.439 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.439 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:32:37.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:32:37.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 18:32:37.442 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:37.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 18:32:37.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:37.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.444 [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... 18:32:37.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 18:32:37.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 18:32:37.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:37.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 18:32:37.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.445 [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...18:32:37.445 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.445 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 18:32:37.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 18:32:37.446 [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 18:32:37.447 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.447 [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 18:32:37.447 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.447 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.447 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.447 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.448 [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... 18:32:37.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.448 [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... 18:32:37.448 [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 18:32:37.449 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.449 [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 18:32:37.450 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.450 [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...18:32:37.450 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.450 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.450 [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... 18:32:37.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.450 [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... 18:32:37.450 [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 18:32:37.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.451 [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 18:32:37.452 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.452 [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...18:32:37.452 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.452 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.452 [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... 18:32:37.452 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.452 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.452 [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... 18:32:37.452 [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 18:32:37.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:37.453 [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 18:32:37.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.453 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/01ec12fc-0000-024c-0000-000000000000.exml... 18:32:37.454 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.454 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/01ec12fc-0000-024c-0000-000000000000.exml... 18:32:37.454 [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 18:32:37.455 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.455 [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 18:32:37.455 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.455 [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...18:32:37.455 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.455 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.456 [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... 18:32:37.456 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.456 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.456 [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... 18:32:37.456 [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 18:32:37.457 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.457 [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 18:32:37.457 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.457 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.457 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/00700680-0000-01d7-0000-000000000000.exml... 18:32:37.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01d7-0000-000000000000.exml... 18:32:37.458 [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 18:32:37.458 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.458 [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 18:32:37.459 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-01d7-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.459 [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... 18:32:37.460 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.460 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 18:32:37.460 [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 18:32:37.464 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:37.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.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 18:32:37.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:37.469 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:37.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.469 [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... 18:32:37.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 18:32:37.470 [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 18:32:37.471 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.471 [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 18:32:37.471 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.471 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.471 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.471 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.537 [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... 18:32:37.537 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.537 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.537 [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... 18:32:37.537 [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 18:32:37.538 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.538 [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 18:32:37.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.539 [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...18:32:37.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.540 [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... 18:32:37.540 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.540 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.540 [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... 18:32:37.540 [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 18:32:37.542 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:37.542 [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 18:32:37.543 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.543 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.543 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.543 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.544 [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... 18:32:37.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.544 [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... 18:32:37.544 [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 18:32:37.553 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:37.553 [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 18:32:37.554 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.554 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:37.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/01ec12fc-0000-021f-0000-000000000000.exml... 18:32:37.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/01ec12fc-0000-021f-0000-000000000000.exml... 18:32:37.555 [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 18:32:37.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.555 [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 18:32:37.556 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/01ec12fc-0000-021f-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.556 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.556 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.556 [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... 18:32:37.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.557 [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... 18:32:37.557 [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 18:32:37.558 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:37.558 [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 18:32:37.559 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.559 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.559 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.559 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.559 [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... 18:32:37.560 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.560 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.560 [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... 18:32:37.560 [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 18:32:37.561 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.561 [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 18:32:37.561 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.561 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.561 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.562 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.562 [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... 18:32:37.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.562 [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... 18:32:37.562 [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 18:32:37.563 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:37.563 [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 18:32:37.563 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.563 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.563 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.563 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:32:37.564 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.564 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:32:37.564 [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 18:32:37.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.565 [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 18:32:37.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.566 [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... 18:32:37.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00000000-0000-9c45-0000-000000000000.exml... 18:32:37.566 [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 18:32:37.567 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.567 [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 18:32:37.567 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00000000-0000-9c45-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.567 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.568 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.568 [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... 18:32:37.568 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.568 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/40400bbd-0b5d-11df-8680-001302895b2b.exml... 18:32:37.568 [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 18:32:37.569 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:37.570 [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 18:32:37.570 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.570 [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...18:32:37.570 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.570 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.570 [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... 18:32:37.570 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.571 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.571 [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... 18:32:37.571 [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 18:32:37.572 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.572 [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 18:32:37.572 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.572 [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...18:32:37.572 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.572 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 18:32:37.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.573 [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... 18:32:37.573 [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 18:32:37.574 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.574 [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 18:32:37.574 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.574 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.574 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.574 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.575 [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... 18:32:37.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.575 [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... 18:32:37.575 [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 18:32:37.576 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:37.576 [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 18:32:37.577 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.577 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.637 [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... 18:32:37.637 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.637 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.637 [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... 18:32:37.637 [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 18:32:37.642 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 18:32:37.642 [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 18:32:37.647 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:32:37.647 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:37.647 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.647 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/00700680-0000-01d1-0000-000000000000.exml... 18:32:37.648 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.648 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01d1-0000-000000000000.exml... 18:32:37.648 [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 18:32:37.649 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.649 [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 18:32:37.649 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.649 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.650 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.650 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:32:37.650 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.650 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:32:37.651 [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 18:32:37.652 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:37.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 18:32:37.653 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.653 [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...18:32:37.653 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.653 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.653 [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... 18:32:37.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.653 [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... 18:32:37.654 [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 18:32:37.655 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.655 [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 18:32:37.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.657 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:37.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.657 [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... 18:32:37.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.657 [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... 18:32:37.657 [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 18:32:37.658 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.658 [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 18:32:37.658 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.659 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.659 [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... 18:32:37.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00000000-0000-9c46-0000-000000000000.exml... 18:32:37.659 [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 18:32:37.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.660 [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 18:32:37.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00000000-0000-9c46-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.661 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.661 [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... 18:32:37.661 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.661 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.661 [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... 18:32:37.661 [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 18:32:37.663 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:37.663 [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 18:32:37.663 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.663 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.663 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.663 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 18:32:37.664 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.664 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 18:32:37.664 [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 18:32:37.665 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.665 [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 18:32:37.665 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.665 [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...18:32:37.665 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.665 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.666 [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... 18:32:37.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.666 [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... 18:32:37.667 [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 18:32:37.671 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 18:32:37.671 [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 18:32:37.672 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.672 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:37.672 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.672 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.673 [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... 18:32:37.673 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.673 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.673 [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... 18:32:37.673 [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 18:32:37.676 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 18:32:37.677 [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 18:32:37.739 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:32:37.739 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:32:37.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:32:37.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:32:37.740 [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 18:32:37.741 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.741 [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 18:32:37.741 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.741 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.742 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.742 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:32:37.742 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.742 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:32:37.742 [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 18:32:37.744 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:37.744 [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 18:32:37.744 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.744 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.744 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.745 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 18:32:37.745 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.745 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 18:32:37.745 [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 18:32:37.746 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.746 [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 18:32:37.746 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.746 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.747 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.747 [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... 18:32:37.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.748 [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... 18:32:37.748 [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 18:32:37.753 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 18:32:37.753 [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 18:32:37.760 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:32:37.760 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:32:37.760 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.760 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.761 [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... 18:32:37.761 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.761 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.761 [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... 18:32:37.761 [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 18:32:37.762 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.762 [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 18:32:37.762 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.762 [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...18:32:37.762 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.763 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.763 [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... 18:32:37.763 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.763 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.763 [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... 18:32:37.764 [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 18:32:37.765 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.765 [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 18:32:37.765 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.765 [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...18:32:37.765 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.765 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 18:32:37.766 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.766 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 18:32:37.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/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 18:32:37.771 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:37.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/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 18:32:37.771 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.771 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:37.771 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.771 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.771 [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) 18:32:37.772 [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... 18:32:37.772 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.772 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.772 [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... 18:32:37.772 [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 18:32:37.773 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.773 [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 18:32:37.773 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.773 [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...18:32:37.773 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.774 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.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... 18:32:37.774 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.774 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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... 18:32:37.775 [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 18:32:37.839 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:37.839 [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 18:32:37.843 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:37.843 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:32:37.843 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.843 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.844 [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... 18:32:37.844 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.844 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.844 [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... 18:32:37.844 [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 18:32:37.845 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.845 [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 18:32:37.845 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.845 [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...18:32:37.845 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.845 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.846 [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... 18:32:37.846 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.846 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.846 [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... 18:32:37.846 [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 18:32:37.847 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.847 [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 18:32:37.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.848 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 18:32:37.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 18:32:37.849 [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 18:32:37.850 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.850 [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 18:32:37.850 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.850 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.850 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.850 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.850 [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... 18:32:37.850 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.850 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.850 [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... 18:32:37.850 [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 18:32:37.851 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.851 [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 18:32:37.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.852 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.852 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.852 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.852 [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... 18:32:37.852 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.853 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 18:32:37.853 [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 18:32:37.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:37.854 [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 18:32:37.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/00700680-0000-01ef-0000-000000000000.exml... 18:32:37.855 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.855 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-01ef-0000-000000000000.exml... 18:32:37.855 [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 18:32:37.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.856 [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 18:32:37.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/00700680-0000-01ef-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/1b7fd53f-205e-11df-948e-001302895b2b.exml... 18:32:37.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/1b7fd53f-205e-11df-948e-001302895b2b.exml... 18:32:37.857 [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 18:32:37.858 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.858 [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 18:32:37.858 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.858 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.858 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.858 [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... 18:32:37.858 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.859 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.859 [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... 18:32:37.859 [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 18:32:37.860 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.860 [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 18:32:37.860 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.860 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.860 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.860 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.860 [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... 18:32:37.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.860 [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... 18:32:37.861 [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 18:32:37.861 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.861 [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 18:32:37.861 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.861 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.861 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.862 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.862 [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... 18:32:37.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/00700680-0000-0200-0000-000000000000.exml... 18:32:37.862 [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 18:32:37.864 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.864 [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 18:32:37.864 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.864 [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...18:32:37.864 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:37.865 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:37.865 [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... 18:32:37.865 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.865 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.865 [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... 18:32:37.865 [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 18:32:37.867 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:37.867 [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 18:32:37.868 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:37.868 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.868 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.868 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.868 [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... 18:32:37.868 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.868 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.868 [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... 18:32:37.868 [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 18:32:37.876 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:37.876 [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 18:32:37.877 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.877 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:32:37.877 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.877 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.878 [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... 18:32:37.878 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.878 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.878 [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... 18:32:37.878 [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 18:32:37.879 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.879 [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 18:32:37.879 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.879 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.879 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.879 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.880 [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... 18:32:37.880 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.880 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.880 [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... 18:32:37.880 [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 18:32:37.881 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.881 [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 18:32:37.881 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.881 [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. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:32:37.936 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.936 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.937 [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... 18:32:37.937 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.938 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.938 [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... 18:32:37.938 [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 18:32:37.945 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 18:32:37.945 [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 18:32:37.950 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:32:37.950 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:32:37.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.951 [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... 18:32:37.951 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.951 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.951 [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... 18:32:37.951 [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 18:32:37.952 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.952 [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 18:32:37.952 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.952 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.952 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.952 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.952 [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... 18:32:37.952 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.953 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.953 [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... 18:32:37.953 [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 18:32:37.954 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:37.954 [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 18:32:37.955 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:37.955 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.955 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.955 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 18:32:37.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.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/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 18:32:37.955 [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 18:32:37.960 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:37.960 [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 18:32:37.960 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.960 [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...18:32:37.960 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.960 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.961 [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... 18:32:37.961 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.961 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.961 [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... 18:32:37.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-01f9-0000-000000000000.exml 18:32:37.962 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.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-01f9-0000-000000000000.exml 18:32:37.962 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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-01f9-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.962 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.962 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.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/e884c108-f73e-11e1-8cf3-002564c97630.exml... 18:32:37.962 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.962 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.962 [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... 18:32:37.963 [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 18:32:37.965 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:37.965 [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 18:32:37.966 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:37.966 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:37.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.966 [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... 18:32:37.966 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.966 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.966 [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... 18:32:37.967 [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 18:32:37.967 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.967 [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 18:32:37.968 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.968 [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...18:32:37.968 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.968 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.968 [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... 18:32:37.968 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.968 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.968 [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... 18:32:37.970 [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 18:32:37.971 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.971 [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 18:32:37.971 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.971 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:37.971 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.971 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.972 [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... 18:32:37.972 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.972 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.972 [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... 18:32:37.972 [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 18:32:37.973 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.973 [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 18:32:37.973 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.973 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:37.973 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.973 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.974 [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... 18:32:37.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.974 [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... 18:32:37.974 [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 18:32:37.975 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.975 [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 18:32:37.976 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.976 [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...18:32:37.976 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.976 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.976 [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... 18:32:37.976 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.976 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.976 [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... 18:32:37.976 [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 18:32:37.978 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:37.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-0c02-0000-000000000000.exml 18:32:37.978 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:37.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-0c02-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:37.978 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:37.978 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:37.978 [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... 18:32:37.979 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:37.979 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:37.979 [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... 18:32:37.979 [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 18:32:38.041 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.041 [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 18:32:38.041 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.041 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:32:38.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.042 [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... 18:32:38.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.042 [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... 18:32:38.042 [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 18:32:38.044 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.045 [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 18:32:38.045 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.045 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.045 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.045 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.045 [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... 18:32:38.045 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.045 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.046 [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... 18:32:38.046 [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 18:32:38.047 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.047 [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 18:32:38.047 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.047 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.047 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.047 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.047 [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... 18:32:38.047 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.048 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.048 [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... 18:32:38.048 [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 18:32:38.049 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:38.049 [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 18:32:38.049 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.049 [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...18:32:38.049 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.049 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.050 [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... 18:32:38.050 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.050 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.050 [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... 18:32:38.050 [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 18:32:38.051 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.051 [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 18:32:38.051 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.051 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.051 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.051 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.052 [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... 18:32:38.052 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.052 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.052 [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... 18:32:38.052 [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 18:32:38.053 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.053 [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 18:32:38.053 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.053 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.053 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.053 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/002005c0-0001-0009-0000-000000000000.exml... 18:32:38.054 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.054 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/002005c0-0001-0009-0000-000000000000.exml... 18:32:38.054 [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 18:32:38.055 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.055 [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 18:32:38.055 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.055 [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...18:32:38.055 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.055 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.056 [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... 18:32:38.056 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.056 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.056 [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... 18:32:38.056 [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 18:32:38.057 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:38.057 [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 18:32:38.058 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.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/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/007006dc-0000-0139-0000-000000000000.exml... 18:32:38.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/007006dc-0000-0139-0000-000000000000.exml... 18:32:38.059 [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 18:32:38.060 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.060 [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 18:32:38.060 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.060 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.060 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.060 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.061 [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... 18:32:38.061 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.061 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.061 [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... 18:32:38.061 [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 18:32:38.071 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 18:32:38.071 [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 18:32:38.139 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:38.139 [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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:32:38.139 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.140 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.140 [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... 18:32:38.140 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.140 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.140 [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... 18:32:38.141 [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 18:32:38.142 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.142 [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 18:32:38.142 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.142 [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...18:32:38.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.143 [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... 18:32:38.143 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.143 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.143 [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... 18:32:38.143 [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 18:32:38.144 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.144 [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 18:32:38.144 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.144 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.145 [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... 18:32:38.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.145 [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... 18:32:38.145 [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 18:32:38.146 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.146 [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 18:32:38.146 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.146 [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...18:32:38.146 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.147 [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... 18:32:38.147 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.147 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.147 [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... 18:32:38.147 [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 18:32:38.148 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.148 [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 18:32:38.148 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.148 [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...18:32:38.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 18:32:38.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.149 [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... 18:32:38.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.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 18:32:38.151 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.151 [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 18:32:38.151 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.151 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.151 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.151 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.152 [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... 18:32:38.152 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.152 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.152 [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... 18:32:38.152 [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 18:32:38.154 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:38.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.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 18:32:38.154 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:38.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.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.154 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.154 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.155 [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... 18:32:38.155 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.155 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.155 [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... 18:32:38.155 [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 18:32:38.156 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.156 [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 18:32:38.156 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.156 [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...18:32:38.156 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.156 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.157 [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... 18:32:38.157 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.157 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.157 [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... 18:32:38.157 [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 18:32:38.158 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.158 [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 18:32:38.158 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.158 [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...18:32:38.158 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.158 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.159 [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... 18:32:38.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.159 [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... 18:32:38.159 [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 18:32:38.160 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.160 [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 18:32:38.160 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.160 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.160 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.160 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.161 [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... 18:32:38.161 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.161 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.161 [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... 18:32:38.161 [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 18:32:38.170 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 18:32:38.170 [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 18:32:38.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:38.171 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:38.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/00000000-0000-9c48-0000-000000000000.exml... 18:32:38.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/00000000-0000-9c48-0000-000000000000.exml... 18:32:38.172 [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 18:32:38.173 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.173 [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 18:32:38.173 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.173 [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...18:32:38.173 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.174 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.174 [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... 18:32:38.174 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.174 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.174 [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... 18:32:38.174 [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 18:32:38.175 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.175 [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 18:32:38.175 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.175 [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...18:32:38.175 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.176 [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... 18:32:38.176 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.176 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.176 [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... 18:32:38.237 [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 18:32:38.238 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.238 [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 18:32:38.239 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.239 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:32:38.239 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.239 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec12fc-0000-0233-0000-000000000000.exml... 18:32:38.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec12fc-0000-0233-0000-000000000000.exml... 18:32:38.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-0233-0000-000000000000.exml 18:32:38.240 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.240 [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 18:32:38.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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-0233-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.241 [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... 18:32:38.241 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.241 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.241 [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... 18:32:38.242 [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 18:32:38.242 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.242 [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 18:32:38.243 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.243 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.243 [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... 18:32:38.243 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.243 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.243 [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... 18:32:38.243 [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 18:32:38.244 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.244 [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 18:32:38.244 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.244 [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...18:32:38.244 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.244 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.245 [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... 18:32:38.245 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.245 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.245 [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... 18:32:38.245 [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 18:32:38.246 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.246 [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 18:32:38.246 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.246 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.246 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.246 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/002005c0-0001-000f-0000-000000000000.exml... 18:32:38.247 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.247 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.247 [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... 18:32:38.247 [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 18:32:38.248 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.248 [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 18:32:38.248 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.248 [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...18:32:38.248 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.248 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.249 [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... 18:32:38.249 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.249 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.249 [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... 18:32:38.249 [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 18:32:38.252 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:38.252 [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 18:32:38.255 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:38.255 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:38.255 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.255 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:32:38.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:32:38.256 [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 18:32:38.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.257 [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 18:32:38.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.258 [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... 18:32:38.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.258 [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... 18:32:38.258 [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 18:32:38.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.259 [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 18:32:38.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.259 [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...18:32:38.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.259 [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... 18:32:38.259 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.259 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.259 [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... 18:32:38.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/01ec152c-0000-144f-0000-000000000000.exml 18:32:38.263 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:38.263 [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 18:32:38.266 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:38.266 [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...18:32:38.266 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.266 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.266 [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... 18:32:38.266 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.266 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.266 [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... 18:32:38.267 [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 18:32:38.267 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.268 [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 18:32:38.268 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.268 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.268 [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... 18:32:38.268 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.268 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.268 [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... 18:32:38.268 [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 18:32:38.269 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.269 [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 18:32:38.269 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.269 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.269 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.270 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.270 [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... 18:32:38.270 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.270 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.270 [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... 18:32:38.270 [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 18:32:38.271 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.271 [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 18:32:38.272 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.272 [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...18:32:38.272 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.272 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.272 [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... 18:32:38.272 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.273 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.273 [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... 18:32:38.273 [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 18:32:38.274 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:38.274 [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 18:32:38.274 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.274 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.274 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.274 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.275 [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... 18:32:38.275 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.275 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.275 [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... 18:32:38.275 [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 18:32:38.276 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.276 [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 18:32:38.276 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.276 [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...18:32:38.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.276 [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... 18:32:38.277 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.277 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec2468-0000-0acb-0000-000000000000.exml... 18:32:38.277 [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 18:32:38.278 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.278 [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 18:32:38.278 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/01ec2468-0000-0acb-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.278 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.278 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.278 [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... 18:32:38.278 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.278 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.278 [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... 18:32:38.279 [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 18:32:38.279 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.279 [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 18:32:38.280 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.280 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.280 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.280 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.280 [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... 18:32:38.280 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.280 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.280 [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... 18:32:38.280 [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 18:32:38.281 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.281 [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 18:32:38.281 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.281 [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...18:32:38.281 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.281 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.336 [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... 18:32:38.337 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.337 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.337 [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... 18:32:38.337 [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 18:32:38.338 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.338 [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 18:32:38.338 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.338 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.339 [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... 18:32:38.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.339 [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... 18:32:38.339 [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 18:32:38.340 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.340 [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 18:32:38.340 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.340 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.340 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.340 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.341 [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... 18:32:38.341 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.341 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.341 [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... 18:32:38.341 [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 18:32:38.342 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.342 [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 18:32:38.342 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.342 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.342 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.342 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.343 [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... 18:32:38.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.343 [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... 18:32:38.343 [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 18:32:38.344 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.344 [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 18:32:38.344 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.344 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.344 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.344 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.344 [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... 18:32:38.344 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.344 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/002005c0-0001-000d-0000-000000000000.exml... 18:32:38.345 [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 18:32:38.345 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.345 [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 18:32:38.346 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.346 [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...18:32:38.346 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.346 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.346 [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... 18:32:38.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.346 [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... 18:32:38.346 [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 18:32:38.347 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.347 [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 18:32:38.347 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.347 [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...18:32:38.347 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.347 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.347 [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... 18:32:38.347 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.348 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.348 [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... 18:32:38.348 [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 18:32:38.349 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.349 [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 18:32:38.349 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.349 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.349 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.349 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.349 [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... 18:32:38.349 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.349 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.349 [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... 18:32:38.350 [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 18:32:38.350 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.350 [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 18:32:38.351 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.351 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:32:38.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:32:38.352 [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 18:32:38.352 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.352 [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 18:32:38.352 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.352 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.352 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.352 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 18:32:38.353 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.353 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 18:32:38.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml 18:32:38.356 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 18:32:38.356 [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 18:32:38.358 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.358 [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...18:32:38.358 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.358 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.358 [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... 18:32:38.358 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.359 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.359 [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... 18:32:38.359 [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 18:32:38.360 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.360 [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 18:32:38.360 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.360 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.360 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.360 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.360 [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... 18:32:38.360 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.360 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.360 [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... 18:32:38.361 [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 18:32:38.361 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.361 [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 18:32:38.362 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.362 [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...18:32:38.362 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.362 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.364 [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 18:32:38.365 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.365 [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 18:32:38.365 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.365 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.365 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.365 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.366 [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... 18:32:38.366 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.366 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.366 [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... 18:32:38.366 [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 18:32:38.371 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.371 [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 18:32:38.371 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.371 [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...18:32:38.371 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.371 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.372 [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... 18:32:38.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.372 [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... 18:32:38.372 [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 18:32:38.377 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.377 [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 18:32:38.377 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.377 [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...18:32:38.377 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.377 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.377 [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... 18:32:38.378 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.378 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.378 [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... 18:32:38.378 [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 18:32:38.379 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.379 [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 18:32:38.379 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.379 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.379 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.379 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.379 [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... 18:32:38.379 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.379 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.379 [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... 18:32:38.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/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 18:32:38.439 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.439 [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 18:32:38.439 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.439 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:38.439 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.440 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.440 [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... 18:32:38.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.440 [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... 18:32:38.440 [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 18:32:38.441 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.441 [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 18:32:38.442 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.442 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.442 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.442 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.442 [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... 18:32:38.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.442 [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... 18:32:38.443 [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 18:32:38.444 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:38.444 [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 18:32:38.444 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:38.444 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.444 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.445 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.445 [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... 18:32:38.445 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.445 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.445 [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... 18:32:38.445 [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 18:32:38.447 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:38.447 [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 18:32:38.448 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:38.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/de38398e-c746-11e1-8624-0027103f347d.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.448 [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... 18:32:38.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.448 [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... 18:32:38.448 [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 18:32:38.449 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.449 [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 18:32:38.449 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00700680-0000-01d9-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.449 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.449 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.450 [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... 18:32:38.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.450 [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... 18:32:38.450 [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 18:32:38.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.451 [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 18:32:38.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/01ec141c-0000-12fc-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/00bc4480-0000-06a8-0000-000000000000.exml... 18:32:38.451 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.451 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.451 [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... 18:32:38.452 [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 18:32:38.452 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.452 [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 18:32:38.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00bc4480-0000-06a8-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.453 [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... 18:32:38.453 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.453 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.453 [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... 18:32:38.453 [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 18:32:38.454 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.454 [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 18:32:38.454 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.454 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.454 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.454 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.455 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.455 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.455 [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 18:32:38.456 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.456 [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 18:32:38.456 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.456 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.456 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.456 [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... 18:32:38.456 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.456 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.456 [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... 18:32:38.457 [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 18:32:38.457 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.457 [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 18:32:38.457 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.457 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.458 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.458 [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... 18:32:38.458 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.458 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.458 [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... 18:32:38.458 [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 18:32:38.459 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.459 [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 18:32:38.459 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:32:38.459 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.459 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:32:38.460 [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 18:32:38.460 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.460 [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 18:32:38.461 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.461 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.461 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/aeb07ec3-af96-4069-af14-0436082805ca.exml... 18:32:38.461 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.461 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.461 [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... 18:32:38.461 [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 18:32:38.463 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.463 [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 18:32:38.463 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.463 [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...18:32:38.463 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.463 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.464 [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... 18:32:38.464 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.464 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.464 [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... 18:32:38.464 [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 18:32:38.465 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.465 [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 18:32:38.465 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.465 [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...18:32:38.465 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.465 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.465 [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... 18:32:38.465 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.465 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.465 [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... 18:32:38.466 [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 18:32:38.466 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 18:32:38.467 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.467 [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... 18:32:38.467 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.467 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.467 [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... 18:32:38.468 [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 18:32:38.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:38.469 [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 18:32:38.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.469 [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...18:32:38.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.470 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.470 [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... 18:32:38.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.470 [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... 18:32:38.470 [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 18:32:38.471 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:38.471 [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 18:32:38.473 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.474 [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...18:32:38.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.474 [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) 18:32:38.474 [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... 18:32:38.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.474 [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... 18:32:38.475 [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 18:32:38.476 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.476 [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 18:32:38.476 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.476 [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...18:32:38.476 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.476 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.477 [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... 18:32:38.477 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.477 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.477 [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... 18:32:38.477 [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 18:32:38.478 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:38.478 [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 18:32:38.537 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:38.537 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.537 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/00700680-0000-01db-0000-000000000000.exml... 18:32:38.538 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.538 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.538 [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... 18:32:38.538 [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 18:32:38.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.539 [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 18:32:38.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.539 [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...18:32:38.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.539 [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... 18:32:38.539 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.539 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.539 [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... 18:32:38.540 [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 18:32:38.540 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.540 [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 18:32:38.541 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.541 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec1ac4-0000-2f04-0000-000000000000.exml... 18:32:38.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec1ac4-0000-2f04-0000-000000000000.exml... 18:32:38.541 [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 18:32:38.542 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.542 [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 18:32:38.542 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.542 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.542 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/8e76c95f-5821-11df-be59-001302895b2b.exml... 18:32:38.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.543 [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... 18:32:38.543 [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 18:32:38.543 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.543 [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 18:32:38.544 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.544 [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...18:32:38.544 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.544 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:32:38.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:32:38.544 [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 18:32:38.545 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.545 [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 18:32:38.545 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.545 [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...18:32:38.545 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.545 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec2468-0000-0ac6-0000-000000000000.exml... 18:32:38.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec2468-0000-0ac6-0000-000000000000.exml... 18:32:38.546 [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 18:32:38.546 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.547 [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 18:32:38.547 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.547 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.547 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.547 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec12fc-0000-0260-0000-000000000000.exml... 18:32:38.547 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.547 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec12fc-0000-0260-0000-000000000000.exml... 18:32:38.547 [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 18:32:38.548 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.548 [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 18:32:38.548 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.548 [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...18:32:38.548 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.548 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec12fc-0000-00b7-0000-000000000000.exml... 18:32:38.549 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.549 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec12fc-0000-00b7-0000-000000000000.exml... 18:32:38.549 [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 18:32:38.550 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.550 [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 18:32:38.550 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/01ec12fc-0000-00b7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.550 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.550 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.550 [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... 18:32:38.550 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.550 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.550 [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... 18:32:38.551 [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 18:32:38.551 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.551 [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 18:32:38.551 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.551 [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...18:32:38.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/ee97796b-de99-11de-905b-001302895b2b.exml... 18:32:38.552 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.552 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/ee97796b-de99-11de-905b-001302895b2b.exml... 18:32:38.552 [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 18:32:38.553 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.553 [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 18:32:38.553 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/ee97796b-de99-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.553 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.553 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.554 [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... 18:32:38.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.554 [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... 18:32:38.554 [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 18:32:38.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:38.555 [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 18:32:38.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.555 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:32:38.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:32:38.556 [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 18:32:38.557 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.557 [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 18:32:38.557 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.557 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.557 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.557 [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... 18:32:38.557 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.557 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.557 [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... 18:32:38.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 18:32:38.562 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.562 [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 18:32:38.562 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.562 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:38.562 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.562 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.563 [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... 18:32:38.563 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.563 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.563 [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... 18:32:38.563 [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 18:32:38.564 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.564 [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 18:32:38.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.565 [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...18:32:38.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 18:32:38.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 18:32:38.566 [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 18:32:38.569 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:38.569 [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 18:32:38.572 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:38.572 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:38.572 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.573 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.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/00bc2f68-0000-0fc2-0000-000000000000.exml... 18:32:38.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/00bc2f68-0000-0fc2-0000-000000000000.exml... 18:32:38.573 [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 18:32:38.574 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.574 [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 18:32:38.575 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.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/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.575 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.575 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 18:32:38.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 18:32:38.576 [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 18:32:38.576 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.576 [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 18:32:38.576 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/01ec045c-0000-10a1-0000-000000000000.exml... 18:32:38.577 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.577 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/01ec045c-0000-10a1-0000-000000000000.exml... 18:32:38.577 [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 18:32:38.579 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 18:32:38.579 [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 18:32:38.637 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:38.637 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:38.637 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.637 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.637 [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... 18:32:38.637 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.637 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.637 [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... 18:32:38.638 [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 18:32:38.639 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:38.639 [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 18:32:38.639 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.639 [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...18:32:38.639 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.639 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.640 [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... 18:32:38.640 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.640 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.640 [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... 18:32:38.640 [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 18:32:38.641 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.641 [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 18:32:38.641 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.641 [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...18:32:38.641 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.641 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.642 [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... 18:32:38.642 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.642 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.642 [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... 18:32:38.644 [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 18:32:38.644 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.644 [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 18:32:38.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.655 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:32:38.655 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.655 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.655 [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... 18:32:38.655 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.655 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.655 [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... 18:32:38.655 [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 18:32:38.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.656 [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 18:32:38.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.656 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.657 [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... 18:32:38.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.657 [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... 18:32:38.657 [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 18:32:38.658 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.658 [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 18:32:38.659 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.659 [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...18:32:38.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.659 [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... 18:32:38.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.659 [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... 18:32:38.659 [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 18:32:38.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.660 [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 18:32:38.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.660 [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...18:32:38.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.661 [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... 18:32:38.661 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.661 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.661 [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... 18:32:38.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.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 18:32:38.662 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.662 [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 18:32:38.662 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.662 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.662 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.663 [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... 18:32:38.663 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.663 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 18:32:38.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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 18:32:38.665 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 18:32:38.665 [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 18:32:38.666 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:38.666 [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...18:32:38.666 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.666 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:32:38.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:32:38.667 [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 18:32:38.667 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.668 [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 18:32:38.668 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.668 [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...18:32:38.668 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.668 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.669 [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... 18:32:38.669 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.669 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.669 [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... 18:32:38.670 [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 18:32:38.671 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.671 [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 18:32:38.672 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.672 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.672 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.672 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.672 [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... 18:32:38.672 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.672 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.672 [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... 18:32:38.672 [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 18:32:38.673 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.673 [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 18:32:38.673 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.673 [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...18:32:38.673 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.673 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.674 [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... 18:32:38.674 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.674 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.674 [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... 18:32:38.674 [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 18:32:38.676 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 18:32:38.676 [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 18:32:38.678 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:38.678 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:38.678 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.678 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.736 [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... 18:32:38.737 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.737 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.737 [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... 18:32:38.737 [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 18:32:38.745 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 18:32:38.745 [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 18:32:38.746 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:38.746 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:38.746 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.747 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 18:32:38.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 18:32:38.747 [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 18:32:38.748 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.748 [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 18:32:38.748 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.748 [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... 18:32:38.748 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.748 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.748 [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... 18:32:38.749 [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 18:32:38.753 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.753 [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 18:32:38.753 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.753 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:38.753 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.753 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.754 [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... 18:32:38.754 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.754 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.754 [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... 18:32:38.754 [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 18:32:38.755 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.755 [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 18:32:38.755 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.755 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.755 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.755 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/0054070c-0000-005d-0000-000000000000.exml... 18:32:38.756 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.756 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.756 [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... 18:32:38.756 [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 18:32:38.756 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.757 [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 18:32:38.757 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.757 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.757 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.757 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.757 [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... 18:32:38.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.757 [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... 18:32:38.757 [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 18:32:38.759 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:38.759 [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 18:32:38.760 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:38.760 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.760 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.760 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 18:32:38.760 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.760 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 18:32:38.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 18:32:38.768 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.768 [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 18:32:38.768 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:32:38.768 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.768 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.769 [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... 18:32:38.769 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.769 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.769 [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... 18:32:38.769 [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 18:32:38.770 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.770 [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 18:32:38.771 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.771 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.771 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.771 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.771 [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... 18:32:38.771 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.771 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.771 [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... 18:32:38.772 [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 18:32:38.773 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:38.773 [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 18:32:38.774 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:38.774 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.774 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.774 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.775 [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... 18:32:38.775 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.775 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.775 [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... 18:32:38.775 [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 18:32:38.779 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:38.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-001d-0000-000000000000.exml 18:32:38.838 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:38.838 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:32:38.838 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.838 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.838 [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... 18:32:38.838 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.838 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.838 [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... 18:32:38.838 [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 18:32:38.839 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.839 [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 18:32:38.839 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.839 [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...18:32:38.839 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.840 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.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/007006dc-0000-0137-0000-000000000000.exml... 18:32:38.840 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.840 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/007006dc-0000-0137-0000-000000000000.exml... 18:32:38.841 [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 18:32:38.842 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.842 [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 18:32:38.842 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/007006dc-0000-0137-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.842 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.842 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/00700680-0000-0204-0000-000000000000.exml... 18:32:38.842 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.843 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.843 [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... 18:32:38.843 [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 18:32:38.844 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.844 [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 18:32:38.844 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00700680-0000-0204-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.844 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.844 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.844 [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... 18:32:38.844 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.844 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.844 [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... 18:32:38.845 [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 18:32:38.846 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.846 [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 18:32:38.846 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.846 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.846 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.846 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/00700680-0000-01ba-0000-000000000000.exml... 18:32:38.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/00700680-0000-01ba-0000-000000000000.exml... 18:32:38.847 [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 18:32:38.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.848 [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 18:32:38.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.848 [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...18:32:38.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.848 [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... 18:32:38.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 18:32:38.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 18:32:38.849 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.849 [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 18:32:38.850 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.850 [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...18:32:38.850 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.850 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.850 [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... 18:32:38.850 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.850 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.850 [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... 18:32:38.851 [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 18:32:38.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.852 [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 18:32:38.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.852 [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...18:32:38.852 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.852 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:32:38.853 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.853 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:32:38.853 [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 18:32:38.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.854 [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 18:32:38.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/ee06097f-de99-11de-905b-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.854 [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... 18:32:38.854 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.854 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.854 [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... 18:32:38.855 [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 18:32:38.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.856 [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 18:32:38.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00700680-0000-01bf-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.858 [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 18:32:38.859 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.859 [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 18:32:38.859 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.859 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.859 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.860 [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... 18:32:38.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.860 [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... 18:32:38.860 [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 18:32:38.861 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.861 [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 18:32:38.861 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.861 [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...18:32:38.861 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.861 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.862 [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... 18:32:38.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 18:32:38.862 [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 18:32:38.863 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.863 [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 18:32:38.863 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 18:32:38.864 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.864 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 18:32:38.865 [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 18:32:38.866 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:38.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/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 18:32:38.866 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.866 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.866 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 18:32:38.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 18:32:38.867 [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 18:32:38.868 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:38.868 [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 18:32:38.868 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:38.868 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.868 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.868 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.869 [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... 18:32:38.869 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.869 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.869 [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... 18:32:38.869 [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 18:32:38.870 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.870 [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 18:32:38.870 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.870 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.870 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.870 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.870 [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... 18:32:38.870 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.870 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.870 [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... 18:32:38.871 [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 18:32:38.871 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.871 [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 18:32:38.872 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.872 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.872 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.872 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.872 [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... 18:32:38.872 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.872 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.872 [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... 18:32:38.872 [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 18:32:38.873 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.873 [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 18:32:38.873 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.873 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.873 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.873 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.873 [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... 18:32:38.874 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.874 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.874 [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... 18:32:38.874 [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 18:32:38.875 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.875 [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 18:32:38.875 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.875 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.875 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.875 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.875 [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... 18:32:38.875 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.875 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.875 [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... 18:32:38.876 [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 18:32:38.876 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.876 [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 18:32:38.877 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.877 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.877 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.877 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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-01f1-0000-000000000000.exml... 18:32:38.877 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.877 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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-01f1-0000-000000000000.exml... 18:32:38.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-01f1-0000-000000000000.exml 18:32:38.938 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.938 [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 18:32:38.938 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00700680-0000-01f1-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:32:38.938 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.938 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.939 [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... 18:32:38.939 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.939 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.939 [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... 18:32:38.939 [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 18:32:38.940 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.940 [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 18:32:38.940 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.940 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:38.941 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:38.941 [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... 18:32:38.941 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.941 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.941 [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... 18:32:38.941 [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 18:32:38.942 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.942 [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 18:32:38.943 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/01ec12fc-0000-0242-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.943 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.943 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.943 [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... 18:32:38.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.943 [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... 18:32:38.944 [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 18:32:38.946 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:38.946 [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 18:32:38.947 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:38.947 [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...18:32:38.947 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.947 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.947 [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... 18:32:38.948 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.948 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.948 [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... 18:32:38.948 [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 18:32:38.950 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.950 [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 18:32:38.950 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.950 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.950 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.951 [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... 18:32:38.951 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.951 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.951 [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... 18:32:38.951 [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 18:32:38.953 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 18:32:38.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/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 18:32:38.954 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:38.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/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.955 [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... 18:32:38.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.955 [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... 18:32:38.955 [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 18:32:38.956 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.956 [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 18:32:38.956 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/00700680-0000-01c7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:38.956 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.956 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 18:32:38.956 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.957 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 18:32:38.957 [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 18:32:38.958 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.958 [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 18:32:38.958 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.958 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.958 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.958 [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... 18:32:38.958 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.958 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.958 [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... 18:32:38.959 [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 18:32:38.963 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:38.963 [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 18:32:38.964 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.964 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:38.964 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.964 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.964 [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... 18:32:38.965 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.965 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.965 [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... 18:32:38.965 [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 18:32:38.966 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:38.966 [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 18:32:38.974 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.974 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:38.974 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.974 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.974 [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... 18:32:38.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.974 [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... 18:32:38.975 [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 18:32:38.977 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 18:32:38.977 [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 18:32:38.978 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:38.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/641a5778-89a9-11df-9978-0014224f9977.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:38.978 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.978 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.978 [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... 18:32:38.978 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.978 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.978 [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... 18:32:38.979 [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 18:32:38.980 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:38.980 [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 18:32:38.980 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:38.980 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:38.980 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.980 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.981 [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... 18:32:38.981 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.981 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.981 [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... 18:32:38.981 [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 18:32:39.040 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:39.040 [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 18:32:39.041 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:39.041 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:39.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.041 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.042 [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... 18:32:39.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.042 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.042 [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... 18:32:39.042 [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 18:32:39.043 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.043 [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 18:32:39.043 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.044 [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... 18:32:39.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.044 [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... 18:32:39.044 [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 18:32:39.046 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:39.046 [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 18:32:39.046 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.046 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.046 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.046 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.047 [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... 18:32:39.047 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.047 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.047 [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... 18:32:39.047 [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 18:32:39.048 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.048 [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 18:32:39.048 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.048 [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...18:32:39.048 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.048 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.049 [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... 18:32:39.049 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.049 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.049 [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... 18:32:39.049 [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 18:32:39.050 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.050 [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 18:32:39.050 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.050 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.050 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.050 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.051 [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... 18:32:39.051 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.051 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.051 [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... 18:32:39.051 [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 18:32:39.052 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.052 [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 18:32:39.052 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.052 [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...18:32:39.052 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.052 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.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/00700680-0000-01d3-0000-000000000000.exml... 18:32:39.053 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.053 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/00700680-0000-01d3-0000-000000000000.exml... 18:32:39.053 [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 18:32:39.054 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.054 [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 18:32:39.054 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/00700680-0000-01d3-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.055 [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... 18:32:39.055 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.055 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.055 [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... 18:32:39.055 [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 18:32:39.056 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.056 [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 18:32:39.057 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.057 [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...18:32:39.057 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.057 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.057 [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... 18:32:39.057 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.057 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.057 [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... 18:32:39.057 [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 18:32:39.058 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.058 [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 18:32:39.058 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.058 [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...18:32:39.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 18:32:39.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 18:32:39.059 [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 18:32:39.059 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.059 [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 18:32:39.060 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.060 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.060 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.060 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.060 [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... 18:32:39.060 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.060 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.060 [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... 18:32:39.060 [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 18:32:39.064 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:39.064 [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 18:32:39.065 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.065 [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...18:32:39.065 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.065 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.065 [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... 18:32:39.065 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.065 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.065 [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... 18:32:39.066 [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 18:32:39.066 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.066 [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 18:32:39.067 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.067 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.067 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.067 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.067 [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... 18:32:39.067 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.067 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.067 [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... 18:32:39.067 [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 18:32:39.068 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.068 [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 18:32:39.068 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.068 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.068 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.068 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.068 [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... 18:32:39.068 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.068 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.068 [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... 18:32:39.069 [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 18:32:39.069 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.069 [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 18:32:39.070 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.070 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.070 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.070 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.070 [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... 18:32:39.070 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.070 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.070 [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... 18:32:39.070 [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 18:32:39.072 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 18:32:39.072 [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 18:32:39.073 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:39.074 [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...18:32:39.074 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.074 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.074 [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... 18:32:39.074 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.074 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.074 [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... 18:32:39.074 [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 18:32:39.075 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:39.075 [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 18:32:39.075 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:39.075 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.075 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:39.076 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:39.076 [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... 18:32:39.076 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.076 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.076 [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... 18:32:39.076 [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 18:32:39.077 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:39.077 [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 18:32:39.078 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:39.078 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.078 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.078 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.078 [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... 18:32:39.078 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.078 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.078 [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... 18:32:39.078 [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 18:32:39.079 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.079 [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 18:32:39.079 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.079 [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...18:32:39.079 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s57ms 18:32:39.136 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms 18:32:39.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/01ec141c-0000-12f2-0000-000000000000.exml... 18:32:39.137 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.137 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/01ec141c-0000-12f2-0000-000000000000.exml... 18:32:39.137 [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 18:32:39.138 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.138 [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 18:32:39.138 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/01ec141c-0000-12f2-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.138 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.138 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.139 [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... 18:32:39.139 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.139 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.139 [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... 18:32:39.139 [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 18:32:39.141 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:39.141 [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 18:32:39.142 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:39.142 [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...18:32:39.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.142 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.142 [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... 18:32:39.142 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.142 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.142 [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... 18:32:39.143 [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 18:32:39.143 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.143 [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 18:32:39.143 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.144 [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...18:32:39.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.144 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.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/00540a84-0000-0003-0000-000000000000.exml... 18:32:39.144 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.144 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/00540a84-0000-0003-0000-000000000000.exml... 18:32:39.144 [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 18:32:39.145 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.145 [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 18:32:39.145 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/00540a84-0000-0003-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.145 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.145 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.145 [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... 18:32:39.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.145 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.145 [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... 18:32:39.146 [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 18:32:39.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:39.147 [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 18:32:39.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:39.147 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:39.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.147 [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... 18:32:39.147 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.147 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.147 [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... 18:32:39.148 [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 18:32:39.148 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:39.148 [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 18:32:39.149 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.149 [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...18:32:39.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 18:32:39.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 18:32:39.149 [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 18:32:39.150 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.150 [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 18:32:39.150 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.150 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.150 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.150 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.151 [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... 18:32:39.151 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.151 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.151 [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... 18:32:39.151 [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 18:32:39.152 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.152 [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 18:32:39.152 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.152 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.152 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.152 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.152 [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... 18:32:39.152 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.152 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.152 [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... 18:32:39.152 [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 18:32:39.153 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.153 [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 18:32:39.153 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.153 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.153 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.153 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.153 [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) 18:32:39.154 [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... 18:32:39.154 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.154 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.154 [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... 18:32:39.154 [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 18:32:39.155 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:39.155 [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 18:32:39.155 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:39.155 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.155 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.155 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.156 [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... 18:32:39.156 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.156 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.156 [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... 18:32:39.156 [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 18:32:39.157 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.157 [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 18:32:39.157 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.157 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.157 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.157 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.157 [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... 18:32:39.157 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.157 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.157 [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... 18:32:39.158 [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 18:32:39.158 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.158 [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 18:32:39.158 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.158 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.158 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.159 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.159 [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... 18:32:39.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.159 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.159 [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... 18:32:39.159 [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 18:32:39.165 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 18:32:39.165 [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 18:32:39.168 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:32:39.168 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:32:39.168 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.168 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.168 [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... 18:32:39.169 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.169 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 18:32:39.169 [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 18:32:39.169 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.170 [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 18:32:39.170 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.170 [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...18:32:39.170 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.170 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.170 [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... 18:32:39.170 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.170 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.170 [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... 18:32:39.170 [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 18:32:39.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.171 [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 18:32:39.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.171 [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... 18:32:39.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 18:32:39.172 [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 18:32:39.173 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.173 [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 18:32:39.173 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.173 [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...18:32:39.173 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.173 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.173 [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... 18:32:39.173 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.173 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.173 [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... 18:32:39.173 [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 18:32:39.174 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.174 [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 18:32:39.174 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/00700680-0000-01d5-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.174 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.175 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.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/00700680-0000-01b8-0000-000000000000.exml... 18:32:39.175 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:39.175 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:39.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/00700680-0000-01b8-0000-000000000000.exml... 18:32:39.175 [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 18:32:39.176 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:39.176 [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 18:32:39.176 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:39.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/00700680-0000-01b8-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:39.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:39.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:39.176 [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) 18:32:39.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:39.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:39.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.199s attempting to resolve any uninitialized derived attributes... 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:42.375 [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... 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 3s199ms [proxy update] 18:32:42.375 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:42.378 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:42.379 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 903 ms 18:32:42.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:42.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:42.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:42.381 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:42.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit8158438042453900736/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11881343531362081148/test_metamodel[OrientDB] Jul 06, 2022 6:32:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit11881343531362081148/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:43.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:43.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:43.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:32:43.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:43.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:43.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:43.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:43.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:43.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:43.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:43.171 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:43.172 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:43.172 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:32:43.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:43.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:43.266 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:43.345 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:43.353 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:43.353 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:43.353 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:32:43.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:32:43.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:43.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:43.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:32:43.448 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:43.448 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:43.448 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:32:43.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:43.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:32:43.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 18:32:43.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:43.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:32:43.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:43.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:43.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:32:43.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:43.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:43.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:43.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:43.866 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:43.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit11881343531362081148/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8767205918111008757/test_zoo[OrientDB] Jul 06, 2022 6:32:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit8767205918111008757/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:44.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:44.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:44.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:32:44.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:44.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:44.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:44.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:44.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:44.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:44.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:44.516 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:44.537 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:44.537 [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 18:32:44.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:44.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:44.666 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:44.750 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:44.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:44.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:44.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:32:44.764 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:32:44.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:44.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:44.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:32:44.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:44.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:32:44.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:32:45.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:32:45.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:32:45.054 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 18:32:45.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:45.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:32:45.145 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:45.145 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:32:45.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:32:45.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:45.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:45.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:45.240 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:45.372 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:45.374 [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/ 18:32:45.374 [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/ 18:32:45.375 [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/ 18:32:45.375 [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/ 18:32:45.375 [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/ 18:32:45.376 [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/ 18:32:45.376 [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/ 18:32:45.376 [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/ 18:32:45.376 [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/ 18:32:45.376 [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/ 18:32:45.376 [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/ 18:32:45.377 [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/ 18:32:45.377 [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/ 18:32:45.377 [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/ 18:32:45.377 [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/ 18:32:45.377 [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/ 18:32:45.377 [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/ 18:32:45.378 [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/ 18:32:45.378 [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/ 18:32:45.378 [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/ 18:32:45.378 [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/ 18:32:45.378 [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/ 18:32:45.378 [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/ 18:32:45.379 [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/ 18:32:45.379 [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/ 18:32:45.379 [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/ 18:32:45.379 [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/ 18:32:45.379 [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/ 18:32:45.436 [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/ 18:32:45.437 [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/ 18:32:45.437 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:45.437 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:45.437 [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) 18:32:45.438 [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... 18:32:45.439 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.439 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.439 [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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:45.481 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:45.546 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.546 [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 18:32:45.561 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.561 [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. 0s123ms [pure insertion] marking any relevant derived attributes for update...18:32:45.561 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.561 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.562 [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... 18:32:45.562 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.562 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.562 [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... 18:32:45.562 [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 18:32:45.563 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.563 [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 18:32:45.563 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.563 [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...18:32:45.563 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.563 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.563 [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... 18:32:45.563 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.563 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.563 [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... 18:32:45.564 [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 18:32:45.564 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.564 [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 18:32:45.565 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.565 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.565 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.565 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.565 [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... 18:32:45.565 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.565 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.565 [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... 18:32:45.565 [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 18:32:45.566 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.566 [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 18:32:45.567 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.567 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.567 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.567 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.568 [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... 18:32:45.568 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.568 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.568 [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... 18:32:45.568 [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 18:32:45.569 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.569 [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 18:32:45.569 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.569 [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...18:32:45.569 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.569 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.569 [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... 18:32:45.569 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.569 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.569 [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... 18:32:45.570 [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 18:32:45.570 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.570 [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 18:32:45.571 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.571 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.571 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.571 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.571 [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... 18:32:45.571 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.571 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.571 [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... 18:32:45.571 [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 18:32:45.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.572 [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 18:32:45.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.573 [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... 18:32:45.573 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.573 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.573 [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... 18:32:45.573 [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 18:32:45.574 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.574 [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 18:32:45.574 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.574 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:32:45.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:32:45.574 [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 18:32:45.575 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.575 [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 18:32:45.575 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.575 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.575 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.576 [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... 18:32:45.576 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.576 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.576 [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... 18:32:45.577 [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 18:32:45.578 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.578 [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 18:32:45.578 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.578 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.578 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.578 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.578 [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... 18:32:45.578 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.578 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.578 [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... 18:32:45.578 [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 18:32:45.579 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.579 [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 18:32:45.579 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.579 [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...18:32:45.579 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.579 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.580 [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... 18:32:45.580 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.580 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.580 [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... 18:32:45.580 [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 18:32:45.580 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.580 [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 18:32:45.581 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.581 [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...18:32:45.581 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.581 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.581 [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... 18:32:45.581 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.581 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.581 [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... 18:32:45.582 [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 18:32:45.639 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 18:32:45.639 [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 18:32:45.644 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:32:45.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/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:32:45.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.644 [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... 18:32:45.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.644 [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... 18:32:45.645 [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 18:32:45.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.645 [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 18:32:45.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.645 [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...18:32:45.645 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:45.646 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:45.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/00700680-0000-01d1-0000-000000000000.exml... 18:32:45.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/00700680-0000-01d1-0000-000000000000.exml... 18:32:45.646 [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 18:32:45.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.647 [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 18:32:45.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/00700680-0000-01d1-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.647 [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... 18:32:45.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.647 [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... 18:32:45.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.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 18:32:45.648 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:45.648 [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 18:32:45.648 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.648 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.648 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.648 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.649 [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... 18:32:45.649 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.649 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.649 [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... 18:32:45.649 [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 18:32:45.650 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.650 [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 18:32:45.650 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.650 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.650 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.650 [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... 18:32:45.650 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.650 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.650 [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... 18:32:45.650 [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 18:32:45.651 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:45.651 [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 18:32:45.651 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.651 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/01ec141c-0000-12f2-0000-000000000000.exml... 18:32:45.651 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.651 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.651 [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... 18:32:45.652 [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 18:32:45.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.652 [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 18:32:45.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/01ec141c-0000-12f2-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:32:45.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:32:45.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 18:32:45.654 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:45.654 [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 18:32:45.656 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:45.656 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:45.656 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.656 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.656 [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... 18:32:45.656 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.656 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.656 [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... 18:32:45.656 [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 18:32:45.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.657 [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 18:32:45.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.657 [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...18:32:45.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.658 [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... 18:32:45.658 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.658 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.658 [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... 18:32:45.658 [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 18:32:45.659 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.659 [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 18:32:45.660 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.660 [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...18:32:45.660 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.660 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.661 [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... 18:32:45.661 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.661 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.661 [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... 18:32:45.661 [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 18:32:45.681 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:45.681 [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 18:32:45.682 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:32:45.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.682 [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... 18:32:45.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.682 [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... 18:32:45.682 [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 18:32:45.683 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:45.683 [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 18:32:45.683 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.683 [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...18:32:45.683 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.683 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:32:45.684 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.684 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:32:45.684 [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 18:32:45.685 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.685 [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 18:32:45.685 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.685 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:45.685 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.685 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.685 [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... 18:32:45.685 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.685 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.685 [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... 18:32:45.686 [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 18:32:45.686 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.686 [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 18:32:45.687 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.687 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.687 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.687 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.687 [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... 18:32:45.687 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.687 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.687 [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... 18:32:45.687 [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 18:32:45.688 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.688 [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 18:32:45.736 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.737 [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. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:32:45.737 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.737 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.737 [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... 18:32:45.737 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.737 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.737 [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... 18:32:45.738 [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 18:32:45.739 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.739 [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 18:32:45.739 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.739 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.739 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.739 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.739 [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... 18:32:45.739 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.739 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.739 [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... 18:32:45.740 [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 18:32:45.740 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.740 [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 18:32:45.741 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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-01fb-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.741 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.741 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.741 [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... 18:32:45.741 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.741 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.741 [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... 18:32:45.741 [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 18:32:45.742 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.742 [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 18:32:45.743 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.743 [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... 18:32:45.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.743 [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... 18:32:45.744 [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 18:32:45.751 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:45.751 [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 18:32:45.753 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:45.753 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:32:45.753 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.753 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.754 [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... 18:32:45.754 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.754 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.754 [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... 18:32:45.754 [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 18:32:45.755 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:45.755 [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 18:32:45.756 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:45.756 [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...18:32:45.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.756 [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... 18:32:45.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.756 [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... 18:32:45.757 [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 18:32:45.757 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.757 [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 18:32:45.758 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.758 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.758 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.758 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.758 [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... 18:32:45.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.758 [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... 18:32:45.759 [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 18:32:45.760 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:45.760 [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 18:32:45.760 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.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/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.760 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.760 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.761 [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... 18:32:45.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.761 [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... 18:32:45.761 [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 18:32:45.762 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.762 [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 18:32:45.771 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.771 [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...18:32:45.771 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:45.772 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:45.772 [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... 18:32:45.772 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.772 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.772 [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... 18:32:45.772 [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 18:32:45.775 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 18:32:45.775 [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 18:32:45.776 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:45.776 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:45.776 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.776 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.776 [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... 18:32:45.776 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.776 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.776 [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... 18:32:45.777 [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 18:32:45.777 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.777 [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 18:32:45.777 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.778 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.778 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.778 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.778 [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... 18:32:45.778 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.778 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.778 [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... 18:32:45.778 [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 18:32:45.780 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 18:32:45.780 [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 18:32:45.780 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:45.780 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.780 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.836 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.837 [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... 18:32:45.837 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.837 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.837 [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... 18:32:45.837 [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 18:32:45.839 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:45.839 [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 18:32:45.840 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:45.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/de38398e-c746-11e1-8624-0027103f347d.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:45.840 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.840 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.840 [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... 18:32:45.840 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.840 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.840 [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... 18:32:45.840 [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 18:32:45.841 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.841 [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 18:32:45.841 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.841 [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...18:32:45.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.842 [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... 18:32:45.842 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.842 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.842 [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... 18:32:45.842 [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 18:32:45.843 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.843 [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 18:32:45.843 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.843 [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...18:32:45.843 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.843 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.843 [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... 18:32:45.843 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.843 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.844 [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... 18:32:45.844 [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 18:32:45.844 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.844 [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 18:32:45.845 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.845 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.845 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.845 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.845 [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... 18:32:45.845 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.845 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.845 [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... 18:32:45.845 [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 18:32:45.846 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.846 [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 18:32:45.846 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.846 [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...18:32:45.846 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.846 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.846 [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... 18:32:45.846 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.846 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.846 [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... 18:32:45.847 [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 18:32:45.847 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.847 [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 18:32:45.848 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.848 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.848 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.848 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.848 [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... 18:32:45.848 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.848 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.848 [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... 18:32:45.848 [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 18:32:45.849 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.849 [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 18:32:45.849 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.849 [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...18:32:45.849 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.849 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/01ec1228-0000-0964-0000-000000000000.exml... 18:32:45.850 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.850 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/01ec1228-0000-0964-0000-000000000000.exml... 18:32:45.850 [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 18:32:45.850 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.850 [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 18:32:45.851 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.851 [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...18:32:45.851 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.851 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.851 [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... 18:32:45.851 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.851 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.851 [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... 18:32:45.851 [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 18:32:45.852 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.852 [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 18:32:45.853 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.853 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.853 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.853 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.853 [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... 18:32:45.853 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.853 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.853 [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... 18:32:45.854 [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 18:32:45.854 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.854 [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 18:32:45.854 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.854 [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...18:32:45.854 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:45.855 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:45.855 [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... 18:32:45.855 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.855 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.855 [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... 18:32:45.855 [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 18:32:45.856 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.856 [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 18:32:45.857 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.857 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.857 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.857 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 18:32:45.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 18:32:45.858 [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 18:32:45.859 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:45.859 [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 18:32:45.860 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:45.860 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:45.860 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.860 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.860 [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... 18:32:45.860 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.860 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.860 [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... 18:32:45.861 [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 18:32:45.861 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.861 [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 18:32:45.862 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.862 [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...18:32:45.862 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.862 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.862 [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... 18:32:45.862 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.862 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.862 [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... 18:32:45.863 [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 18:32:45.864 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.864 [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 18:32:45.865 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.865 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:45.865 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.865 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.865 [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... 18:32:45.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.865 [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... 18:32:45.866 [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 18:32:45.867 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.867 [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 18:32:45.868 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:45.868 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:45.868 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.868 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.868 [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... 18:32:45.868 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.868 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.868 [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... 18:32:45.869 [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 18:32:45.873 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:45.873 [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 18:32:45.874 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.874 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:45.874 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.874 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.874 [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... 18:32:45.874 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.874 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.874 [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... 18:32:45.875 [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 18:32:45.875 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.875 [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 18:32:45.876 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.876 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.876 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.876 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.876 [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... 18:32:45.876 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.876 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.876 [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... 18:32:45.937 [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 18:32:45.939 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:45.939 [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 18:32:45.939 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:45.939 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:32:45.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.940 [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... 18:32:45.940 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.940 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.940 [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... 18:32:45.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.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 18:32:45.946 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 18:32:45.946 [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 18:32:45.952 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:32:45.952 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:32:45.952 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.952 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/01ec12fc-0000-024c-0000-000000000000.exml... 18:32:45.952 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.953 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.953 [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... 18:32:45.953 [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 18:32:45.953 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.953 [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 18:32:45.954 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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/01ec12fc-0000-024c-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.954 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.954 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.954 [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... 18:32:45.954 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.954 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/00700680-0000-01ce-0000-000000000000.exml... 18:32:45.954 [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 18:32:45.955 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.955 [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 18:32:45.955 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.955 [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...18:32:45.955 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.955 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.955 [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... 18:32:45.955 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.955 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.956 [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... 18:32:45.956 [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 18:32:45.957 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:45.957 [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 18:32:45.957 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:45.957 [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...18:32:45.957 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.957 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.958 [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... 18:32:45.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.958 [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... 18:32:45.958 [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 18:32:45.960 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 18:32:45.960 [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 18:32:45.963 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:45.963 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:45.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 18:32:45.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 18:32:45.963 [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 18:32:45.965 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.965 [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 18:32:45.965 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.965 [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...18:32:45.965 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.965 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 18:32:45.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 18:32:45.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 18:32:45.969 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:45.969 [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 18:32:45.969 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.969 [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...18:32:45.969 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.969 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.970 [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... 18:32:45.970 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.970 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.970 [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... 18:32:45.970 [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 18:32:45.970 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.970 [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 18:32:45.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.971 [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...18:32:45.971 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.971 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.971 [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... 18:32:45.971 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.971 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.971 [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... 18:32:45.971 [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 18:32:45.972 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:45.972 [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 18:32:45.972 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.972 [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...18:32:45.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 18:32:45.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 18:32:45.973 [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 18:32:45.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:45.977 [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 18:32:45.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.977 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:45.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 18:32:45.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 18:32:45.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 18:32:45.978 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:45.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 18:32:45.979 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:45.979 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.979 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 18:32:45.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 18:32:45.979 [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 18:32:45.980 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:45.980 [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 18:32:45.980 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:45.980 [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...18:32:45.980 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:45.980 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:45.980 [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... 18:32:45.980 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:45.980 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:45.980 [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... 18:32:45.980 [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 18:32:45.981 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:45.981 [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 18:32:46.037 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.037 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:32:46.037 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.037 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.037 [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... 18:32:46.037 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.037 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.037 [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... 18:32:46.037 [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 18:32:46.041 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.041 [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 18:32:46.042 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:46.042 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.042 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00d0052c-0000-0143-0000-000000000000.exml... 18:32:46.042 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.042 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/00d0052c-0000-0143-0000-000000000000.exml... 18:32:46.042 [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 18:32:46.045 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.045 [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 18:32:46.045 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/00d0052c-0000-0143-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/1b7fd53f-205e-11df-948e-001302895b2b.exml... 18:32:46.046 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.046 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.046 [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... 18:32:46.046 [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 18:32:46.046 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.046 [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 18:32:46.047 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.047 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.047 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.047 [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... 18:32:46.047 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.047 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.047 [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... 18:32:46.047 [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 18:32:46.048 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.048 [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 18:32:46.048 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.048 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.048 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.048 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:32:46.049 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.049 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:32:46.049 [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 18:32:46.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.050 [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 18:32:46.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.050 [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... 18:32:46.050 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.050 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.050 [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... 18:32:46.051 [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 18:32:46.051 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.051 [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 18:32:46.051 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.051 [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...18:32:46.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.052 [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... 18:32:46.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.052 [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... 18:32:46.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.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 18:32:46.055 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:46.055 [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 18:32:46.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:46.059 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:32:46.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 18:32:46.059 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.059 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.059 [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... 18:32:46.060 [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 18:32:46.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.060 [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 18:32:46.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.061 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:32:46.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:32:46.061 [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 18:32:46.062 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:46.062 [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 18:32:46.063 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.063 [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... 18:32:46.063 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.063 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.063 [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... 18:32:46.063 [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 18:32:46.064 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.064 [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 18:32:46.064 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.064 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.064 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.064 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 18:32:46.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.064 [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... 18:32:46.065 [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 18:32:46.065 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.065 [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 18:32:46.066 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.066 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.066 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.066 [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... 18:32:46.066 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.066 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.066 [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... 18:32:46.066 [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 18:32:46.068 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:46.068 [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 18:32:46.069 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:46.069 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.069 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.069 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec141c-0000-12f7-0000-000000000000.exml... 18:32:46.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/01ec141c-0000-12f7-0000-000000000000.exml... 18:32:46.071 [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 18:32:46.072 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.072 [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 18:32:46.072 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.072 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.072 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.072 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.073 [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... 18:32:46.073 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.073 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.073 [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... 18:32:46.073 [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 18:32:46.081 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 18:32:46.081 [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 18:32:46.140 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:46.140 [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...18:32:46.140 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.140 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec12fc-0000-00b7-0000-000000000000.exml... 18:32:46.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/01ec12fc-0000-00b7-0000-000000000000.exml... 18:32:46.141 [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 18:32:46.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.142 [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 18:32:46.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/01ec12fc-0000-00b7-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.142 [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... 18:32:46.142 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.142 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.142 [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... 18:32:46.142 [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 18:32:46.143 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.143 [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 18:32:46.143 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.143 [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...18:32:46.143 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.143 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 18:32:46.144 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.144 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.144 [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... 18:32:46.144 [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 18:32:46.144 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.144 [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 18:32:46.144 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/35b84299-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.145 [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... 18:32:46.145 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.145 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.145 [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... 18:32:46.145 [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 18:32:46.146 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.146 [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 18:32:46.146 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.146 [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...18:32:46.146 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.146 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.146 [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... 18:32:46.146 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.146 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.146 [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... 18:32:46.146 [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 18:32:46.150 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.150 [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 18:32:46.151 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.151 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:46.151 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.151 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:32:46.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:32:46.151 [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 18:32:46.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.152 [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 18:32:46.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/e445c33b-de99-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.153 [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... 18:32:46.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.153 [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... 18:32:46.153 [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 18:32:46.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:46.154 [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 18:32:46.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.154 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.154 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.154 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.155 [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... 18:32:46.155 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.155 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.155 [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... 18:32:46.155 [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 18:32:46.161 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:46.161 [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 18:32:46.161 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.161 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:46.161 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.162 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.162 [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... 18:32:46.162 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.162 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.162 [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... 18:32:46.162 [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 18:32:46.163 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.163 [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 18:32:46.163 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.163 [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...18:32:46.163 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.163 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.163 [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... 18:32:46.163 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.163 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.163 [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... 18:32:46.164 [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 18:32:46.164 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.164 [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 18:32:46.164 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.164 [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...18:32:46.164 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.164 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.165 [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... 18:32:46.165 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.165 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.165 [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... 18:32:46.165 [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 18:32:46.166 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 18:32:46.166 [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 18:32:46.166 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.166 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.166 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.167 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.167 [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... 18:32:46.167 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.167 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.167 [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... 18:32:46.167 [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 18:32:46.168 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.168 [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 18:32:46.168 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.168 [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...18:32:46.168 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.168 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.168 [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... 18:32:46.168 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.168 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.168 [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... 18:32:46.169 [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 18:32:46.175 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 18:32:46.175 [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 18:32:46.177 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:46.177 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:32:46.177 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.177 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.177 [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... 18:32:46.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.177 [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... 18:32:46.177 [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 18:32:46.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.178 [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 18:32:46.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.179 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.179 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.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-01d3-0000-000000000000.exml... 18:32:46.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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-01d3-0000-000000000000.exml... 18:32:46.179 [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 18:32:46.180 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.180 [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 18:32:46.180 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.180 [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...18:32:46.180 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.180 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.180 [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... 18:32:46.180 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.180 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.180 [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... 18:32:46.181 [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 18:32:46.239 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.239 [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 18:32:46.240 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.240 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:46.240 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.240 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.240 [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... 18:32:46.240 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.240 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.240 [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... 18:32:46.240 [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 18:32:46.241 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.241 [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 18:32:46.241 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.241 [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...18:32:46.241 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.241 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.241 [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/ (0 sec, 0 sec total) 18:32:46.242 [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... 18:32:46.242 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.242 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.242 [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... 18:32:46.242 [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 18:32:46.242 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.243 [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 18:32:46.243 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.243 [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...18:32:46.243 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.243 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.243 [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... 18:32:46.243 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.243 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.243 [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... 18:32:46.243 [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 18:32:46.244 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.244 [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 18:32:46.244 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.244 [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...18:32:46.244 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.244 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.244 [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... 18:32:46.244 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.244 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.244 [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... 18:32:46.245 [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 18:32:46.245 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.245 [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 18:32:46.245 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.245 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.245 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.245 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 18:32:46.246 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.246 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 18:32:46.246 [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 18:32:46.247 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.247 [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 18:32:46.247 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.247 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.247 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.247 [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... 18:32:46.247 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.247 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.247 [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... 18:32:46.247 [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 18:32:46.248 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.248 [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 18:32:46.248 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.248 [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...18:32:46.248 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.248 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.248 [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... 18:32:46.248 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.248 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.248 [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... 18:32:46.249 [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 18:32:46.249 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.249 [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 18:32:46.250 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.250 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.250 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.250 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.250 [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... 18:32:46.250 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.250 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.250 [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... 18:32:46.250 [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 18:32:46.257 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 18:32:46.257 [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 18:32:46.258 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:46.258 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:32:46.258 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.258 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.258 [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... 18:32:46.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:32:46.259 [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 18:32:46.259 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.259 [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 18:32:46.259 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.259 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.260 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.260 [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... 18:32:46.260 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.260 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.260 [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... 18:32:46.260 [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 18:32:46.261 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.261 [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 18:32:46.261 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.261 [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...18:32:46.261 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.261 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.261 [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... 18:32:46.261 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.261 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.261 [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... 18:32:46.261 [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 18:32:46.262 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.262 [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 18:32:46.262 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.262 [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...18:32:46.262 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.262 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.263 [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... 18:32:46.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.263 [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... 18:32:46.263 [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 18:32:46.267 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.267 [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 18:32:46.267 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.267 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:46.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.268 [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... 18:32:46.268 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.268 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.268 [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... 18:32:46.268 [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 18:32:46.268 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.269 [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 18:32:46.269 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.269 [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...18:32:46.269 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.269 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.269 [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... 18:32:46.269 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.269 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.269 [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... 18:32:46.269 [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 18:32:46.270 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.270 [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 18:32:46.270 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.270 [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...18:32:46.270 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.270 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.271 [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... 18:32:46.271 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.271 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.271 [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... 18:32:46.271 [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 18:32:46.272 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:46.272 [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 18:32:46.272 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.272 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.272 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.272 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.272 [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... 18:32:46.272 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.272 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.272 [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... 18:32:46.273 [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 18:32:46.273 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.273 [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 18:32:46.273 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.273 [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...18:32:46.273 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.274 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.274 [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... 18:32:46.274 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.274 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.274 [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... 18:32:46.274 [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 18:32:46.278 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.278 [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 18:32:46.278 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.278 [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...18:32:46.278 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.278 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.279 [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... 18:32:46.279 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.279 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/a74178fb-df2b-11de-905b-001302895b2b.exml... 18:32:46.279 [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 18:32:46.280 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:46.280 [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 18:32:46.280 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.280 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.280 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 18:32:46.281 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.281 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.281 [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... 18:32:46.281 [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 18:32:46.336 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.336 [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 18:32:46.337 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:32:46.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01280500-0000-0b37-0000-000000000000.exml... 18:32:46.338 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.338 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.338 [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... 18:32:46.338 [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 18:32:46.339 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.340 [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 18:32:46.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/01280500-0000-0b37-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.340 [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... 18:32:46.340 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.340 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.340 [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... 18:32:46.341 [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 18:32:46.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.342 [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 18:32:46.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.342 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/770df309-5d0c-11df-a996-001302895b2b.exml... 18:32:46.343 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.343 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/770df309-5d0c-11df-a996-001302895b2b.exml... 18:32:46.343 [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 18:32:46.344 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.344 [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 18:32:46.344 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.344 [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...18:32:46.344 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.344 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.344 [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... 18:32:46.344 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.344 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.344 [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... 18:32:46.344 [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 18:32:46.349 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.349 [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 18:32:46.349 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.349 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:46.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.349 [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... 18:32:46.349 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.349 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.349 [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... 18:32:46.350 [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 18:32:46.350 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.350 [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 18:32:46.350 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.350 [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...18:32:46.351 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.351 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.351 [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... 18:32:46.351 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.351 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.351 [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... 18:32:46.352 [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 18:32:46.352 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.352 [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 18:32:46.352 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.353 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.353 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.353 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.353 [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... 18:32:46.353 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.353 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.353 [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... 18:32:46.353 [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 18:32:46.354 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.354 [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 18:32:46.354 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.354 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/0054070c-0000-005d-0000-000000000000.exml... 18:32:46.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/0054070c-0000-005d-0000-000000000000.exml... 18:32:46.354 [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 18:32:46.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.355 [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 18:32:46.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/0054070c-0000-005d-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.356 [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... 18:32:46.356 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.356 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 18:32:46.356 [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 18:32:46.356 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.356 [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 18:32:46.357 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00bc4480-0000-06a8-0000-000000000000.exml... 18:32:46.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/00bc4480-0000-06a8-0000-000000000000.exml... 18:32:46.357 [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 18:32:46.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.358 [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 18:32:46.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/00bc4480-0000-06a8-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.358 [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... 18:32:46.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.358 [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... 18:32:46.359 [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 18:32:46.359 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.359 [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 18:32:46.359 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.359 [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...18:32:46.359 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.359 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 18:32:46.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 18:32:46.360 [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 18:32:46.360 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.360 [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 18:32:46.361 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.361 [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... 18:32:46.361 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.361 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.361 [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... 18:32:46.361 [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 18:32:46.362 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.362 [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 18:32:46.363 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.363 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.363 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.363 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.364 [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... 18:32:46.364 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.364 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.364 [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... 18:32:46.364 [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 18:32:46.365 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:46.365 [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 18:32:46.365 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.365 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.365 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.365 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.366 [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... 18:32:46.366 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.366 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.366 [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... 18:32:46.366 [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 18:32:46.367 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:46.367 [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 18:32:46.367 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.367 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.367 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.367 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.368 [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... 18:32:46.368 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.368 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.368 [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... 18:32:46.368 [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 18:32:46.369 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:46.369 [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 18:32:46.369 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.369 [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...18:32:46.370 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.370 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:32:46.370 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.370 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:32:46.370 [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 18:32:46.371 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.371 [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 18:32:46.371 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/01ec12fc-0000-0a37-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.371 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.371 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.371 [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... 18:32:46.371 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.371 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.371 [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... 18:32:46.372 [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 18:32:46.372 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.372 [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 18:32:46.379 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.379 [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...18:32:46.379 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.379 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00700680-0000-0206-0000-000000000000.exml... 18:32:46.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/00700680-0000-0206-0000-000000000000.exml... 18:32:46.380 [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 18:32:46.436 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.437 [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 18:32:46.437 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.437 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:32:46.437 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.437 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00bc27b8-0000-02a9-0000-000000000000.exml... 18:32:46.437 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.437 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/00bc27b8-0000-02a9-0000-000000000000.exml... 18:32:46.438 [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 18:32:46.439 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.439 [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 18:32:46.439 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.439 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.439 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.439 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.440 [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... 18:32:46.440 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.440 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.440 [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... 18:32:46.440 [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 18:32:46.444 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 18:32:46.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.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 18:32:46.448 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:32:46.449 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:32:46.449 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.449 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.449 [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... 18:32:46.449 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.449 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.449 [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... 18:32:46.449 [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 18:32:46.451 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.451 [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 18:32:46.451 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.451 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.451 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.451 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.452 [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... 18:32:46.452 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.452 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.452 [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... 18:32:46.452 [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 18:32:46.453 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.453 [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 18:32:46.453 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.453 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.453 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.453 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.454 [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... 18:32:46.454 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.454 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.454 [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... 18:32:46.454 [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 18:32:46.454 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.454 [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 18:32:46.455 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.455 [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...18:32:46.455 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.455 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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-0202-0000-000000000000.exml... 18:32:46.455 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.455 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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-0202-0000-000000000000.exml... 18:32:46.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-0202-0000-000000000000.exml 18:32:46.456 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.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-0202-0000-000000000000.exml 18:32:46.456 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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-0202-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.456 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.456 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.456 [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... 18:32:46.456 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.456 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.456 [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... 18:32:46.457 [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 18:32:46.457 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:46.457 [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 18:32:46.457 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.457 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.457 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.457 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:32:46.458 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.458 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:32:46.458 [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 18:32:46.458 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.458 [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 18:32:46.459 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.459 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.459 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00700680-0000-01d5-0000-000000000000.exml... 18:32:46.459 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.459 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.459 [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... 18:32:46.459 [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 18:32:46.460 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.460 [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 18:32:46.460 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.460 [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...18:32:46.460 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.460 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.460 [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... 18:32:46.460 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.460 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.460 [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... 18:32:46.461 [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 18:32:46.461 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.461 [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 18:32:46.462 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.462 [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...18:32:46.462 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.462 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.462 [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... 18:32:46.462 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.462 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.462 [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... 18:32:46.462 [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 18:32:46.463 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.463 [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 18:32:46.463 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.463 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.463 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.463 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.464 [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... 18:32:46.464 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.464 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.464 [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... 18:32:46.464 [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 18:32:46.465 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.465 [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 18:32:46.465 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.465 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.465 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.465 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.465 [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... 18:32:46.465 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.465 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.465 [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... 18:32:46.466 [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 18:32:46.466 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.466 [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 18:32:46.467 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.467 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.467 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.467 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.467 [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... 18:32:46.467 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.467 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.467 [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... 18:32:46.467 [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 18:32:46.469 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.469 [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 18:32:46.470 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.470 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.470 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.470 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.470 [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... 18:32:46.470 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.470 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.470 [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... 18:32:46.470 [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 18:32:46.471 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.471 [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 18:32:46.471 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.471 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.471 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.471 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.472 [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... 18:32:46.472 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.472 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.472 [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... 18:32:46.472 [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 18:32:46.473 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.473 [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 18:32:46.473 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.473 [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...18:32:46.473 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.473 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.473 [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... 18:32:46.473 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.473 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.473 [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... 18:32:46.473 [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 18:32:46.474 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.474 [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 18:32:46.474 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.474 [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...18:32:46.474 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.474 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.475 [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... 18:32:46.475 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.475 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.475 [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... 18:32:46.475 [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 18:32:46.538 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:46.539 [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 18:32:46.540 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:46.540 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:32:46.540 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.540 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.541 [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... 18:32:46.541 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.541 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.541 [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... 18:32:46.542 [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 18:32:46.543 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:46.543 [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 18:32:46.544 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.544 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.544 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.544 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.544 [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... 18:32:46.544 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.544 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/8ed6276e-5821-11df-be59-001302895b2b.exml... 18:32:46.545 [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 18:32:46.545 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.545 [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 18:32:46.546 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.546 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.546 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.546 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.546 [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... 18:32:46.546 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.546 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.546 [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... 18:32:46.546 [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 18:32:46.547 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.547 [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 18:32:46.547 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.547 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.547 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.547 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.548 [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... 18:32:46.548 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.548 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.548 [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... 18:32:46.548 [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 18:32:46.550 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:46.550 [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 18:32:46.550 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:46.550 [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...18:32:46.550 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.550 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.551 [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... 18:32:46.551 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.551 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.551 [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... 18:32:46.551 [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 18:32:46.552 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.552 [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 18:32:46.552 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.552 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.552 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.552 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.553 [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... 18:32:46.553 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.553 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.553 [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... 18:32:46.553 [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 18:32:46.559 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 18:32:46.559 [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 18:32:46.560 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.560 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:32:46.560 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.560 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.560 [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... 18:32:46.561 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.561 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.561 [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... 18:32:46.561 [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 18:32:46.565 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:46.565 [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 18:32:46.568 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:46.568 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:32:46.568 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.568 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.568 [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... 18:32:46.568 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.569 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.569 [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... 18:32:46.569 [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 18:32:46.570 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.570 [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 18:32:46.570 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.570 [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...18:32:46.570 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.570 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.571 [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... 18:32:46.571 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.571 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.571 [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... 18:32:46.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-0233-0000-000000000000.exml 18:32:46.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.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-0233-0000-000000000000.exml 18:32:46.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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-0233-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.572 [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... 18:32:46.572 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.572 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.572 [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... 18:32:46.573 [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 18:32:46.573 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.573 [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 18:32:46.573 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.574 [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...18:32:46.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.574 [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... 18:32:46.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.574 [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... 18:32:46.574 [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 18:32:46.576 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 18:32:46.576 [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 18:32:46.577 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:32:46.577 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:46.577 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.577 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec2468-0000-0894-0000-000000000000.exml... 18:32:46.577 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.577 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/01ec2468-0000-0894-0000-000000000000.exml... 18:32:46.578 [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 18:32:46.638 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:46.638 [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 18:32:46.638 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.638 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:32:46.638 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.638 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.639 [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... 18:32:46.639 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.639 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.639 [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... 18:32:46.639 [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 18:32:46.640 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:46.640 [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 18:32:46.641 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.641 [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...18:32:46.641 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.641 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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... 18:32:46.641 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.641 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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... 18:32:46.642 [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 18:32:46.643 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.643 [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 18:32:46.643 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.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...18:32:46.643 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.643 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.644 [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... 18:32:46.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.644 [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... 18:32:46.644 [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 18:32:46.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.645 [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 18:32:46.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.645 [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...18:32:46.645 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.645 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.645 [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... 18:32:46.645 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.646 [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... 18:32:46.646 [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 18:32:46.646 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:46.646 [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 18:32:46.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.647 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.647 [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... 18:32:46.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.647 [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... 18:32:46.647 [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 18:32:46.650 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:46.650 [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 18:32:46.650 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:46.650 [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...18:32:46.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 18:32:46.651 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.651 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.651 [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... 18:32:46.651 [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 18:32:46.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.652 [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 18:32:46.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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-0011-0000-000000000000.exml... 18:32:46.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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-0011-0000-000000000000.exml... 18:32:46.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-0011-0000-000000000000.exml 18:32:46.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:46.657 [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 18:32:46.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.657 [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...18:32:46.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.657 [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... 18:32:46.657 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.657 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.657 [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... 18:32:46.658 [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 18:32:46.659 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 18:32:46.659 [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 18:32:46.659 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:46.659 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.659 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.659 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 18:32:46.660 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.660 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 18:32:46.660 [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 18:32:46.661 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:46.661 [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 18:32:46.661 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.661 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.661 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 18:32:46.662 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.662 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 18:32:46.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.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 18:32:46.663 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.663 [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 18:32:46.663 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.663 [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...18:32:46.663 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.663 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.664 [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... 18:32:46.664 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.664 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.664 [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... 18:32:46.664 [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 18:32:46.667 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 18:32:46.667 [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 18:32:46.670 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:32:46.670 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:46.670 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.670 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.670 [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... 18:32:46.670 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.670 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.671 [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... 18:32:46.671 [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 18:32:46.671 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.671 [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 18:32:46.672 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.672 [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...18:32:46.672 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.672 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.672 [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... 18:32:46.672 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.672 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.672 [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... 18:32:46.672 [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 18:32:46.673 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.673 [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 18:32:46.673 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.673 [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...18:32:46.673 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.673 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.673 [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... 18:32:46.674 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.674 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.674 [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... 18:32:46.674 [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 18:32:46.674 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.675 [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 18:32:46.675 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.675 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.675 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.675 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.675 [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... 18:32:46.675 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.675 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.675 [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... 18:32:46.675 [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 18:32:46.676 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.676 [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 18:32:46.676 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.676 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.676 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 18:32:46.677 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.677 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.677 [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... 18:32:46.677 [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 18:32:46.678 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.678 [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 18:32:46.678 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.678 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.678 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.678 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.678 [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... 18:32:46.678 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.678 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.678 [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... 18:32:46.678 [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 18:32:46.679 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.679 [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 18:32:46.679 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.679 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.679 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.679 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec12fc-0000-0224-0000-000000000000.exml... 18:32:46.680 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.680 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/01ec12fc-0000-0224-0000-000000000000.exml... 18:32:46.680 [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 18:32:46.681 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.681 [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 18:32:46.681 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/01ec12fc-0000-0224-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.681 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.681 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.682 [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... 18:32:46.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.682 [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... 18:32:46.682 [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 18:32:46.740 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 18:32:46.740 [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 18:32:46.743 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:32:46.743 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:32:46.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.743 [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... 18:32:46.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.743 [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... 18:32:46.743 [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 18:32:46.744 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.744 [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 18:32:46.744 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.744 [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...18:32:46.744 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:46.745 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:46.745 [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... 18:32:46.745 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.745 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.745 [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... 18:32:46.745 [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 18:32:46.746 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.746 [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 18:32:46.747 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.747 [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...18:32:46.747 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.747 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.747 [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... 18:32:46.747 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.747 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.747 [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... 18:32:46.747 [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 18:32:46.749 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:46.749 [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 18:32:46.749 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.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/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.749 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.749 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/90a0e341-5d0d-11df-a996-001302895b2b.exml... 18:32:46.750 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.750 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/90a0e341-5d0d-11df-a996-001302895b2b.exml... 18:32:46.750 [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 18:32:46.751 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.751 [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 18:32:46.751 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.751 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.751 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.751 [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... 18:32:46.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.751 [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... 18:32:46.752 [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 18:32:46.752 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.752 [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 18:32:46.753 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.753 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.753 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.753 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.753 [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... 18:32:46.753 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.753 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.753 [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... 18:32:46.753 [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 18:32:46.754 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.754 [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 18:32:46.754 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.754 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.754 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.754 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.755 [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... 18:32:46.755 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.755 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.755 [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... 18:32:46.755 [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 18:32:46.756 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.756 [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 18:32:46.756 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.756 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.756 [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... 18:32:46.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.756 [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... 18:32:46.757 [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 18:32:46.757 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:46.757 [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 18:32:46.757 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.757 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.757 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.757 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.758 [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... 18:32:46.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.758 [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... 18:32:46.758 [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 18:32:46.759 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.759 [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 18:32:46.759 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.759 [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...18:32:46.759 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.759 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.759 [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... 18:32:46.760 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.760 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.760 [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... 18:32:46.760 [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 18:32:46.761 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.761 [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 18:32:46.761 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.761 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.761 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.761 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.761 [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... 18:32:46.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.761 [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... 18:32:46.762 [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 18:32:46.762 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.762 [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 18:32:46.762 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.763 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.763 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.763 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.763 [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... 18:32:46.763 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.763 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.763 [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... 18:32:46.763 [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 18:32:46.764 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.764 [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 18:32:46.764 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.764 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.764 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.764 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.765 [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... 18:32:46.765 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.765 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.765 [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... 18:32:46.765 [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 18:32:46.766 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.767 [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 18:32:46.767 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.767 [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...18:32:46.767 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.767 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.767 [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... 18:32:46.768 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.768 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.768 [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... 18:32:46.768 [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 18:32:46.768 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:46.769 [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 18:32:46.769 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.769 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.769 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.769 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.769 [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) 18:32:46.769 [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... 18:32:46.770 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.770 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.770 [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... 18:32:46.770 [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 18:32:46.771 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.771 [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 18:32:46.771 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.771 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.771 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.771 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 18:32:46.771 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.771 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 18:32:46.772 [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 18:32:46.772 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.772 [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 18:32:46.773 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.773 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.773 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.773 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.773 [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... 18:32:46.773 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.773 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.773 [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... 18:32:46.773 [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 18:32:46.774 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.774 [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 18:32:46.774 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.774 [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...18:32:46.774 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.774 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.775 [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... 18:32:46.775 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.775 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.775 [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... 18:32:46.775 [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 18:32:46.776 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.776 [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 18:32:46.776 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.776 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.776 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.776 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.776 [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... 18:32:46.776 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.776 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.776 [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... 18:32:46.777 [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 18:32:46.777 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.777 [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 18:32:46.778 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.778 [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...18:32:46.778 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.778 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.778 [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... 18:32:46.778 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.778 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.778 [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... 18:32:46.778 [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 18:32:46.779 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.779 [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 18:32:46.779 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.779 [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...18:32:46.779 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.779 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.780 [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... 18:32:46.780 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.780 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.780 [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... 18:32:46.780 [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 18:32:46.838 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:46.838 [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 18:32:46.841 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:46.841 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:32:46.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.841 [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... 18:32:46.841 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.841 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.841 [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... 18:32:46.842 [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 18:32:46.842 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.842 [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 18:32:46.842 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.843 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.843 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.843 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.843 [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... 18:32:46.843 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.843 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.843 [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... 18:32:46.843 [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 18:32:46.844 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.844 [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 18:32:46.844 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.844 [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...18:32:46.844 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.844 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.844 [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... 18:32:46.845 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.845 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.845 [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... 18:32:46.845 [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 18:32:46.846 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.846 [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 18:32:46.846 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.846 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.846 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.846 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.846 [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... 18:32:46.846 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.846 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.846 [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... 18:32:46.847 [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 18:32:46.849 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 18:32:46.850 [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 18:32:46.850 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.850 [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...18:32:46.850 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.850 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.851 [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... 18:32:46.851 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.851 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.851 [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... 18:32:46.851 [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 18:32:46.852 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.852 [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 18:32:46.852 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/00700680-0000-01e5-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec12fc-0000-0265-0000-000000000000.exml... 18:32:46.852 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.853 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.853 [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... 18:32:46.853 [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 18:32:46.853 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.853 [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 18:32:46.854 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.854 [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...18:32:46.854 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.854 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.854 [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... 18:32:46.854 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.854 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.854 [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... 18:32:46.854 [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 18:32:46.855 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.855 [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 18:32:46.855 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.855 [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...18:32:46.855 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.855 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.856 [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... 18:32:46.856 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.856 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.856 [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... 18:32:46.856 [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 18:32:46.857 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.857 [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 18:32:46.857 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.857 [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...18:32:46.857 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.857 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.857 [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... 18:32:46.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.857 [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... 18:32:46.858 [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 18:32:46.936 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.936 [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 18:32:46.937 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.937 [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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:32:46.937 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.937 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 18:32:46.938 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.938 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.938 [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... 18:32:46.938 [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 18:32:46.939 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.939 [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 18:32:46.939 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00000000-0000-9c45-0000-000000000000.exml... 18:32:46.939 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.940 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.940 [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... 18:32:46.940 [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 18:32:46.940 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.940 [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 18:32:46.941 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.941 [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...18:32:46.941 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.941 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.941 [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... 18:32:46.941 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.941 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.941 [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... 18:32:46.941 [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 18:32:46.942 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:46.942 [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 18:32:46.943 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.943 [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...18:32:46.943 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.943 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.943 [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... 18:32:46.943 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.943 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.943 [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... 18:32:46.943 [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 18:32:46.945 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.945 [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 18:32:46.945 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.945 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.945 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.945 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.946 [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... 18:32:46.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.946 [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... 18:32:46.946 [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 18:32:46.946 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.947 [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 18:32:46.947 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.947 [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...18:32:46.947 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.947 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.947 [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... 18:32:46.947 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.947 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.947 [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... 18:32:46.947 [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 18:32:46.949 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 18:32:46.949 [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 18:32:46.951 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:32:46.951 [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...18:32:46.951 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.951 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.951 [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... 18:32:46.951 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.951 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.951 [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... 18:32:46.951 [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 18:32:46.954 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:46.954 [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 18:32:46.956 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:46.956 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:46.956 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.956 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/00700680-0000-01ef-0000-000000000000.exml... 18:32:46.957 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.957 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.957 [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... 18:32:46.957 [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 18:32:46.957 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.957 [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 18:32:46.958 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.958 [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...18:32:46.958 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.958 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.958 [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... 18:32:46.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.958 [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... 18:32:46.958 [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 18:32:46.959 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:46.959 [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 18:32:46.960 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:46.960 [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...18:32:46.960 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.960 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.960 [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... 18:32:46.960 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.960 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.960 [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... 18:32:46.961 [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 18:32:46.961 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.961 [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 18:32:46.962 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.962 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:46.962 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.962 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.962 [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... 18:32:46.962 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.962 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.962 [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... 18:32:46.962 [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 18:32:46.963 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.963 [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 18:32:46.963 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.963 [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...18:32:46.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.963 [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... 18:32:46.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.963 [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... 18:32:46.963 [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 18:32:46.964 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.964 [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 18:32:46.964 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.964 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.964 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.964 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/01ec141c-0000-12fc-0000-000000000000.exml... 18:32:46.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.965 [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... 18:32:46.965 [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 18:32:46.965 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.965 [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 18:32:46.965 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/01ec141c-0000-12fc-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.965 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.966 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.966 [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... 18:32:46.966 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.966 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.966 [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... 18:32:46.966 [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 18:32:46.967 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.967 [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 18:32:46.967 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.967 [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...18:32:46.967 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.967 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.967 [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... 18:32:46.967 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.967 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.967 [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... 18:32:46.967 [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 18:32:46.968 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.968 [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 18:32:46.968 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.968 [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...18:32:46.968 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.968 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.969 [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... 18:32:46.969 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.969 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.969 [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... 18:32:46.969 [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 18:32:46.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 18:32:46.971 [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 18:32:46.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.972 [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...18:32:46.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:32:46.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:32:46.972 [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 18:32:46.973 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.973 [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 18:32:46.973 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.973 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.973 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/4a427283-5d09-11df-a996-001302895b2b.exml... 18:32:46.973 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.973 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.973 [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... 18:32:46.974 [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 18:32:46.974 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.974 [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 18:32:46.974 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.974 [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...18:32:46.974 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.974 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.975 [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... 18:32:46.975 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.975 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.975 [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... 18:32:46.975 [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 18:32:46.975 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.975 [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 18:32:46.976 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.976 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.976 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 18:32:46.976 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.976 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 18:32:46.976 [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 18:32:46.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:46.977 [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 18:32:46.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:46.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:46.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:46.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:46.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.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 18:32:46.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:46.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:46.977 [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... 18:32:46.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.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 18:32:46.980 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 18:32:46.980 [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 18:32:47.036 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:32:47.036 [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. 0s59ms [pure insertion] marking any relevant derived attributes for update...18:32:47.036 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.037 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.037 [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... 18:32:47.037 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.037 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.037 [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... 18:32:47.038 [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 18:32:47.041 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:47.041 [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 18:32:47.045 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:47.045 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:32:47.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/00700680-0000-01db-0000-000000000000.exml... 18:32:47.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/00700680-0000-01db-0000-000000000000.exml... 18:32:47.045 [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 18:32:47.046 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.046 [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 18:32:47.046 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.046 [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...18:32:47.046 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.046 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.047 [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... 18:32:47.047 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.047 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.047 [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... 18:32:47.047 [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 18:32:47.048 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.048 [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 18:32:47.048 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.048 [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...18:32:47.048 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.048 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 18:32:47.048 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.048 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/3c4678f8-f169-11df-ae59-0014224f9977.exml... 18:32:47.049 [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 18:32:47.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 18:32:47.050 [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 18:32:47.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:47.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/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.050 [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... 18:32:47.050 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.050 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.050 [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... 18:32:47.051 [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 18:32:47.051 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.051 [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 18:32:47.051 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.051 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.052 [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... 18:32:47.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.052 [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... 18:32:47.052 [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 18:32:47.053 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.053 [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 18:32:47.053 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.053 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.053 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.053 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.053 [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... 18:32:47.053 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.053 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.053 [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... 18:32:47.054 [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 18:32:47.054 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.054 [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 18:32:47.055 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.055 [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...18:32:47.055 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.055 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.055 [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... 18:32:47.055 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.055 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.055 [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... 18:32:47.055 [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 18:32:47.056 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:47.056 [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 18:32:47.056 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.056 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.056 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.056 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/00700680-0000-01b8-0000-000000000000.exml... 18:32:47.056 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.056 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/00700680-0000-01b8-0000-000000000000.exml... 18:32:47.057 [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 18:32:47.057 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.057 [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 18:32:47.057 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/00700680-0000-01b8-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.058 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.058 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:32:47.058 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.058 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:32:47.058 [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 18:32:47.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.059 [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 18:32:47.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 18:32:47.059 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.059 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.059 [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... 18:32:47.060 [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 18:32:47.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.060 [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 18:32:47.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.061 [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... 18:32:47.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.061 [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... 18:32:47.061 [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 18:32:47.061 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.061 [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 18:32:47.062 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.062 [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...18:32:47.062 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.062 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.062 [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... 18:32:47.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.062 [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... 18:32:47.062 [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 18:32:47.063 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.063 [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 18:32:47.063 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.063 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.064 [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... 18:32:47.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.064 [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... 18:32:47.064 [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 18:32:47.068 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 18:32:47.068 [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 18:32:47.068 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.068 [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...18:32:47.068 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.068 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.069 [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... 18:32:47.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.069 [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... 18:32:47.069 [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 18:32:47.069 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.069 [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 18:32:47.070 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.070 [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...18:32:47.070 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.070 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.070 [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... 18:32:47.070 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.070 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.070 [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... 18:32:47.070 [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 18:32:47.071 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.071 [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 18:32:47.071 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.071 [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...18:32:47.071 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.071 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.071 [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... 18:32:47.071 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.071 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.072 [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... 18:32:47.072 [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 18:32:47.073 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.073 [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 18:32:47.073 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.073 [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...18:32:47.073 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.073 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.073 [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... 18:32:47.073 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.073 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.073 [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... 18:32:47.074 [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 18:32:47.074 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.074 [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 18:32:47.074 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.074 [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...18:32:47.074 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.074 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.075 [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... 18:32:47.075 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.075 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.075 [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... 18:32:47.075 [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 18:32:47.076 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.076 [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 18:32:47.076 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.076 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.076 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.076 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.076 [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... 18:32:47.076 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.076 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.076 [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... 18:32:47.076 [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 18:32:47.077 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.077 [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 18:32:47.077 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.077 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.077 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.078 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.078 [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... 18:32:47.078 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.078 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.078 [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... 18:32:47.078 [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 18:32:47.137 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 18:32:47.137 [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 18:32:47.138 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:47.138 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:47.138 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.138 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 18:32:47.138 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.138 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 18:32:47.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.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 18:32:47.139 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:47.139 [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 18:32:47.139 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.139 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.139 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.139 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/00700680-0000-0200-0000-000000000000.exml... 18:32:47.140 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.140 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/00700680-0000-0200-0000-000000000000.exml... 18:32:47.140 [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 18:32:47.140 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.140 [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 18:32:47.141 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/00700680-0000-0200-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.141 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.141 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:32:47.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:32:47.141 [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 18:32:47.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.142 [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 18:32:47.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.142 [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... 18:32:47.142 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.142 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.142 [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... 18:32:47.143 [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 18:32:47.143 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.143 [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 18:32:47.144 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.144 [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... 18:32:47.145 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.145 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.145 [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... 18:32:47.145 [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 18:32:47.146 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.146 [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 18:32:47.146 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.146 [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...18:32:47.146 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.146 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.147 [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... 18:32:47.147 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.147 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.147 [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... 18:32:47.147 [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 18:32:47.148 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.148 [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 18:32:47.148 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.148 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.148 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.149 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.149 [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... 18:32:47.149 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.149 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.149 [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... 18:32:47.149 [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 18:32:47.150 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.150 [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 18:32:47.150 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.150 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.150 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.150 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.151 [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... 18:32:47.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.151 [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... 18:32:47.151 [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 18:32:47.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.152 [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 18:32:47.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.152 [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...18:32:47.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.152 [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... 18:32:47.152 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.152 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.152 [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... 18:32:47.153 [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 18:32:47.153 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.153 [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 18:32:47.153 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.153 [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...18:32:47.153 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.153 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.154 [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... 18:32:47.154 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.154 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.154 [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... 18:32:47.154 [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 18:32:47.156 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 18:32:47.156 [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 18:32:47.158 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.158 [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...18:32:47.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.158 [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... 18:32:47.158 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.158 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.158 [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... 18:32:47.159 [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 18:32:47.159 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.160 [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 18:32:47.163 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.163 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:32:47.163 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.163 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.163 [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... 18:32:47.163 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.163 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.163 [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... 18:32:47.163 [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 18:32:47.164 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.164 [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 18:32:47.164 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.164 [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...18:32:47.164 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.164 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.164 [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... 18:32:47.164 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.164 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.164 [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... 18:32:47.164 [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 18:32:47.166 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.166 [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 18:32:47.166 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.166 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.166 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.166 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.167 [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... 18:32:47.167 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.167 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.167 [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... 18:32:47.167 [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 18:32:47.168 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 18:32:47.168 [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 18:32:47.169 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:47.169 [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...18:32:47.169 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.169 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.169 [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... 18:32:47.169 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.169 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.169 [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... 18:32:47.169 [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 18:32:47.171 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.171 [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 18:32:47.172 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.172 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:47.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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-01bf-0000-000000000000.exml... 18:32:47.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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-01bf-0000-000000000000.exml... 18:32:47.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-01bf-0000-000000000000.exml 18:32:47.173 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.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-01bf-0000-000000000000.exml 18:32:47.173 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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-01bf-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.173 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.173 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.173 [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... 18:32:47.173 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.174 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.174 [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... 18:32:47.174 [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 18:32:47.174 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.174 [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 18:32:47.175 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.175 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.175 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.175 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.175 [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... 18:32:47.175 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.175 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.175 [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... 18:32:47.175 [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 18:32:47.177 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:47.177 [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 18:32:47.177 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.177 [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...18:32:47.177 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.177 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.177 [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... 18:32:47.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 18:32:47.178 [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 18:32:47.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.178 [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 18:32:47.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.178 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.179 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.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/00140d80-0000-0110-0000-000000000000.exml... 18:32:47.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/00140d80-0000-0110-0000-000000000000.exml... 18:32:47.179 [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 18:32:47.237 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 18:32:47.237 [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 18:32:47.238 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:47.238 [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. 0s59ms [pure insertion] marking any relevant derived attributes for update...18:32:47.238 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.238 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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... 18:32:47.238 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.238 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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... 18:32:47.239 [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 18:32:47.240 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.240 [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 18:32:47.240 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.240 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.240 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.240 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.241 [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... 18:32:47.241 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.241 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.241 [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... 18:32:47.241 [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 18:32:47.243 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:47.243 [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 18:32:47.244 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:47.244 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:47.244 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.244 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.245 [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... 18:32:47.245 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.245 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.245 [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... 18:32:47.245 [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 18:32:47.246 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.246 [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 18:32:47.246 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.246 [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...18:32:47.246 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.246 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.247 [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... 18:32:47.247 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.247 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.247 [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... 18:32:47.247 [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 18:32:47.248 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.248 [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 18:32:47.248 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.248 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.248 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.248 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.248 [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... 18:32:47.249 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.249 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.249 [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... 18:32:47.249 [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 18:32:47.250 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.250 [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 18:32:47.250 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.250 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.250 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.250 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.250 [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... 18:32:47.250 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.250 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.250 [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... 18:32:47.251 [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 18:32:47.251 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.251 [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 18:32:47.251 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.251 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.251 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:47.252 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:47.252 [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... 18:32:47.252 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.252 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.252 [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... 18:32:47.252 [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 18:32:47.253 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:47.253 [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 18:32:47.253 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.253 [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...18:32:47.253 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.253 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.254 [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... 18:32:47.254 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.254 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.254 [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... 18:32:47.254 [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 18:32:47.255 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.255 [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 18:32:47.255 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.255 [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...18:32:47.255 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.255 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.256 [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... 18:32:47.256 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.256 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.256 [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... 18:32:47.256 [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 18:32:47.257 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.257 [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 18:32:47.257 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.257 [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...18:32:47.257 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.257 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/e4358003-f3da-11df-8ada-0027103f347c.exml... 18:32:47.257 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.257 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.257 [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... 18:32:47.258 [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 18:32:47.258 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.258 [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 18:32:47.259 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.259 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.259 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:32:47.259 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.259 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:32:47.259 [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 18:32:47.260 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.260 [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 18:32:47.260 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.260 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.260 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.261 [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... 18:32:47.261 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.261 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.261 [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... 18:32:47.261 [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 18:32:47.262 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.262 [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 18:32:47.262 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.262 [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...18:32:47.262 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.262 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.263 [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... 18:32:47.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.263 [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... 18:32:47.263 [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 18:32:47.265 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 18:32:47.265 [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 18:32:47.267 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.267 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:47.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.268 [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... 18:32:47.268 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.268 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.268 [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... 18:32:47.268 [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 18:32:47.269 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.269 [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 18:32:47.269 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.269 [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...18:32:47.269 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.269 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.270 [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... 18:32:47.270 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.270 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.270 [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... 18:32:47.270 [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 18:32:47.271 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.271 [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 18:32:47.271 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.271 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.271 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.271 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.271 [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... 18:32:47.271 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.271 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.271 [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... 18:32:47.272 [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 18:32:47.272 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.272 [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 18:32:47.273 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.273 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.273 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.273 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.273 [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... 18:32:47.273 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.273 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.273 [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... 18:32:47.273 [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 18:32:47.275 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 18:32:47.275 [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 18:32:47.276 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:32:47.276 [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...18:32:47.276 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.276 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:32:47.277 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.277 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:32:47.277 [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 18:32:47.337 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.337 [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 18:32:47.337 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:32:47.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.338 [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... 18:32:47.338 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.338 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.338 [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... 18:32:47.338 [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 18:32:47.339 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.339 [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 18:32:47.339 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/00700680-0000-01c7-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.339 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.339 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.339 [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... 18:32:47.339 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.339 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.339 [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... 18:32:47.340 [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 18:32:47.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:47.340 [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 18:32:47.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.340 [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...18:32:47.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/1c0bf642-a90f-11de-8613-001302895b2b.exml... 18:32:47.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/1c0bf642-a90f-11de-8613-001302895b2b.exml... 18:32:47.341 [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 18:32:47.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:47.342 [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 18:32:47.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.342 [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...18:32:47.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.342 [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... 18:32:47.342 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.342 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.342 [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... 18:32:47.343 [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 18:32:47.343 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.343 [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 18:32:47.343 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.343 [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...18:32:47.343 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.343 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.343 [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, 1 sec total) 18:32:47.344 [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... 18:32:47.344 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.344 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.344 [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... 18:32:47.344 [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 18:32:47.344 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:47.344 [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 18:32:47.345 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.345 [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...18:32:47.345 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.345 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:32:47.345 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.345 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:32:47.345 [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 18:32:47.346 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.346 [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 18:32:47.346 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.346 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.346 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.347 [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... 18:32:47.347 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.347 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.347 [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... 18:32:47.347 [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 18:32:47.351 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:47.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/00080cf0-0000-001c-0000-000000000000.exml 18:32:47.354 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:47.354 [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...18:32:47.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:32:47.355 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.355 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:32:47.355 [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 18:32:47.356 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 18:32:47.356 [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 18:32:47.356 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.356 [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...18:32:47.356 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.356 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.357 [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... 18:32:47.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.357 [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... 18:32:47.357 [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 18:32:47.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:32:47.358 [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 18:32:47.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.358 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.358 [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... 18:32:47.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.358 [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... 18:32:47.359 [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 18:32:47.359 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.359 [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 18:32:47.359 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/01ec12fc-0000-0242-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:47.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.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/01ec12fc-0000-0c02-0000-000000000000.exml... 18:32:47.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.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/01ec12fc-0000-0c02-0000-000000000000.exml... 18:32:47.360 [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 18:32:47.361 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:32:47.361 [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 18:32:47.361 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.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/01ec12fc-0000-0c02-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:47.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.362 [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... 18:32:47.362 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.362 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.362 [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... 18:32:47.362 [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 18:32:47.366 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:32:47.366 [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 18:32:47.366 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:32:47.366 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:32:47.366 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.366 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.367 [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... 18:32:47.367 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.367 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.367 [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... 18:32:47.367 [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 18:32:47.371 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 18:32:47.371 [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 18:32:47.374 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:32:47.374 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:32:47.374 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.374 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.374 [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, 1 sec total) 18:32:47.374 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.374 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.668 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:32:50.087 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:32:50.087 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.713s attempting to resolve any uninitialized derived attributes... 18:32:50.087 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:50.087 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:50.087 [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... 18:32:50.087 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s714ms [proxy update] 18:32:50.088 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:50.137 [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 ~4s validating changes... 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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-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/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.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/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.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/0054070c-0000-005f-0000-000000000000.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.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.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/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.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/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-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/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.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-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.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.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.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/00d0052c-0000-0143-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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-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.EnumeratedPropertyType/00bc470c-0000-001b-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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.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/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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-0013-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/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-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/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.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/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.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/dfcbc301-c510-44b4-9164-0480e77740d2.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/01ec12fc-0000-0a37-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-0206-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-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/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-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/00700680-0000-01c5-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/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/01ec12fc-0000-0224-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/01ec2468-0000-0acb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.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/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.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/859f8b76-5acc-4a9c-a5eb-973467388b13.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/00700680-0000-0204-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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.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/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.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/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-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.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.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/002005c0-0001-000d-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/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.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/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-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/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.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/3ac00e06-3921-4b35-bb60-84618d4da048.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-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/679a9417-8f06-4255-a409-1e1f7136e418.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.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/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.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/00140d80-0000-0110-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/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.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/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/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/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.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-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 18:32:50.849 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 609 ms 18:32:50.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:50.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:50.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:50.855 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:50.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:50 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit8767205918111008757/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9851870109313009270/test_bpmn[OrientDB] Jul 06, 2022 6:32:51 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit9851870109313009270/test_bpmn[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:51.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:51.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:51.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:51.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:51.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:51.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:51.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:51.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:51.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:51.531 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.532 [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 18:32:51.533 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:32:51.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6147975496689209457/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:51.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:51.565 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.568 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.568 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.568 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.568 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.568 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.569 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.569 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:51.570 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.570 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.570 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.570 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:32:51.570 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.570 [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 18:32:51.571 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ./resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.572 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:51.574 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.575 [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 18:32:51.575 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ./resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.575 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.577 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:51.578 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.578 [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 18:32:51.579 [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/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.579 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.581 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.582 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.582 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:51.582 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.582 [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 18:32:51.582 [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/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.583 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.637 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:51.638 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.638 [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 18:32:51.638 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 55 ms Copied ./resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.638 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.641 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:51.642 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.642 [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 18:32:51.642 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.642 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.645 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:51.646 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.646 [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 18:32:51.646 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.646 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:51.649 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.649 [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 18:32:51.650 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit6147975496689209457/v0-B.2.0.bpmn 18:32:51.650 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:51.652 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:51.652 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:51.653 [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 18:32:51.653 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:32:51.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:51.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6147975496689209457/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:51.656 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:51.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:51 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit9851870109313009270/test_bpmn[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15013034412537684964/test_instanceCountsAllOf[OrientDB] Jul 06, 2022 6:32:51 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit15013034412537684964/test_instanceCountsAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:52.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:52.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:52.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:52.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:52.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:52.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:52.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:52.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:52.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:52.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:52.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:52.173 [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 18:32:52.173 [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 18:32:52.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:52.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:52.179 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:52.243 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:52.251 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:52.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:52.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:52.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:52.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 18:32:52.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:52.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 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:52.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:52.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 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:52.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 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:52.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 18:32:52.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[] 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:52.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 18:32:52.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:52.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 18:32:52.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:52.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:52.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:52.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:52.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:52.337 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:52.339 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:52.340 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:52.340 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:52.342 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:52.342 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:52.342 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:52.342 [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)] 18:32:52.366 [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)] 18:32:52.447 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:52.447 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:52.468 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:52.468 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:32:52.468 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:52.468 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:52.469 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:52.469 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:52.469 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:52.469 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:32:52.469 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:32:52.470 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:52.470 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:52.470 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:52.470 [pool-20-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...18:32:52.470 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:52.470 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:52.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:52.471 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:52.471 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:52.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:52.471 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:52.472 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:52.472 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:52.472 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:52.472 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:52.472 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:52.472 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:52.472 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:52.472 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:52.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:52.477 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:32:52.478 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:52.478 [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 /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:32:52.480 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 143 ms 18:32:52.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:52.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:52.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:52.538 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:52.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit15013034412537684964/test_instanceCountsAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16342055415012818157/test_listFiles[OrientDB] Jul 06, 2022 6:32:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit16342055415012818157/test_listFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:53.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:53.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:53.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:53.115 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:53.115 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:53.115 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:53.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:53.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:53.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:53.116 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:53.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:53.117 [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 18:32:53.118 [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 18:32:53.124 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:53.124 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:53.126 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:53.153 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:53.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:53.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 18:32:53.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:53.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:53.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:53.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:53.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 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:53.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:53.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:53.166 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:53.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:53.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:53.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:53.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:53.248 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:53.250 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:53.251 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:53.251 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:53.252 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:53.253 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:53.253 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:53.253 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:53.378 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:53.449 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:53.449 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:53.469 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:53.469 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s217ms [pure insertion] marking any relevant derived attributes for update...18:32:53.469 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:53.469 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:53.470 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:53.470 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:53.470 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:53.470 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:53.470 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:53.471 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:53.471 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:53.472 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:53.472 [pool-21-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...18:32:53.472 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:53.472 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:53.473 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:53.473 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:53.473 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:53.473 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:53.474 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:53.474 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:53.474 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:53.474 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:53.475 [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...18:32:53.475 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:53.475 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:53.475 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:53.475 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:53.476 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:53.479 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:53.479 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:32:53.479 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:53.479 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:53.479 [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... 18:32:53.479 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:32:53.480 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:53.480 [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 /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:32:53.481 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 232 ms 18:32:53.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:53.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:53.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:53.484 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:53.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit16342055415012818157/test_listFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8772621642665587609/test_instanceCounts[OrientDB] Jul 06, 2022 6:32:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit8772621642665587609/test_instanceCounts[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:54.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:54.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:54.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:54.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:54.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:54.246 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:54.246 [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 18:32:54.247 [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 18:32:54.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:54.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:54.252 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:54.281 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:54.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:54.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:54.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:54.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:54.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:54.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:54.341 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:54.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:54.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:54.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:54.376 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:54.378 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:54.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:54.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:54.380 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:54.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:54.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:54.380 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:54.463 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:54.537 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:54.537 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:54.558 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:54.559 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s179ms [pure insertion] marking any relevant derived attributes for update...18:32:54.559 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:54.559 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:54.560 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:54.560 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:54.560 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:54.560 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:54.560 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:54.560 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:54.560 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:54.561 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:54.561 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:54.561 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:54.561 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:54.562 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:54.562 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:54.562 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:54.562 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:54.562 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:54.563 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:54.563 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:54.564 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:54.564 [pool-22-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...18:32:54.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:54.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:54.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:54.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:54.565 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:54.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:32:54.570 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms 18:32:54.573 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:54.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8772621642665587609/test_instanceCounts[OrientDB] 18:32:54.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:54.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8772621642665587609/test_instanceCounts[OrientDB] 18:32:54.577 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:54.577 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8772621642665587609/test_instanceCounts[OrientDB] 18:32:54.578 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:54.578 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8772621642665587609/test_instanceCounts[OrientDB] 18:32:54.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:54.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:54.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:54.581 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:54.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:54 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit8772621642665587609/test_instanceCounts[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1489404062464750502/test_reverseRefs[OrientDB] Jul 06, 2022 6:32:54 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit1489404062464750502/test_reverseRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:55.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:55.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:55.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:55.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:55.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:55.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:55.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:55.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:55.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:55.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:55.222 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:55.223 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:55.224 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 18:32:55.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:55.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:55.228 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:55.256 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:55.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:55.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:55.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:55.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:55.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:55.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:55.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:55.268 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:55.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:55.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:55.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:55.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:55.347 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:55.349 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:55.350 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:55.350 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:55.351 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:55.351 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:55.351 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:55.352 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:55.381 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:55.454 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:55.454 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:55.475 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:55.475 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s124ms [pure insertion] marking any relevant derived attributes for update...18:32:55.475 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:55.475 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:55.476 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:55.476 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:55.476 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:55.476 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:55.476 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:55.477 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:55.477 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:55.477 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:55.477 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:32:55.477 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:55.477 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:55.478 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:55.478 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:55.478 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:55.478 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:32:55.478 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:32:55.479 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:55.479 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:55.479 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:55.479 [pool-23-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...18:32:55.479 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:55.479 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:55.479 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:55.480 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:55.481 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:55.484 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:32:55.485 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:55.485 [pool-23-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 18:32:55.538 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 190 ms 18:32:55.541 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.542 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.544 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.544 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.547 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.547 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.548 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.548 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.550 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.550 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.551 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:55.551 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1489404062464750502/test_reverseRefs[OrientDB] 18:32:55.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:55.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:55.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:55.554 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:55.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:55 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit1489404062464750502/test_reverseRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7733516012507375634/test_forwardRefs[OrientDB] Jul 06, 2022 6:32:55 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit7733516012507375634/test_forwardRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:56.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:56.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:56.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:56.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:56.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:56.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:56.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:56.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:56.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:56.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:56.101 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:56.102 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:56.103 [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 18:32:56.106 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:56.106 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:56.107 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:56.131 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:56.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:56.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:56.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:56.132 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:56.132 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:56.140 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:56.141 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:56.142 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:32:56.145 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:32:56.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:56.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 18:32:56.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:56.175 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:56.177 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:56.178 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:56.178 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:56.179 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:32:56.179 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:56.180 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:56.180 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:32:56.264 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:32:56.357 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:56.357 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:32:56.375 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:56.375 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s196ms [pure insertion] marking any relevant derived attributes for update...18:32:56.375 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:56.375 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:56.376 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:32:56.376 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:56.376 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:56.376 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:32:56.377 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:32:56.378 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:56.378 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:32:56.379 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:32:56.379 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:56.379 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:56.379 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:56.380 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:32:56.380 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:56.380 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:56.380 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:32:56.381 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:32:56.381 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:32:56.381 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:32:56.382 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:32:56.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:32:56.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:56.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:56.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:56.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:56.383 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:32:56.439 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.058s attempting to resolve any uninitialized derived attributes... 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s58ms [proxy update] 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:32:56.440 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:32:56.442 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 266 ms 18:32:56.446 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:56.446 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7733516012507375634/test_forwardRefs[OrientDB] 18:32:56.448 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:56.448 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7733516012507375634/test_forwardRefs[OrientDB] 18:32:56.450 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:56.450 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7733516012507375634/test_forwardRefs[OrientDB] 18:32:56.451 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:32:56.451 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7733516012507375634/test_forwardRefs[OrientDB] 18:32:56.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:56.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:56.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:56.455 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:56.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:32:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit7733516012507375634/test_forwardRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15495338356481134534/test_allContents[OrientDB] Jul 06, 2022 6:32:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit15495338356481134534/test_allContents[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:32:57.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:57.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:57.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:57.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:57.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:57.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:57.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:57.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:57.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:32:57.019 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:57.020 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:32:57.020 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:32:57.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:32:57.046 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:57.046 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:57.048 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:32:57.071 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:32:57.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:32:57.080 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:32:57.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:57.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:57.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:57.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:32:57.088 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:32:57.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:32:57.089 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:57.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:57.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:57.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:57.136 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:32:57.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:32:57.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:32:57.148 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:32:57.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:57.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:32:57.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:57.179 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:57.244 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:57.245 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:57.245 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:57.351 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:32:57.351 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:57.351 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:57.351 [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)] 18:32:57.383 [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)] 18:32:58.762 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 18:32:58.762 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:32:59.557 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:32:59.557 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s206ms [pure insertion] marking any relevant derived attributes for update...18:32:59.557 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:59.557 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:59.557 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:59.557 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.985s attempting to resolve any uninitialized derived attributes... 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s985ms [proxy update] 18:33:01.542 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:01.542 [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 18:33:02.652 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 473 ms 18:33:02.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:02.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:02.737 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:02.749 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:02.750 [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/ 18:33:02.750 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:02.750 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:02.763 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:02.763 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:02.763 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:02.763 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:02.764 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:02.765 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 18:33:02.765 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:02.850 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:02.850 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:33:02.851 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:02.851 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:02.859 [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... 18:33:02.859 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:02.859 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:02.859 [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... 18:33:02.859 [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 18:33:02.860 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:02.860 [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 18:33:02.860 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:02.860 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:02.860 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:02.860 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:02.938 [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... 18:33:02.938 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:02.938 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:02.938 [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... 18:33:02.938 [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 18:33:03.752 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 18:33:03.752 [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 18:33:03.979 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:33:03.979 [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. 1s41ms [pure insertion] marking any relevant derived attributes for update...18:33:03.979 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:03.979 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:04.061 [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... 18:33:04.061 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:04.061 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:04.061 [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... 18:33:04.061 [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 18:33:05.173 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 18:33:05.173 [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 18:33:05.473 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:33:05.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. 1s412ms [pure insertion] marking any relevant derived attributes for update...18:33:05.473 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:05.473 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:05.539 [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... 18:33:05.539 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:05.539 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:05.539 [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... 18:33:05.539 [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 18:33:05.540 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:05.540 [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 18:33:05.540 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:05.540 [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...18:33:05.540 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:05.540 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:05.548 [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... 18:33:05.549 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:05.549 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:05.549 [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... 18:33:05.549 [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 18:33:05.550 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:05.550 [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 18:33:05.550 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:05.550 [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...18:33:05.550 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:05.550 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:05.562 [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... 18:33:05.562 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:05.562 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:05.562 [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... 18:33:05.563 [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 18:33:05.761 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 18:33:05.761 [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 18:33:05.846 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:33:05.846 [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. 0s284ms [pure insertion] marking any relevant derived attributes for update...18:33:05.846 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:05.846 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:05.855 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:05.855 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:05.855 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:05.855 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:05.855 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:05.856 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:05.856 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:05.856 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:05.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:05.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:05.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:06.068 [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... 18:33:06.068 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:06.068 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:06.068 [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... 18:33:06.068 [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 18:33:06.069 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:33:06.069 [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 18:33:06.070 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:33:06.070 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:33:06.070 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:06.071 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:06.140 [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... 18:33:06.141 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:06.141 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:06.141 [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... 18:33:06.141 [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 18:33:06.141 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:06.142 [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 18:33:06.142 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:06.142 [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...18:33:06.142 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:06.142 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:06.148 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:06.149 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:06.149 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:06.149 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:06.149 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:06.149 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:06.149 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:06.149 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:06.149 [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...18:33:06.149 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:06.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:06.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:06.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:07.459 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.356s attempting to resolve any uninitialized derived attributes... 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:07.506 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s357ms [proxy update] 18:33:07.507 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:07.507 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.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.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:08.780 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 43 ms 18:33:08.781 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:08.885 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.044 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.066 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.154 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.500 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.551 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15495338356481134534/test_allContents[OrientDB] 18:33:09.580 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:09.580 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:09.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:09.581 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:09.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit15495338356481134534/test_allContents[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1100870410557182351/test_subtreeTraversalScoping[OrientDB] Jul 06, 2022 6:33:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit1100870410557182351/test_subtreeTraversalScoping[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:10.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:10.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:10.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:10.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:10.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:10.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:10.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:10.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:10.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:10.228 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:10.228 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:10.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:10.228 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:33:10.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:10.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:10.259 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:10.285 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:10.293 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:33:10.293 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:33:10.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:10.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:10.337 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:10.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:10.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:10.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:10.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:10.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:10.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:33:10.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:33:10.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:33:10.350 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:33:10.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:33:10.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:33:10.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:33:10.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:10.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:10.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:10.450 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:10.480 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:10.481 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:10.481 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:10.578 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:10.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:10.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:10.578 [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)] 18:33:10.657 [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)] 18:33:11.958 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 18:33:11.958 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:12.648 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:33:12.648 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s70ms [pure insertion] marking any relevant derived attributes for update...18:33:12.648 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:12.648 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:12.648 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:12.648 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.438s attempting to resolve any uninitialized derived attributes... 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:14.086 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s438ms [proxy update] 18:33:14.087 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:14.087 [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 18:33:14.960 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 510 ms 18:33:14.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:14.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:14.993 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:15.048 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.048 [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/ 18:33:15.048 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.048 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.056 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:15.056 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.056 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:15.056 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:15.057 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:15.057 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:15.057 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:15.057 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:15.058 [pool-26-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...18:33:15.058 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:15.058 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:15.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.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:33:15.080 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.081 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:15.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.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:33:15.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.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:33:15.966 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 18:33:15.966 [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 18:33:16.459 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:33:16.459 [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. 1s379ms [pure insertion] marking any relevant derived attributes for update...18:33:16.459 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.459 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.466 [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... 18:33:16.466 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.466 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.466 [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... 18:33:16.466 [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 18:33:16.467 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:16.467 [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 18:33:16.467 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:16.467 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:16.467 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.467 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.474 [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... 18:33:16.474 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.475 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.475 [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... 18:33:16.475 [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 18:33:16.536 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:33:16.536 [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 18:33:16.541 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:33:16.541 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:33:16.541 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.541 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.547 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:16.547 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.548 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.548 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:16.548 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:16.548 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 18:33:16.548 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:16.549 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:16.549 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:33:16.549 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.549 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.555 [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... 18:33:16.555 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.555 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.555 [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... 18:33:16.555 [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 18:33:16.556 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:16.556 [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 18:33:16.556 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:16.556 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.562 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:16.562 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.562 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.562 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:16.562 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:16.563 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:16.563 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:16.563 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:16.563 [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...18:33:16.563 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:16.563 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:16.578 [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... 18:33:16.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:16.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:16.578 [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... 18:33:16.578 [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 18:33:17.174 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 18:33:17.174 [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 18:33:17.284 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:33:17.284 [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. 0s706ms [pure insertion] marking any relevant derived attributes for update...18:33:17.284 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:17.284 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:17.343 [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... 18:33:17.343 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:17.343 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:17.343 [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... 18:33:17.343 [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 18:33:17.475 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 18:33:17.536 [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 18:33:17.559 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:33:17.559 [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. 0s216ms [pure insertion] marking any relevant derived attributes for update...18:33:17.559 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:17.559 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:17.568 [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... 18:33:17.568 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:17.568 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:17.568 [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... 18:33:17.568 [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 18:33:17.569 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:17.569 [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 18:33:17.569 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:17.569 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:17.569 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:17.569 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:17.642 [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... 18:33:17.642 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:17.642 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:17.642 [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... 18:33:17.643 [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 18:33:17.643 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33: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 18:33:17.643 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:17.644 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:33:17.644 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:17.644 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:17.644 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:17.644 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:18.846 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.312s attempting to resolve any uninitialized derived attributes... 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s312ms [proxy update] 18:33:18.956 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:18.957 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:19.942 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 949 ms 18:33:19.942 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:33:19.942 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1100870410557182351/test_subtreeTraversalScoping[OrientDB] 18:33:19.944 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:33:19.944 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1100870410557182351/test_subtreeTraversalScoping[OrientDB] 18:33:19.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:19.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/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:19.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:19.961 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:20.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit1100870410557182351/test_subtreeTraversalScoping[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5805159141888838393/test_getAllOf[OrientDB] Jul 06, 2022 6:33:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit5805159141888838393/test_getAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:20.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:20.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:20.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:20.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:20.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:20.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:20.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:20.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:20.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:20.516 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:20.516 [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... 18:33:20.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:20.516 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:33:20.533 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:20.533 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:20.535 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:20.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:33:20.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:33:20.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:33:20.561 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:20.571 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:33:20.572 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:33:20.575 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:20.575 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:20.577 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:20.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:20.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:20.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:20.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[] 18:33:20.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:20.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 18:33:20.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 18:33:20.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 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:20.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 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:20.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 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:20.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 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:20.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:20.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:20.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:20.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:20.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:20.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:20.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:33:20.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:33:20.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:33:20.644 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:33:20.644 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:20.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:20.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:20.736 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:20.745 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:20.746 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:20.746 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:20.783 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:20.783 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:20.784 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:20.784 [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)] 18:33:20.862 [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)] 18:33:21.790 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 18:33:21.790 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:22.550 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:33:22.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s767ms [pure insertion] marking any relevant derived attributes for update...18:33:22.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:22.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:22.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:22.551 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.129s attempting to resolve any uninitialized derived attributes... 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s129ms [proxy update] 18:33:23.680 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:23.680 [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 18:33:24.210 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 474 ms 18:33:24.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:24.266 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:24.266 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:24.278 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:24.279 [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/ 18:33:24.279 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:24.279 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:24.285 [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... 18:33:24.285 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:24.285 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:24.285 [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... 18:33:24.286 [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 18:33:24.287 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:33:24.287 [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 18:33:24.360 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:33:24.360 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:33:24.360 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:24.360 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:24.368 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:24.368 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:24.368 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:24.368 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:24.369 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:24.369 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 18:33:24.369 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:24.369 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:24.369 [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...18:33:24.369 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:24.370 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:24.380 [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... 18:33:24.380 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:24.380 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:24.380 [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... 18:33:24.381 [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 18:33:24.654 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 18:33:24.654 [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 18:33:24.737 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:33:24.737 [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. 0s357ms [pure insertion] marking any relevant derived attributes for update...18:33:24.737 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:24.737 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:24.743 [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... 18:33:24.743 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:24.743 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:24.743 [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... 18:33:24.744 [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 18:33:24.744 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:24.744 [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 18:33:24.744 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:24.744 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:24.744 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:24.744 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:24.759 [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... 18:33:24.759 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:24.759 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:24.759 [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... 18:33:24.760 [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 18:33:25.262 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 18:33:25.262 [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 18:33:25.439 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:33:25.439 [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. 0s681ms [pure insertion] marking any relevant derived attributes for update...18:33:25.440 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:25.440 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:25.458 [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... 18:33:25.458 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:25.458 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:25.458 [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... 18:33:25.458 [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 18:33:26.238 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 18:33:26.238 [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 18:33:26.466 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:33:26.466 [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. 1s8ms [pure insertion] marking any relevant derived attributes for update...18:33:26.466 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.466 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.471 [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... 18:33:26.472 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:26.472 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:26.472 [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... 18:33:26.472 [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 18:33:26.472 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:26.472 [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 18:33:26.473 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33: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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:33:26.473 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.473 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.480 [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... 18:33:26.480 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:26.480 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:26.480 [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... 18:33:26.481 [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 18:33:26.481 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:26.481 [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 18:33:26.481 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:26.481 [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...18:33:26.482 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.482 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.488 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:26.536 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:26.536 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:26.536 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:26.537 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:26.538 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:26.538 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:26.538 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:26.538 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:33:26.538 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.538 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.543 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:26.543 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:26.543 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:26.543 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:26.543 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:26.544 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:26.544 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:26.544 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:26.544 [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...18:33:26.544 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.544 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.549 [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... 18:33:26.549 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:26.549 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:26.549 [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... 18:33:26.549 [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 18:33:26.550 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:26.550 [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 18:33:26.550 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:26.550 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:26.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:26.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:26.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:26.550 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:27.946 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.447s attempting to resolve any uninitialized derived attributes... 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:27.997 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s448ms [proxy update] 18:33:27.998 [pool-27-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 ~3s 18:33:27.998 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:28.670 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 404 ms 18:33:28.671 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5805159141888838393/test_getAllOf[OrientDB] 18:33:28.674 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5805159141888838393/test_getAllOf[OrientDB] 18:33:28.864 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5805159141888838393/test_getAllOf[OrientDB] 18:33:28.880 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5805159141888838393/test_getAllOf[OrientDB] 18:33:29.048 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5805159141888838393/test_getAllOf[OrientDB] 18:33:29.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 18:33:29.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:33:29.051 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 18:33:29.051 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:33:29.067 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:33:29.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:29.203 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.151s 18:33:29.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 18:33:29.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:29.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:29.205 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:29.205 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:29.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit5805159141888838393/test_getAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16311200452438316896/test_getFiles[OrientDB] Jul 06, 2022 6:33:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit16311200452438316896/test_getFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:29.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:29.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:29.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:29.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:29.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:29.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:29.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:29.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:29.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:29.655 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:29.655 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 18:33:29.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... validated changes... true 18:33:29.655 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:33:29.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:29.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:29.675 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:29.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:29.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:29.701 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:29.744 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:29.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:29.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:29.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:29.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:29.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:29.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:29.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:33:29.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:33:29.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:33:29.747 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:33:29.747 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:33:29.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:29.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:29.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:29.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:29.755 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:33:29.755 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:33:29.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:33:29.766 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:33:29.766 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:29.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:29.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:29.852 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:29.861 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:29.862 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:29.862 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:30.039 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:30.039 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:30.039 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:30.039 [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)] 18:33:30.097 [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)] 18:33:30.990 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 18:33:30.990 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:31.383 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:33:31.383 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s344ms [pure insertion] marking any relevant derived attributes for update...18:33:31.383 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:31.383 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:31.383 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:31.383 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:32.390 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:32.390 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.007s attempting to resolve any uninitialized derived attributes... 18:33:32.390 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:32.390 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:32.391 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:32.391 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s8ms [proxy update] 18:33:32.391 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:32.391 [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 ~2s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:32.901 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 48 ms 18:33:32.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:32.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:32.975 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:32.991 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:32.991 [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/ 18:33:32.991 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:32.991 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:33.045 [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... 18:33:33.045 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:33.045 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:33.045 [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... 18:33:33.046 [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 18:33:33.662 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 18:33:33.662 [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 18:33:33.849 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:33:33.850 [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. 0s805ms [pure insertion] marking any relevant derived attributes for update...18:33:33.850 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:33.850 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:33.855 [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... 18:33:33.855 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:33.855 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:33.855 [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... 18:33:33.855 [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 18:33:33.856 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:33.856 [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 18:33:33.856 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:33.856 [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...18:33:33.856 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:33.856 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:33.865 [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... 18:33:33.865 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:33.865 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:33.865 [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... 18:33:33.867 [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 18:33:34.000 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 18:33:34.000 [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 18:33:34.062 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:33:34.062 [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. 0s197ms [pure insertion] marking any relevant derived attributes for update...18:33:34.062 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.062 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.067 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:34.067 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.067 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.067 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:34.067 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:34.068 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:34.068 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:34.068 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.068 [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...18:33:34.068 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.068 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.072 [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... 18:33:34.073 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.073 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.073 [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... 18:33:34.074 [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 18:33:34.075 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:34.075 [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 18:33:34.075 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.075 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:34.075 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.075 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.080 [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... 18:33:34.080 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.080 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.080 [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... 18:33:34.080 [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 18:33:34.081 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:33:34.081 [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 18:33:34.082 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:33:34.083 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:34.083 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.083 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.087 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:34.087 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.087 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.087 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:34.087 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:34.137 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 18:33:34.137 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:34.137 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.137 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:33:34.137 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.137 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.150 [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... 18:33:34.150 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.150 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.150 [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... 18:33:34.151 [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 18:33:34.594 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 18:33:34.594 [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 18:33:34.744 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:33:34.744 [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. 0s594ms [pure insertion] marking any relevant derived attributes for update...18:33:34.744 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.744 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.750 [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... 18:33:34.750 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.750 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.750 [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... 18:33:34.750 [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 18:33:34.751 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:34.751 [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 18:33:34.751 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.751 [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...18:33:34.751 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.751 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.755 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:34.755 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.756 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.756 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:34.756 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:34.756 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:34.756 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:34.756 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.756 [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...18:33:34.756 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.756 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.761 [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... 18:33:34.761 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:34.761 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:34.761 [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... 18:33:34.761 [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 18:33:34.761 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:34.761 [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 18:33:34.762 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:34.762 [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...18:33:34.762 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:34.762 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:34.762 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:34.762 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:35.783 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.079s attempting to resolve any uninitialized derived attributes... 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s79ms [proxy update] 18:33:35.841 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:35.842 [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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /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 /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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:37.068 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 93 ms 18:33:37.069 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16311200452438316896/test_getFiles[OrientDB] 18:33:37.070 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16311200452438316896/test_getFiles[OrientDB] 18:33:37.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:37.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:37.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:37.144 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:37.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit16311200452438316896/test_getFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB] Jul 06, 2022 6:33:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:37.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:37.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:37.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:37.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:37.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:37.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:37.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:37.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:37.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:37.736 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:37.736 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:37.736 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:37.736 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 18:33:37.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:37.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:37.755 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:37.780 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:37.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:33:37.788 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:33:37.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:37.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:37.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:37.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:37.841 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:37.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:37.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:37.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:33:37.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:33:37.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:33:37.844 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:33:37.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:33:37.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:33:37.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:33:37.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:37.938 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:37.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:37.940 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:37.950 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:37.951 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:33:37.951 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:37.951 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:37.957 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:33:37.957 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:37.957 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:37.957 [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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:38.052 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:38.065 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:38.065 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:33:38.086 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:38.086 [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. 0s130ms [pure insertion] marking any relevant derived attributes for update...18:33:38.086 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:38.087 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:38.091 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:38.091 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:38.091 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:38.091 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:38.092 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:38.151 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 18:33:38.151 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:33:38.152 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:38.152 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:33:38.152 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:38.152 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:38.156 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:33:38.156 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:38.156 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:38.156 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:33:38.157 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:33:38.177 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:38.177 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:33:38.177 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:38.178 [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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:33:38.178 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:38.178 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:38.190 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:33:38.190 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:38.190 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:38.190 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:33:38.190 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:33:38.793 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 18:33:38.794 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:33:39.084 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:33:39.084 [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. 0s894ms [pure insertion] marking any relevant derived attributes for update...18:33:39.084 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:39.084 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:39.088 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:33:39.089 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.089 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.089 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:33:39.089 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:33:39.089 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:39.089 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:33:39.090 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:39.090 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:33:39.090 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:39.090 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:39.094 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:33:39.094 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.094 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.094 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:33:39.094 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:33:39.095 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 18:33:39.095 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:33:39.095 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:39.095 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:39.095 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:39.095 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:39.137 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:33:39.137 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.138 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.138 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:33:39.138 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:33:39.139 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 18:33:39.139 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:33:39.141 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:33:39.141 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:33:39.141 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:39.142 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:39.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:33:39.148 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.148 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:33:39.148 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:33:39.267 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 18:33:39.267 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:33:39.297 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:33:39.297 [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. 0s149ms [pure insertion] marking any relevant derived attributes for update...18:33:39.297 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:39.298 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:39.302 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:39.302 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.302 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.302 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:33:39.302 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:39.303 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:39.303 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:33:39.303 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:39.303 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:39.303 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:39.303 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:39.347 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:33:39.347 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:39.347 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:39.347 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:33:39.347 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:33:39.874 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 18:33:39.874 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:33:40.142 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:33:40.142 [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. 0s795ms [pure insertion] marking any relevant derived attributes for update...18:33:40.142 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:40.142 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:40.147 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:40.147 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:40.147 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:40.147 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:33:40.147 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:40.148 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 18:33:40.148 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:33:40.148 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:40.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:40.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:40.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:40.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:40.148 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:40.998 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.992s attempting to resolve any uninitialized derived attributes... 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:41.140 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s993ms [proxy update] 18:33:41.141 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:41.141 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~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/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:33:41.978 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 38 ms 18:33:41.978 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB] 18:33:41.980 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 18:33:41.980 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:33:41.982 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 18:33:41.982 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:33:41.992 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:33:42.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:42.102 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.12s 18:33:42.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 18:33:42.102 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB] 18:33:42.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 18:33:42.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:33:42.105 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 18:33:42.107 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:33:42.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:42.163 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.058s 18:33:42.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 18:33:42.169 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:42.172 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:42.172 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:33:42.173 [pool-29-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB] 18:33:42.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:42.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/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:42.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:42.176 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:42.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit17253154447807865254/test_getAllOfCountsSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15706247191133927118/test_addChild[OrientDB] Jul 06, 2022 6:33:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit15706247191133927118/test_addChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:42.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:42.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:42.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:42.751 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:42.751 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:42.751 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:42.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:42.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:42.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:42.752 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:42.752 [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 18:33:42.752 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:42.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:33:42.755 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:42.755 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:42.756 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:42.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:42.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:42.781 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:42.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:42.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:42.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:42.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:42.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:42.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:42.800 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:42.800 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:42.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.803 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:42.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:42.807 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:42.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:42.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:42.837 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:42.837 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:42.838 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:42.839 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:42.839 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:42.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8937240762796557913/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:42.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:42.874 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:42.875 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:42.876 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:42.876 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:42.877 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:42.877 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:42.877 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:42.877 [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)] 18:33:42.903 [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)] 18:33:42.988 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:42.988 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:42.990 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:42.990 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:33:42.990 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:42.990 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:42.990 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:42.990 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:42.991 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:42.992 [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 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:42.992 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 118 ms Copied ./resources/models/changed-trees/add-child.model over /tmp/junit8937240762796557913/tree.model 18:33:42.993 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:42.994 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:42.994 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:42.994 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:42.995 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:42.995 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:42.995 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:42.995 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:33:42.996 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:42.996 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:33:42.996 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:33:42.996 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.0s 18:33:42.997 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:33:42.998 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:33:42.998 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:42.998 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:42.998 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:42.999 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:42.999 [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 18:33:42.999 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 18:33:43.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:43.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8937240762796557913/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:43.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:43.002 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:43.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit15706247191133927118/test_addChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7070538083473194369/test_addModel[OrientDB] Jul 06, 2022 6:33:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit7070538083473194369/test_addModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:43.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:43.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:43.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:43.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:43.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:43.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:43.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:43.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:43.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:43.501 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:43.501 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:43.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:43.501 [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 18:33:43.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:43.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:43.505 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:43.532 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:43.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:43.541 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:43.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:43.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:43.548 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:43.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:43.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:43.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:43.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:43.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:43.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:43.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:43.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:43.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:43.552 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:43.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:43.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:43.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:43.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:43.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:43.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:43.558 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:43.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:43.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:43.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1097428842554871969/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:43.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:43.650 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:43.650 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:43.651 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:43.651 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:43.651 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:43.651 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:43.652 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:43.652 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:43.652 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:43.652 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:43.653 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:43.653 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:33:43.653 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:43.653 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:43.653 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:33:43.654 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:43.655 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:43.655 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:43.655 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:43.656 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:43.656 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:43.656 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:43.656 [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)] 18:33:43.772 [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)] 18:33:43.850 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:43.850 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:43.852 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s196ms [pure insertion] marking any relevant derived attributes for update...18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:43.852 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:43.853 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 199 ms 18:33:43.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:43.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1097428842554871969/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:43.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:43.855 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:43.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit7070538083473194369/test_addModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5713612373742679149/test_renameRoot[OrientDB] Jul 06, 2022 6:33:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit5713612373742679149/test_renameRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:44.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:44.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:44.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:44.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:44.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:44.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:44.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:44.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:44.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:44.505 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:44.505 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:44.505 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:44.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:33:44.507 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:44.507 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:44.508 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:44.535 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:44.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:44.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:44.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:44.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:44.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:44.548 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:44.548 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:44.549 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:44.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:44.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:44.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:44.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:44.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:44.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:44.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:44.554 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:44.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:44.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:44.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7922286290430461671/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:44.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:44.591 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:44.592 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:44.593 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:44.593 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:44.593 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:44.594 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:44.594 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:44.594 [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)] 18:33:44.667 [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)] 18:33:44.695 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:44.695 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:44.697 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:44.697 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s104ms [pure insertion] marking any relevant derived attributes for update...18:33:44.697 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:44.697 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:44.697 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:44.697 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:44.698 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:44.698 [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 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:44.699 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms Copied ./resources/models/changed-trees/rename-root.model over /tmp/junit7922286290430461671/tree.model 18:33:44.699 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:44.700 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:44.700 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:44.700 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:44.701 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:44.701 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:44.701 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:44.701 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:33:44.701 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:44.701 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:33:44.702 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:44.702 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:33:44.702 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:44.703 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:44.703 [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 18:33:44.704 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 18:33:44.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:44.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7922286290430461671/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:44.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:44.707 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:44.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit5713612373742679149/test_renameRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17510721206622238938/test_eContainer[OrientDB] Jul 06, 2022 6:33:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit17510721206622238938/test_eContainer[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:45.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:45.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:45.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:45.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:45.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:45.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:45.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:45.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:45.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:45.309 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 18:33:45.309 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:45.309 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:45.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:33:45.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:45.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:45.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 18:33:45.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:45.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:45.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:45.346 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:45.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 18:33:45.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.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 18:33:45.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:45.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:45.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 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:45.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 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:45.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 18:33:45.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 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:45.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 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:45.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 18:33:45.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:45.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 18:33:45.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:45.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:45.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:45.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:45.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:45.363 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:45.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:45.365 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:45.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:45.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:45.366 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:45.366 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:45.367 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:45.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:45.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:45.445 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10676240267343570271/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:45.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:45.447 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:45.448 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:45.449 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:45.449 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:45.450 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:45.450 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:45.450 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:45.450 [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)] 18:33:45.480 [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)] 18:33:45.554 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:45.554 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:45.556 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:45.556 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s107ms [pure insertion] marking any relevant derived attributes for update...18:33:45.556 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:45.556 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:45.556 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:45.556 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:45.557 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:45.558 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms property: eContainer not found in metamodel for type: Tree 18:33:45.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:45.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10676240267343570271/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:45.562 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:45.562 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:45.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit17510721206622238938/test_eContainer[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4472078602406933119/test_removeChild[OrientDB] Jul 06, 2022 6:33:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit4472078602406933119/test_removeChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:46.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:46.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:46.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:46.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:46.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:46.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:46.152 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.152 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:46.152 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:46.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:33:46.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.154 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:46.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:46.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:46.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:46.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)] 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:46.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:46.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:46.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:46.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:46.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:46.197 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:46.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:46.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:46.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:46.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.201 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:46.202 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:46.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3369597977186952806/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:46.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.251 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.253 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:46.253 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:46.253 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:46.254 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:46.255 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:46.255 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:46.255 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:46.284 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:46.312 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:46.312 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:46.314 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:46.314 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:46.315 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:46.315 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:46.315 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... 18:33:46.315 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:46.315 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 64 ms Copied ./resources/models/changed-trees/remove-child.model over /tmp/junit3369597977186952806/tree.model 18:33:46.316 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.316 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:33:46.317 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:46.317 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:33:46.318 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:33:46.318 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.0s 18:33:46.319 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:33:46.319 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 18:33:46.319 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:46.319 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:46.319 [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...18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:46.319 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:46.320 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:46.320 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:46.320 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:46.320 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:46.320 [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 18:33:46.320 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 18:33:46.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:46.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3369597977186952806/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:46.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.336 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:46.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:46 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit4472078602406933119/test_removeChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13388660685242057821/test_renameChild[OrientDB] Jul 06, 2022 6:33:46 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit13388660685242057821/test_renameChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:46.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:46.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.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 18:33:46.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:46.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:46.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:46.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:46.737 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.737 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:46.737 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:46.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:33:46.740 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.740 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.740 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:46.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:46.767 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:46.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:46.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:46.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:46.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:33:46.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:46.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:46.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:46.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:46.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:46.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:33:46.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:46.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:46.837 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:46.838 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:46.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:46.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3458825975693880551/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:46.869 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.870 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:46.871 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:46.871 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:46.872 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:46.872 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:46.873 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:46.873 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:46.952 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:46.977 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:46.977 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:33:46.979 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s107ms [pure insertion] marking any relevant derived attributes for update...18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:46.979 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:33:46.980 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms Copied ./resources/models/changed-trees/rename-child.model over /tmp/junit3458825975693880551/tree.model 18:33:46.981 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:46.981 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:46.982 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:33:46.983 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:33:46.983 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:46.983 [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...18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:46.983 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:46.984 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:46.984 [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 18:33:46.984 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:33:46.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:46.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3458825975693880551/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:46.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:46.988 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:47.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit13388660685242057821/test_renameChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17369187682285150018/test_upgradeModelProfileVersion[OrientDB] Jul 06, 2022 6:33:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit17369187682285150018/test_upgradeModelProfileVersion[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:48.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:48.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:48.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:33:48.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:48.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:48.566 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:48.657 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:48.666 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.666 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.668 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.668 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.668 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.668 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.672 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.672 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.675 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.675 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:48.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:48.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:48.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:48.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:48.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:48.681 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:48.681 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:48.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:33:48.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:33:48.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:33:48.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:33:48.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:33:48.682 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:33:48.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:33:48.739 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:33:48.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:33:48.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:33:48.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:33:48.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:33:48.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:33:48.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:33:48.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:33:48.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:33:48.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:33:48.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:33:48.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:33:48.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:33:48.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.836 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:33:48.838 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:33:48.870 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:48.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:48.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:48.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:48.949 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:48.950 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:48.950 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:33:49.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:49.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:49.055 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:49.056 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:49.058 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:49.058 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:49.060 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:33:49.060 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:49.060 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:49.060 [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)] 18:33:49.152 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:33:49.172 [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)] 18:33:49.360 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:33:49.360 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:33:49.451 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:33:49.451 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s391ms [pure insertion] marking any relevant derived attributes for update...18:33:49.451 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:49.451 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:49.455 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:33:49.456 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:49.456 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:49.456 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:33:49.456 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:33:49.653 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:33:49.653 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:33:49.741 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:33:49.741 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s286ms [pure insertion] marking any relevant derived attributes for update...18:33:49.741 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:49.741 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:49.771 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:33:49.772 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:49.772 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:49.772 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:33:49.772 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:33:49.858 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:33:49.858 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:33:49.866 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:33:49.867 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:33:49.867 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:49.867 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:49.869 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:33:49.869 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:49.869 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:49.869 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:33:49.870 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:33:50.055 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:33:50.055 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:33:50.140 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:33:50.140 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s271ms [pure insertion] marking any relevant derived attributes for update...18:33:50.140 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:50.140 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:50.141 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:50.141 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.097s attempting to resolve any uninitialized derived attributes... 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:50.238 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:50.239 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s98ms [proxy update] 18:33:50.239 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:50.239 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:50.239 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 184 ms 18:33:50.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:33:50.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:50.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:50.246 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:33:50.246 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:50.247 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:33:50.247 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:50.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:33:50.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:50.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:50.249 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:50.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:33:50.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:33:50.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9509668191803275223/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:50.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:50.355 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:50.356 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:50.357 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:50.359 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:50.359 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:50.359 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:50.364 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:33:50.364 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:50.364 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:50.364 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:33:50.364 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:33:50.472 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:33:50.472 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:33:50.476 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:33:50.476 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s112ms [pure insertion] marking any relevant derived attributes for update...18:33:50.476 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:50.476 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:50.477 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:50.477 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:50.479 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:33:50.479 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:33:50.479 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:33:50.479 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:50.479 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:50.480 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:50.480 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:33:50.480 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:50.480 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:50.480 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms 18:33:50.545 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:50.546 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:50.546 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:50.546 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:50.550 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:33:50.550 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:50.551 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:33:50.558 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:33:50.559 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:50.559 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 18:33:50.559 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 18:33:50.562 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 18:33:50.565 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:33:50.642 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:33:50.642 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:33:50.643 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:33:50.643 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:33:50.643 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:50.643 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:50.644 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:50.644 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:50.650 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:50.651 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:50.652 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 18:33:50.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:50.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9509668191803275223/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:50.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:50.658 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:50.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:50 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit17369187682285150018/test_upgradeModelProfileVersion[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3866583152775009756/test_stereotypeAsModel[OrientDB] Jul 06, 2022 6:33:50 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit3866583152775009756/test_stereotypeAsModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:51.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:51.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:51.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:33:51.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:51.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:51.537 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:51.575 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:51.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.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::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.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 18:33:51.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.594 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.594 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.596 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.596 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:33:51.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.636 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.638 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:51.638 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:51.639 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:51.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:51.641 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:51.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:51.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:33:51.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:33:51.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:33:51.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:33:51.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:33:51.643 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:33:51.643 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:33:51.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 18:33:51.658 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:33:51.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:33:51.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:33:51.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:33:51.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:33:51.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:33:51.668 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:33:51.668 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:33:51.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:33:51.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:33:51.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:33:51.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:33:51.752 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:33:51.771 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:51.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:51.840 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:51.841 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:51.841 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:51.841 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:51.841 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:51.869 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:51.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:51.870 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:51.870 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:51.872 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:51.872 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:51.938 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:33:51.938 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:51.938 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:51.938 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:51.971 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:52.161 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:33:52.162 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:33:52.275 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:33:52.275 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s337ms [pure insertion] marking any relevant derived attributes for update...18:33:52.276 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:52.276 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:52.278 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:33:52.278 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:52.278 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:52.278 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:33:52.278 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:33:52.447 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:33:52.447 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:33:52.470 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:33:52.470 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s192ms [pure insertion] marking any relevant derived attributes for update...18:33:52.470 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:52.470 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:52.472 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:33:52.472 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:52.472 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:52.472 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:33:52.472 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:33:52.575 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:33:52.575 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:33:52.637 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:33:52.637 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s165ms [pure insertion] marking any relevant derived attributes for update...18:33:52.637 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:52.637 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:52.656 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:33:52.656 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:52.656 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:52.656 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:33:52.656 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:33:52.790 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:33:52.790 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:33:52.798 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:33:52.798 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s142ms [pure insertion] marking any relevant derived attributes for update...18:33:52.798 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:52.798 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:52.836 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:52.837 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:52.882 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:33:52.882 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.046s attempting to resolve any uninitialized derived attributes... 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s46ms [proxy update] 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:52.883 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 13 ms 18:33:52.957 [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 18:33:52.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:52.959 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:52.961 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:52.961 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:52.961 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:52.963 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 18:33:52.963 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:52.963 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:52.963 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 18:33:52.963 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 18:33:53.469 [pool-37-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 18:33:53.478 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 18:33:53.478 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 18:33:53.667 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:33:53.667 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s704ms [pure insertion] marking any relevant derived attributes for update...18:33:53.667 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:53.667 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:53.668 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:53.668 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:53.677 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 18:33:53.680 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 18:33:53.680 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 18:33:53.680 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:53.680 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:53.681 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:53.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:33:53.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:53.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:53.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 722 ms 18:33:53.739 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:53.739 [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 18:33:53.740 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:53.741 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:53.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit3866583152775009756/test_stereotypeAsModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17781093446767535676/test_localfolderCrosslinks[OrientDB] Jul 06, 2022 6:33:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17781093446767535676/test_localfolderCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:54.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:54.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:54.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:33:54.539 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:54.539 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:54.554 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:54.578 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:54.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.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::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.639 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.639 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.641 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.641 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.642 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:33:54.642 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.642 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:54.645 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:54.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:54.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:54.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 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:54.650 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:54.650 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:54.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:33:54.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:33:54.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:33:54.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:33:54.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:33:54.651 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:33:54.651 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:33:54.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:33:54.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:33:54.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:33:54.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:33:54.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 18:33:54.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:33:54.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:33:54.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:33:54.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:33:54.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:33:54.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:33:54.741 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:33:54.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:33:54.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:33:54.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:33:54.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:54.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:54.845 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:54.845 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:54.845 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:54.845 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:54.845 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:54.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:54.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:54.867 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:54.867 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:54.869 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:54.869 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:54.870 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:33:54.870 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:54.870 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:54.870 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:54.961 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:55.062 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:33:55.062 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:33:55.148 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:33:55.148 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s278ms [pure insertion] marking any relevant derived attributes for update...18:33:55.148 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.148 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.164 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:33:55.164 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:55.164 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:55.164 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:33:55.165 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:33:55.181 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:33:55.181 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:33:55.241 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:33:55.241 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:33:55.241 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.241 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.243 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:33:55.243 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:55.243 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:55.243 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:33:55.243 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:33:55.351 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:33:55.351 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:33:55.375 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:33:55.375 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s132ms [pure insertion] marking any relevant derived attributes for update...18:33:55.375 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.375 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.378 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:33:55.378 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:55.378 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:55.378 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:33:55.378 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:33:55.543 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:33:55.543 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:33:55.565 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:33:55.565 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...18:33:55.565 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.565 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.566 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:55.566 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.146s attempting to resolve any uninitialized derived attributes... 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:55.712 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s170ms [proxy update] 18:33:55.736 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:55.737 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:55.737 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 870 ms 18:33:55.768 [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 18:33:55.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:55.769 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:55.772 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:55.772 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:55.772 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:55.773 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:33:55.773 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:55.773 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:55.773 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:33:55.773 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:33:55.857 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 18:33:55.857 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:33:55.863 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:33:55.863 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...18:33:55.863 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.863 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.864 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:33:55.864 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:55.864 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:55.864 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:33:55.865 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:33:55.954 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 18:33:55.954 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:33:55.958 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:33:55.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:33:55.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:55.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:55.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:55.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:55.961 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:55.976 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 207 ms 18:33:55.976 [pool-38-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17781093446767535676/test_localfolderCrosslinks[OrientDB] 18:33:55.980 [pool-38-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17781093446767535676/test_localfolderCrosslinks[OrientDB] 18:33:56.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:56.038 [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 18:33:56.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:56.040 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:56.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17781093446767535676/test_localfolderCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13695463406722129202/test_zoo[OrientDB] Jul 06, 2022 6:33:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit13695463406722129202/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:56.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:56.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:56.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:33:56.728 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:56.728 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:56.739 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:56.763 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:56.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:33:56.776 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.778 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.780 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:56.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:56.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 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:56.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 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:56.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 18:33:56.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:56.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 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:56.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 18:33:56.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 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:56.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:56.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:56.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:56.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:56.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:33:56.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:33:56.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:33:56.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:33:56.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:33:56.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:33:56.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:33:56.839 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:33:56.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:33:56.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:33:56.851 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:33:56.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:33:56.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:33:56.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:33:56.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:33:56.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:33:56.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:33:56.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:33:56.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:33:56.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:33:56.941 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:33:56.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:56.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:56.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:56.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:56.968 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:56.968 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:56.968 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:57.043 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:57.045 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:57.045 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:57.045 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:57.047 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:57.047 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:57.048 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:33:57.049 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:57.049 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:57.049 [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)] 18:33:57.141 [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)] 18:33:57.274 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:33:57.274 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:33:57.462 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:33:57.462 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s414ms [pure insertion] marking any relevant derived attributes for update...18:33:57.462 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:57.462 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:57.465 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:33:57.465 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:57.465 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:57.465 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:33:57.465 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:33:57.560 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:33:57.560 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:33:57.638 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:33:57.638 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s173ms [pure insertion] marking any relevant derived attributes for update...18:33:57.638 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:57.638 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:57.654 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:33:57.654 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:57.654 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:57.654 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:33:57.654 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:33:57.674 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:33:57.674 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:33:57.739 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:33:57.739 [pool-39-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...18:33:57.739 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:57.739 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:57.740 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:33:57.741 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:57.741 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:57.741 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:33:57.741 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:33:57.838 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:33:57.838 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:33:57.840 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:33:57.840 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:33:57.840 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:57.840 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:57.840 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:57.840 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:57.941 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:33:57.941 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.102s attempting to resolve any uninitialized derived attributes... 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s102ms [proxy update] 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:57.942 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 897 ms 18:33:57.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:57.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:57.973 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:57.975 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:57.975 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:57.975 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:57.976 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:33:57.976 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:57.976 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:57.976 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:33:57.976 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:33:58.045 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 18:33:58.048 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 18:33:58.048 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 18:33:58.153 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 18:33:58.153 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:33:58.170 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:33:58.170 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s195ms [pure insertion] marking any relevant derived attributes for update...18:33:58.171 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:58.171 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:58.171 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:58.171 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:58.174 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:58.178 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:33:58.179 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:33:58.179 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:58.179 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 18:33:58.242 [pool-39-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13695463406722129202/test_zoo[OrientDB] 18:33:58.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:58.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:58.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:58.248 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:58.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:33:58 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit13695463406722129202/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit18004818623762917178/test_indexLibraries[OrientDB] Jul 06, 2022 6:33:58 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit18004818623762917178/test_indexLibraries[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:33:58.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:58.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:58.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:33:58.847 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:58.847 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:58.860 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:33:58.885 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:33:58.943 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.943 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.944 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.944 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.946 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.946 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.948 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.948 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.948 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:58.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 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:58.952 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:58.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 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:58.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 18:33:58.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 18:33:58.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 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:58.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 18:33:58.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 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.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 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:58.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 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:58.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:58.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:58.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:58.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:33:58.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:58.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:58.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:33:58.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:33:58.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:33:58.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:33:58.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:33:58.957 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:33:58.957 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:33:58.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:33:58.973 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:33:58.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:33:58.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:33:58.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:33:59.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:33:59.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:33:59.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:33:59.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:33:59.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:33:59.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:33:59.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:33:59.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:33:59.093 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:59.093 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:33:59.094 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:33:59.094 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:33:59.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:59.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:59.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:59.096 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:33:59.150 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:59.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:59.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:59.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:59.159 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:59.159 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:59.159 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:33:59.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:33:59.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:59.237 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:59.237 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:59.239 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:59.239 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:59.240 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:33:59.240 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:59.241 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:59.241 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:33:59.290 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:33:59.451 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:33:59.451 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:33:59.573 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:33:59.573 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s333ms [pure insertion] marking any relevant derived attributes for update...18:33:59.573 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:59.574 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:59.575 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:33:59.575 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:59.575 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:59.575 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:33:59.575 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:33:59.653 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:33:59.653 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:33:59.655 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:33:59.655 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:33:59.655 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:59.655 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:59.670 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:33:59.670 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:59.670 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:59.670 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:33:59.670 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:33:59.747 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:33:59.747 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:33:59.753 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:33:59.753 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:33:59.753 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:59.753 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:59.755 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:33:59.755 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:59.755 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:59.755 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:33:59.755 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:33:59.856 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:33:59.856 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:33:59.957 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:33:59.957 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s202ms [pure insertion] marking any relevant derived attributes for update...18:33:59.957 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:59.957 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:59.958 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:59.958 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.088s attempting to resolve any uninitialized derived attributes... 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s88ms [proxy update] 18:34:00.046 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:00.047 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:00.047 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 810 ms 18:34:00.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:00.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:00.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:00.059 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:00.143 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:34:00 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit18004818623762917178/test_indexLibraries[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1474073440145208334/test_customProfileV4[OrientDB] Jul 06, 2022 6:34:00 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit1474073440145208334/test_customProfileV4[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:34:00.701 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:00.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:00.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:34:00.724 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:00.724 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:00.737 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:34:00.762 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:34:00.770 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.770 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.772 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:34:00.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.776 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.776 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.778 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.778 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.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 18:34:00.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:34:00.782 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:34:00.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:00.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 18:34:00.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:00.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 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:00.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 18:34:00.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 18:34:00.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 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:00.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 18:34:00.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 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:00.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 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:00.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 18:34:00.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:00.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 18:34:00.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 18:34:00.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:00.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:00.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:34:00.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:00.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:34:00.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:34:00.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:34:00.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:34:00.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:34:00.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:34:00.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:34:00.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:34:00.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:34:00.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:34:00.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:34:00.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:34:00.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:34:00.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:34:00.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:34:00.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:34:00.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:34:00.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:34:00.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:34:00.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:34:00.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:34:00.969 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:00.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:00.976 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:00.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:00.977 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:00.977 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:00.977 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:34:01.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:01.048 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:01.048 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:01.048 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:01.050 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:01.050 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:01.051 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:34:01.051 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:01.051 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:01.051 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:34:01.083 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:34:01.340 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:34:01.340 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:34:01.449 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:34:01.449 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s398ms [pure insertion] marking any relevant derived attributes for update...18:34:01.449 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:01.449 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:01.465 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:34:01.465 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:01.465 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:01.465 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:34:01.465 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:34:01.483 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:34:01.483 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:34:01.544 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:34:01.545 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:34:01.545 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:01.545 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:01.546 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:34:01.546 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:01.546 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:01.546 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:34:01.546 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:34:01.654 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:34:01.654 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:34:01.656 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:34:01.656 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s110ms [pure insertion] marking any relevant derived attributes for update...18:34:01.656 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:01.656 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:01.658 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:34:01.658 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:01.659 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:01.659 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:34:01.659 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:34:01.843 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:34:01.843 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:34:01.866 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:34:01.866 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s208ms [pure insertion] marking any relevant derived attributes for update...18:34:01.866 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:01.866 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:01.867 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:01.867 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:01.961 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.095s attempting to resolve any uninitialized derived attributes... 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:01.962 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 914 ms 18:34:01.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:34:01.965 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:01.965 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:01.969 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:34:01.969 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:01.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:34:01.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:01.971 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:34:01.971 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:01.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:01.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:01.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:34:01.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:34:02.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:02.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:02.061 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:02.062 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:02.064 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:02.064 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:02.064 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:02.067 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:34:02.067 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:02.068 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:02.068 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:34:02.068 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:34:02.137 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:34:02.137 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:34:02.141 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:34:02.141 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:34:02.141 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:02.141 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:02.142 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:02.142 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:02.144 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:34:02.144 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:02.145 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 84 ms 18:34:02.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:02.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:02.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:02.162 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:02.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:34:02 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit1474073440145208334/test_customProfileV4[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8923961964076778155/test_customProfileV5[OrientDB] Jul 06, 2022 6:34:02 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit8923961964076778155/test_customProfileV5[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:34:02.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:02.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:02.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:34:02.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:02.735 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:02.746 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:34:02.771 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:34:02.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.780 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.780 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.782 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.782 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.789 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.789 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:34:02.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:34:02.790 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:02.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:02.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:02.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:02.794 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.794 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:34:02.795 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:02.795 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.837 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:02.838 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:34:02.838 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:34:02.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:34:02.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:34:02.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:34:02.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:34:02.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:34:02.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:34:02.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:34:02.868 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:34:02.868 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:34:02.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:34:02.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:34:02.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:34:02.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 18:34:02.945 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:34:02.964 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:02.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:02.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:02.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:02.986 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:02.986 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:02.986 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:34:03.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:03.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:03.055 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:03.055 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:03.057 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:03.057 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:03.058 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:34:03.059 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:03.059 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:03.059 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:34:03.148 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:34:03.258 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:34:03.258 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:34:03.363 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:34:03.363 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s305ms [pure insertion] marking any relevant derived attributes for update...18:34:03.363 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:03.363 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:03.377 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:34:03.377 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:03.377 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:03.377 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:34:03.377 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:34:03.448 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:34:03.448 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:34:03.454 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:34:03.454 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:34:03.454 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:03.454 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:03.455 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:34:03.455 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:03.455 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:03.455 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:34:03.455 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:34:03.540 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:34:03.540 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:34:03.542 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:34:03.542 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:34:03.542 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:03.542 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:03.543 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:34:03.543 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:03.543 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:03.543 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:34:03.544 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:34:03.675 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:34:03.675 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:34:03.750 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:34:03.751 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s208ms [pure insertion] marking any relevant derived attributes for update...18:34:03.751 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:03.751 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:03.751 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:03.751 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.088s attempting to resolve any uninitialized derived attributes... 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:03.839 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s89ms [proxy update] 18:34:03.840 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:03.840 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:03.840 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 785 ms 18:34:03.840 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:34:03.842 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:03.842 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:03.844 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:03.844 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:34:03.844 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:03.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:34:03.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:03.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:03.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:34:03.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:03.849 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:34:03.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:03.881 [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 18:34:03.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:03.882 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:03.883 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.054s attempting to resolve any uninitialized derived attributes... 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s54ms [proxy update] 18:34:03.937 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:03.939 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:03.939 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:03.939 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:03.941 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:34:03.941 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:03.941 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:03.941 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:34:03.942 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:34:03.957 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:34:03.957 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:34:03.961 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:34:03.961 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:34:03.961 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:03.961 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:03.961 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:03.961 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:03.964 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:34:03.964 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:34:03.964 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:34:03.964 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:03.964 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:03.965 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:03.965 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:34:03.965 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:03.965 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:03.965 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 83 ms 18:34:03.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:03.974 [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 18:34:03.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:03.975 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:04.070 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:34:04 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit8923961964076778155/test_customProfileV5[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15481359293760903319/test_modelProfileInsideRepository[OrientDB] Jul 06, 2022 6:34:04 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit15481359293760903319/test_modelProfileInsideRepository[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:34:04.542 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:04.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:04.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:34:04.560 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:04.560 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:04.571 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:34:04.658 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:34:04.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 18:34:04.673 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:34:04.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.675 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.675 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.678 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.678 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.682 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.682 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:34:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:34:04.684 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:34:04.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:04.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:04.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:04.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:04.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 18:34:04.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:04.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:04.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 18:34:04.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:04.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:04.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 18:34:04.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 18:34:04.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/Types::String will be handled as its instance type java.lang.String 18:34:04.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/Types::Real will be handled as its instance type java.lang.Double 18:34:04.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/Types::Boolean will be handled as its instance type java.lang.Boolean 18:34:04.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/Types::Integer will be handled as its instance type java.lang.Integer 18:34:04.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:34:04.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:34:04.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:34:04.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/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:34:04.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:34:04.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:34:04.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:34:04.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:34:04.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:34:04.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:34:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:34:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:34:04.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:34:04.852 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:34:04.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:34:04.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:34:04.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.876 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.876 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.880 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:34:04.880 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:04.882 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:34:04.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:04.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:04.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:04.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:04.949 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:04.949 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:04.949 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:34:04.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:04.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:04.967 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:04.967 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:04.969 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:04.969 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:04.970 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:34:04.970 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:04.970 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:04.970 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:34:05.062 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:34:05.175 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:34:05.175 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:34:05.285 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:34:05.285 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s315ms [pure insertion] marking any relevant derived attributes for update...18:34:05.285 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:05.285 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:05.355 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:34:05.355 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:05.355 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:05.355 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:34:05.355 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:34:05.380 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:34:05.380 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:34:05.444 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:34:05.444 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:34:05.444 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:05.444 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:05.445 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:34:05.445 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:05.445 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:05.445 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:34:05.445 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:34:05.538 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:34:05.538 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:34:05.540 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:34:05.540 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:34:05.540 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:05.540 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:05.541 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:34:05.542 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:05.542 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:05.542 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:34:05.542 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:34:05.643 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:34:05.643 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:34:05.663 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:34:05.663 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s122ms [pure insertion] marking any relevant derived attributes for update...18:34:05.663 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:05.663 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:05.664 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:05.664 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.095s attempting to resolve any uninitialized derived attributes... 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 18:34:05.759 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:05.760 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:05.760 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 793 ms 18:34:05.760 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:34:05.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:05.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:05.765 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:05.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:34:05.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:05.776 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:34:05.776 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:05.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:34:05.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:05.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:05.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:34:05.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:34:05.869 [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/junit13721523665515180762/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:05.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:05.871 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:05.871 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:05.872 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:05.873 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:05.873 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:05.873 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:05.877 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:05.877 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:05.877 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:05.881 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:34:05.881 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:05.881 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:05.881 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 18:34:05.881 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:34:05.949 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:34:05.949 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:34:05.953 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:34:05.953 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:34:05.953 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:05.953 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:05.954 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 18:34:05.954 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:05.954 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:05.954 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 18:34:05.954 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 18:34:05.980 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 18:34:05.980 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 18:34:06.078 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:34:06.078 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s124ms [pure insertion] marking any relevant derived attributes for update...18:34:06.078 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:06.079 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:06.079 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 18:34:06.079 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:06.079 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:06.079 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 18:34:06.080 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 18:34:06.140 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 18:34:06.140 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 18:34:06.142 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:34:06.142 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:34:06.142 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:06.142 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:06.143 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 18:34:06.143 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:06.143 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:06.143 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 18:34:06.144 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 18:34:06.445 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 18:34:06.445 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 18:34:06.570 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:34:06.570 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s427ms [pure insertion] marking any relevant derived attributes for update...18:34:06.570 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:06.570 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:06.571 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 18:34:06.571 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:06.572 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:06.572 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 18:34:06.572 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 18:34:06.642 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 18:34:06.642 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 18:34:06.651 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:34:06.651 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:34:06.651 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:06.651 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:06.652 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:06.652 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:06.670 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.095s attempting to resolve any uninitialized derived attributes... 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 18:34:06.747 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:06.748 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:06.748 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 877 ms 18:34:06.753 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:06.756 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:06.757 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:06.757 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:06.760 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:34:06.760 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:06.760 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:34:06.763 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:34:06.763 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:34:06.763 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 18:34:06.763 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 18:34:06.766 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 18:34:06.769 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:34:06.839 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 18:34:06.839 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:34:06.840 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:34:06.840 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:34:06.840 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:06.840 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:06.840 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:06.840 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:06.843 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:06.846 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:34:06.847 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:06.847 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:06.847 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 18:34:06.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:06.852 [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/junit13721523665515180762/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:06.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:06.853 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:06.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:34:06 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit15481359293760903319/test_modelProfileInsideRepository[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2524591540896411275/test_workspaceCrosslinks[OrientDB] Jul 06, 2022 6:34:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit2524591540896411275/test_workspaceCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:34:07.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:07.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:07.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:34:07.748 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:07.748 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:07.759 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 18:34:07.838 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 18:34:07.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.845 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.846 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.847 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.847 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.847 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.848 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.848 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.848 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.850 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.850 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.850 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.850 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.850 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.852 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.852 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:34:07.853 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.853 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.855 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.855 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:34:07.856 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:34:07.856 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:07.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:07.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:07.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:07.860 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.860 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:34:07.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:34:07.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:34:07.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:34:07.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:34:07.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:34:07.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:34:07.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:34:07.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:34:07.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:34:07.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:34:07.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:34:07.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:34:07.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:34:07.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:34:07.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:34:07.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:34:07.938 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:34:07.939 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:34:07.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:34:07.960 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:34:07.960 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:07.961 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:34:07.979 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:07.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:08.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:08.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:08.040 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:08.040 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:08.040 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:34:08.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:34:08.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:08.059 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:08.059 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:08.061 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:08.061 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:08.062 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:34:08.063 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:08.063 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:08.063 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:34:08.147 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:34:08.266 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 18:34:08.266 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:34:08.375 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:34:08.375 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s313ms [pure insertion] marking any relevant derived attributes for update...18:34:08.375 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:08.375 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:08.377 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:34:08.377 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:08.377 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:08.377 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:34:08.377 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:34:08.459 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 18:34:08.459 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:34:08.461 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:34:08.461 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:34:08.461 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:08.461 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:08.473 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:34:08.473 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:08.473 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:08.473 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:34:08.474 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:34:08.553 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 18:34:08.553 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:34:08.558 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:34:08.558 [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...18:34:08.558 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:08.559 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:08.560 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:34:08.560 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:08.560 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:08.560 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:34:08.560 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:34:08.658 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 18:34:08.658 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:34:08.678 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:34:08.678 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s118ms [pure insertion] marking any relevant derived attributes for update...18:34:08.678 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:08.736 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:08.737 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:08.737 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.049s attempting to resolve any uninitialized derived attributes... 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:08.786 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s50ms [proxy update] 18:34:08.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:08.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:08.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 728 ms 18:34:08.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 18:34:08.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:08.941 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:08.945 [pool-44-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 4 ms 18:34:08.945 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:08.946 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:08.946 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:08.947 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:34:08.947 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:08.947 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:08.947 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:34:08.947 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:34:08.973 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 18:34:08.973 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:34:09.037 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:34:09.037 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...18:34:09.037 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:09.037 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:09.038 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:34:09.038 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:09.038 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:09.038 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:34:09.038 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:34:09.065 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 18:34:09.065 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:34:09.071 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:34:09.071 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s33ms [pure insertion] marking any relevant derived attributes for update...18:34:09.071 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:09.072 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:09.072 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:09.072 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:09.186 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.127s attempting to resolve any uninitialized derived attributes... 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:09.199 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s128ms [proxy update] 18:34:09.200 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:09.200 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:09.200 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 259 ms 18:34:09.200 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2524591540896411275/test_workspaceCrosslinks[OrientDB] 18:34:09.203 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2524591540896411275/test_workspaceCrosslinks[OrientDB] 18:34:09.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:09.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 18:34:09.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:09.243 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:09.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Jul 06, 2022 6:34:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit2524591540896411275/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: 188.791 s - in org.eclipse.hawk.integration.tests.IntegrationTestSuite set0[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 76.662 s tree[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.524 s treeWithSpaces[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.377 s treeCrossResourceContainment[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.124 s derivedEdgeCollection[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.405 s deriveThenAdd[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.402 s derivedEdgeSingle[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.103 s addThenIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.274 s lookupWithIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.297 s lookupWithoutIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.106 s eContainersIsUpdatedRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.503 s queryEnumValues[OrientDB](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 1.121 s metamodels[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.869 s elephantResolve[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 2.506 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 7.393 s metamodel[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 1.407 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 7.018 s bpmn[OrientDB](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.776 s instanceCountsAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.83 s listFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.996 s instanceCounts[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.098 s reverseRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.977 s forwardRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.905 s allContents[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.126 s subtreeTraversalScoping[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 10.378 s getAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 9.217 s getFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.991 s getAllOfCountsSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.979 s addChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.799 s addModel[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.897 s renameRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.826 s eContainer[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.885 s removeChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.724 s renameChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.673 s upgradeModelProfileVersion[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.732 s stereotypeAsModel[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.064 s localfolderCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.302 s zoo[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.216 s indexLibraries[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.807 s customProfileV4[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.109 s customProfileV5[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.871 s modelProfileInsideRepository[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.824 s workspaceCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 2.375 s Results: Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest Created repository in /tmp/hawkSvnRepo11826121478521847841, checkout in /tmp/hawkSvnCo9970201222099606430 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.854 s - in org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest initWorks(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 1.818 s addRemove(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 4.994 s Running org.eclipse.hawk.svn.tests.SvnManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.972 s - in org.eclipse.hawk.svn.tests.SvnManagerTest compactedChanges(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 7.971 s setCredentialsStoresUserPass(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.005 s startingDotFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.992 s frozen(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.002 s oneAdd(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.997 s noExtensionFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.999 s importFileHEAD(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 3.002 s repositoryPath(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1 s importPreviousFile(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 5 s photoFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.999 s emptyHistory(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.001 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: 5 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 18:36:30.348 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 18:36:30.352 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 18:36:30.352 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 18:36:30.466 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [resource_from_epackage_org.amma.dsl.jdt.primitiveTypes] 18:36:30.548 [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] 18:36:30.552 [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.662 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest) Time elapsed: 0.589 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.037 s - in org.eclipse.hawk.http.HTTPManagerTest getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.969 s getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.012 s getDeltaEtag(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0 s getDeltaUrlFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.001 s getDeltaNoHeaders(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0 s getDeltaHeaderFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.005 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.git.JGitRepositoryTest 18:36:47.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 18:36:47.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:47.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, size=130, fileKey=(dev=804,ino=407899894) 18:36:47.100 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 18:36:47.144 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 18:36:47.145 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:36:47.145 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 18:36:47.147 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 18:36:47.147 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:36:47.160 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 18:36:47.161 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 18:36:47.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:47.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 18:36:47.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.236 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:47.170021000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607170021000 ns, racy<=2500000000 ns 18:36:47.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:47.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:47.254862000, lastModified=2022-07-06 18:36:47.253151000, size=23, fileKey=(dev=10009e,ino=2000693774) 18:36:47.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:47.259430000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.072086000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.073055000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.073055000, lastModified=2022-07-06 18:36:47.258151000, delta=814904000 ns, racy<=2500000000 ns 18:36:48.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.074140000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.074140000, lastModified=2022-07-06 18:36:47.258151000, delta=815989000 ns, racy<=2500000000 ns 18:36:48.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.074140000, lastModified=2022-07-06 18:36:47.258151000, delta=815989000 ns, racy<=2500000000 ns 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.075313000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.075313000, lastModified=2022-07-06 18:36:47.258151000, delta=817162000 ns, racy<=2500000000 ns 18:36:48.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:48.075687000, lastModified=2022-07-06 18:36:47.253151000, size=23, fileKey=(dev=10009e,ino=2000693774) 18:36:48.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.077535000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.078181000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.078181000, lastModified=2022-07-06 18:36:47.258151000, delta=820030000 ns, racy<=2500000000 ns 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.078770000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.078770000, lastModified=2022-07-06 18:36:47.258151000, delta=820619000 ns, racy<=2500000000 ns 18:36:48.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.078770000, lastModified=2022-07-06 18:36:47.258151000, delta=820619000 ns, racy<=2500000000 ns 18:36:48.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.154160000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.154160000, lastModified=2022-07-06 18:36:47.258151000, delta=896009000 ns, racy<=2500000000 ns 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.154160000, lastModified=2022-07-06 18:36:47.258151000, delta=896009000 ns, racy<=2500000000 ns 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.165726000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.165726000, lastModified=2022-07-06 18:36:47.258151000, delta=907575000 ns, racy<=2500000000 ns 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.165726000, lastModified=2022-07-06 18:36:47.258151000, delta=907575000 ns, racy<=2500000000 ns 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.168575000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.168575000, lastModified=2022-07-06 18:36:47.258151000, delta=910424000 ns, racy<=2500000000 ns 18:36:48.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.168575000, lastModified=2022-07-06 18:36:47.258151000, delta=910424000 ns, racy<=2500000000 ns 18:36:48.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.173084000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.173084000, lastModified=2022-07-06 18:36:47.258151000, delta=914933000 ns, racy<=2500000000 ns 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.173084000, lastModified=2022-07-06 18:36:47.258151000, delta=914933000 ns, racy<=2500000000 ns 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:48.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:48.179857000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:48.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.179857000, lastModified=2022-07-06 18:36:47.258151000, delta=921706000 ns, racy<=2500000000 ns 18:36:48.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:48.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, size=6, fileKey=(dev=10009e,ino=2010121423) 18:36:48.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:48.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:48.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:48.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:48.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit16277837892120762726/.git/objects 18:36:48.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit16277837892120762726/.git/objects; got PT0.000007S 18:36:48.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit16277837892120762726/.git/objects 18:36:48.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.240944000, lastModified=2022-07-06 18:36:48.240168000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.240944000, lastModified=2022-07-06 18:36:48.240168000, delta=776000 ns, racy<=17500 ns 18:36:48.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.242567000, lastModified=2022-07-06 18:36:48.241168000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.242567000, lastModified=2022-07-06 18:36:48.241168000, delta=1399000 ns, racy<=17500 ns 18:36:48.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.243307000, lastModified=2022-07-06 18:36:48.242169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.243307000, lastModified=2022-07-06 18:36:48.242169000, delta=1138000 ns, racy<=17500 ns 18:36:48.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.244097000, lastModified=2022-07-06 18:36:48.243169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.244097000, lastModified=2022-07-06 18:36:48.243169000, delta=928000 ns, racy<=17500 ns 18:36:48.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.244844000, lastModified=2022-07-06 18:36:48.243169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.243169000 to 2022-07-06 18:36:48.244169000 18:36:48.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.247181000, lastModified=2022-07-06 18:36:48.246169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.247181000, lastModified=2022-07-06 18:36:48.246169000, delta=1012000 ns, racy<=17500 ns 18:36:48.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.247821000, lastModified=2022-07-06 18:36:48.246169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.246169000 to 2022-07-06 18:36:48.247169000 18:36:48.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.248411000, lastModified=2022-07-06 18:36:48.247169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.248411000, lastModified=2022-07-06 18:36:48.247169000, delta=1242000 ns, racy<=17500 ns 18:36:48.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.249082000, lastModified=2022-07-06 18:36:48.248169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.249082000, lastModified=2022-07-06 18:36:48.248169000, delta=913000 ns, racy<=17500 ns 18:36:48.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.250344000, lastModified=2022-07-06 18:36:48.248169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.248169000 to 2022-07-06 18:36:48.249169000 18:36:48.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.250974000, lastModified=2022-07-06 18:36:48.249169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.249169000 to 2022-07-06 18:36:48.250169000 18:36:48.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.251625000, lastModified=2022-07-06 18:36:48.250169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.251625000, lastModified=2022-07-06 18:36:48.250169000, delta=1456000 ns, racy<=17500 ns 18:36:48.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.252321000, lastModified=2022-07-06 18:36:48.251169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.252321000, lastModified=2022-07-06 18:36:48.251169000, delta=1152000 ns, racy<=17500 ns 18:36:48.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.253019000, lastModified=2022-07-06 18:36:48.251169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.251169000 to 2022-07-06 18:36:48.252169000 18:36:48.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.254150000, lastModified=2022-07-06 18:36:48.253169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.254150000, lastModified=2022-07-06 18:36:48.253169000, delta=981000 ns, racy<=17500 ns 18:36:48.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.254834000, lastModified=2022-07-06 18:36:48.253169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.253169000 to 2022-07-06 18:36:48.254169000 18:36:48.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.255481000, lastModified=2022-07-06 18:36:48.254169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.254169000 to 2022-07-06 18:36:48.255169000 18:36:48.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.257058000, lastModified=2022-07-06 18:36:48.256169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.257058000, lastModified=2022-07-06 18:36:48.256169000, delta=889000 ns, racy<=17500 ns 18:36:48.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.258171000, lastModified=2022-07-06 18:36:48.256169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.256169000 to 2022-07-06 18:36:48.257169000 18:36:48.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.258807000, lastModified=2022-07-06 18:36:48.257169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.257169000 to 2022-07-06 18:36:48.258169000 18:36:48.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.259491000, lastModified=2022-07-06 18:36:48.258169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.259491000, lastModified=2022-07-06 18:36:48.258169000, delta=1322000 ns, racy<=17500 ns 18:36:48.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.260135000, lastModified=2022-07-06 18:36:48.259169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.260135000, lastModified=2022-07-06 18:36:48.259169000, delta=966000 ns, racy<=17500 ns 18:36:48.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.260762000, lastModified=2022-07-06 18:36:48.259169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.259169000 to 2022-07-06 18:36:48.260169000 18:36:48.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.261876000, lastModified=2022-07-06 18:36:48.260169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.260169000 to 2022-07-06 18:36:48.261169000 18:36:48.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.262539000, lastModified=2022-07-06 18:36:48.261169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.262539000, lastModified=2022-07-06 18:36:48.261169000, delta=1370000 ns, racy<=17500 ns 18:36:48.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.263242000, lastModified=2022-07-06 18:36:48.262169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.263242000, lastModified=2022-07-06 18:36:48.262169000, delta=1073000 ns, racy<=17500 ns 18:36:48.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.264017000, lastModified=2022-07-06 18:36:48.262169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.262169000 to 2022-07-06 18:36:48.263169000 18:36:48.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.264966000, lastModified=2022-07-06 18:36:48.263169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.263169000 to 2022-07-06 18:36:48.264169000 18:36:48.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.265580000, lastModified=2022-07-06 18:36:48.264169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.265580000, lastModified=2022-07-06 18:36:48.264169000, delta=1411000 ns, racy<=17500 ns 18:36:48.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.266293000, lastModified=2022-07-06 18:36:48.265169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.266293000, lastModified=2022-07-06 18:36:48.265169000, delta=1124000 ns, racy<=17500 ns 18:36:48.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.266972000, lastModified=2022-07-06 18:36:48.265169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.265169000 to 2022-07-06 18:36:48.266169000 18:36:48.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.267572000, lastModified=2022-07-06 18:36:48.266169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.267572000, lastModified=2022-07-06 18:36:48.266169000, delta=1403000 ns, racy<=17500 ns 18:36:48.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.268650000, lastModified=2022-07-06 18:36:48.267169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.268650000, lastModified=2022-07-06 18:36:48.267169000, delta=1481000 ns, racy<=17500 ns 18:36:48.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.269334000, lastModified=2022-07-06 18:36:48.268169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.269334000, lastModified=2022-07-06 18:36:48.268169000, delta=1165000 ns, racy<=17500 ns 18:36:48.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.270066000, lastModified=2022-07-06 18:36:48.269169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.270066000, lastModified=2022-07-06 18:36:48.269169000, delta=897000 ns, racy<=17500 ns 18:36:48.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.270700000, lastModified=2022-07-06 18:36:48.269169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.269169000 to 2022-07-06 18:36:48.270169000 18:36:48.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.271703000, lastModified=2022-07-06 18:36:48.270169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.270169000 to 2022-07-06 18:36:48.271169000 18:36:48.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.272436000, lastModified=2022-07-06 18:36:48.271169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.272436000, lastModified=2022-07-06 18:36:48.271169000, delta=1267000 ns, racy<=17500 ns 18:36:48.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.273089000, lastModified=2022-07-06 18:36:48.272169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.273089000, lastModified=2022-07-06 18:36:48.272169000, delta=920000 ns, racy<=17500 ns 18:36:48.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.273738000, lastModified=2022-07-06 18:36:48.272169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.272169000 to 2022-07-06 18:36:48.273169000 18:36:48.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.274281000, lastModified=2022-07-06 18:36:48.273169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.274281000, lastModified=2022-07-06 18:36:48.273169000, delta=1112000 ns, racy<=17500 ns 18:36:48.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.275432000, lastModified=2022-07-06 18:36:48.274169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.275432000, lastModified=2022-07-06 18:36:48.274169000, delta=1263000 ns, racy<=17500 ns 18:36:48.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.276033000, lastModified=2022-07-06 18:36:48.275169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.276033000, lastModified=2022-07-06 18:36:48.275169000, delta=864000 ns, racy<=17500 ns 18:36:48.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.276610000, lastModified=2022-07-06 18:36:48.275169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.276610000, lastModified=2022-07-06 18:36:48.275169000, delta=1441000 ns, racy<=17500 ns 18:36:48.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.277264000, lastModified=2022-07-06 18:36:48.276169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.277264000, lastModified=2022-07-06 18:36:48.276169000, delta=1095000 ns, racy<=17500 ns 18:36:48.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.278395000, lastModified=2022-07-06 18:36:48.276169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.276169000 to 2022-07-06 18:36:48.277169000 18:36:48.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.279104000, lastModified=2022-07-06 18:36:48.278169000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.279104000, lastModified=2022-07-06 18:36:48.278169000, delta=935000 ns, racy<=17500 ns 18:36:48.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.337269000, lastModified=2022-07-06 18:36:48.336170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.337269000, lastModified=2022-07-06 18:36:48.336170000, delta=1099000 ns, racy<=17500 ns 18:36:48.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.338531000, lastModified=2022-07-06 18:36:48.337170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.338531000, lastModified=2022-07-06 18:36:48.337170000, delta=1361000 ns, racy<=17500 ns 18:36:48.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.339166000, lastModified=2022-07-06 18:36:48.338170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.339166000, lastModified=2022-07-06 18:36:48.338170000, delta=996000 ns, racy<=17500 ns 18:36:48.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.340459000, lastModified=2022-07-06 18:36:48.339170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.340459000, lastModified=2022-07-06 18:36:48.339170000, delta=1289000 ns, racy<=17500 ns 18:36:48.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.341297000, lastModified=2022-07-06 18:36:48.340170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.341297000, lastModified=2022-07-06 18:36:48.340170000, delta=1127000 ns, racy<=17500 ns 18:36:48.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.342060000, lastModified=2022-07-06 18:36:48.341170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.342060000, lastModified=2022-07-06 18:36:48.341170000, delta=890000 ns, racy<=17500 ns 18:36:48.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.342765000, lastModified=2022-07-06 18:36:48.341170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.341170000 to 2022-07-06 18:36:48.342170000 18:36:48.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.343845000, lastModified=2022-07-06 18:36:48.342170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.342170000 to 2022-07-06 18:36:48.343170000 18:36:48.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.344585000, lastModified=2022-07-06 18:36:48.343170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.344585000, lastModified=2022-07-06 18:36:48.343170000, delta=1415000 ns, racy<=17500 ns 18:36:48.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.345141000, lastModified=2022-07-06 18:36:48.344170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.345141000, lastModified=2022-07-06 18:36:48.344170000, delta=971000 ns, racy<=17500 ns 18:36:48.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.345729000, lastModified=2022-07-06 18:36:48.344170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.345729000, lastModified=2022-07-06 18:36:48.344170000, delta=1559000 ns, racy<=17500 ns 18:36:48.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.346234000, lastModified=2022-07-06 18:36:48.345170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.346234000, lastModified=2022-07-06 18:36:48.345170000, delta=1064000 ns, racy<=17500 ns 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.347323000, lastModified=2022-07-06 18:36:48.346170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.347323000, lastModified=2022-07-06 18:36:48.346170000, delta=1153000 ns, racy<=17500 ns 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.347771000, lastModified=2022-07-06 18:36:48.346170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.346170000 to 2022-07-06 18:36:48.347170000 18:36:48.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.348317000, lastModified=2022-07-06 18:36:48.347170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.348317000, lastModified=2022-07-06 18:36:48.347170000, delta=1147000 ns, racy<=17500 ns 18:36:48.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.348877000, lastModified=2022-07-06 18:36:48.347170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.347170000 to 2022-07-06 18:36:48.348170000 18:36:48.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.350035000, lastModified=2022-07-06 18:36:48.348170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.348170000 to 2022-07-06 18:36:48.349170000 18:36:48.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.350670000, lastModified=2022-07-06 18:36:48.349170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.350670000, lastModified=2022-07-06 18:36:48.349170000, delta=1500000 ns, racy<=17500 ns 18:36:48.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.351387000, lastModified=2022-07-06 18:36:48.350170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.351387000, lastModified=2022-07-06 18:36:48.350170000, delta=1217000 ns, racy<=17500 ns 18:36:48.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.352074000, lastModified=2022-07-06 18:36:48.351170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.352074000, lastModified=2022-07-06 18:36:48.351170000, delta=904000 ns, racy<=17500 ns 18:36:48.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.352572000, lastModified=2022-07-06 18:36:48.351170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.352572000, lastModified=2022-07-06 18:36:48.351170000, delta=1402000 ns, racy<=17500 ns 18:36:48.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.353555000, lastModified=2022-07-06 18:36:48.352170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.353555000, lastModified=2022-07-06 18:36:48.352170000, delta=1385000 ns, racy<=17500 ns 18:36:48.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.354054000, lastModified=2022-07-06 18:36:48.353170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.354054000, lastModified=2022-07-06 18:36:48.353170000, delta=884000 ns, racy<=17500 ns 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.354511000, lastModified=2022-07-06 18:36:48.353170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.354511000, lastModified=2022-07-06 18:36:48.353170000, delta=1341000 ns, racy<=17500 ns 18:36:48.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.355102000, lastModified=2022-07-06 18:36:48.354170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.355102000, lastModified=2022-07-06 18:36:48.354170000, delta=932000 ns, racy<=17500 ns 18:36:48.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.356254000, lastModified=2022-07-06 18:36:48.354170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.354170000 to 2022-07-06 18:36:48.355170000 18:36:48.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.356816000, lastModified=2022-07-06 18:36:48.355170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.355170000 to 2022-07-06 18:36:48.356170000 18:36:48.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.357487000, lastModified=2022-07-06 18:36:48.356170000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.357487000, lastModified=2022-07-06 18:36:48.356170000, delta=1317000 ns, racy<=17500 ns 18:36:48.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.358156000, lastModified=2022-07-06 18:36:48.357171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.358156000, lastModified=2022-07-06 18:36:48.357171000, delta=985000 ns, racy<=17500 ns 18:36:48.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.358640000, lastModified=2022-07-06 18:36:48.357171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.358640000, lastModified=2022-07-06 18:36:48.357171000, delta=1469000 ns, racy<=17500 ns 18:36:48.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.359794000, lastModified=2022-07-06 18:36:48.358171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.358171000 to 2022-07-06 18:36:48.359171000 18:36:48.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.360362000, lastModified=2022-07-06 18:36:48.359171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.360362000, lastModified=2022-07-06 18:36:48.359171000, delta=1191000 ns, racy<=17500 ns 18:36:48.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.360833000, lastModified=2022-07-06 18:36:48.359171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.359171000 to 2022-07-06 18:36:48.360171000 18:36:48.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.361293000, lastModified=2022-07-06 18:36:48.360171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.361293000, lastModified=2022-07-06 18:36:48.360171000, delta=1122000 ns, racy<=17500 ns 18:36:48.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.362295000, lastModified=2022-07-06 18:36:48.360171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.360171000 to 2022-07-06 18:36:48.361171000 18:36:48.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.362800000, lastModified=2022-07-06 18:36:48.361171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.361171000 to 2022-07-06 18:36:48.362171000 18:36:48.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.363363000, lastModified=2022-07-06 18:36:48.362171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.363363000, lastModified=2022-07-06 18:36:48.362171000, delta=1192000 ns, racy<=17500 ns 18:36:48.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.363929000, lastModified=2022-07-06 18:36:48.362171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.362171000 to 2022-07-06 18:36:48.363171000 18:36:48.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.364351000, lastModified=2022-07-06 18:36:48.363171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.364351000, lastModified=2022-07-06 18:36:48.363171000, delta=1180000 ns, racy<=17500 ns 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.365261000, lastModified=2022-07-06 18:36:48.364171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.365261000, lastModified=2022-07-06 18:36:48.364171000, delta=1090000 ns, racy<=17500 ns 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.365775000, lastModified=2022-07-06 18:36:48.364171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.364171000 to 2022-07-06 18:36:48.365171000 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.366275000, lastModified=2022-07-06 18:36:48.365171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.366275000, lastModified=2022-07-06 18:36:48.365171000, delta=1104000 ns, racy<=17500 ns 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.366696000, lastModified=2022-07-06 18:36:48.365171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.366696000, lastModified=2022-07-06 18:36:48.365171000, delta=1525000 ns, racy<=17500 ns 18:36:48.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.367709000, lastModified=2022-07-06 18:36:48.366171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.366171000 to 2022-07-06 18:36:48.367171000 18:36:48.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.368248000, lastModified=2022-07-06 18:36:48.367171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.368248000, lastModified=2022-07-06 18:36:48.367171000, delta=1077000 ns, racy<=17500 ns 18:36:48.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.368749000, lastModified=2022-07-06 18:36:48.367171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.367171000 to 2022-07-06 18:36:48.368171000 18:36:48.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.369214000, lastModified=2022-07-06 18:36:48.368171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.369214000, lastModified=2022-07-06 18:36:48.368171000, delta=1043000 ns, racy<=17500 ns 18:36:48.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.369638000, lastModified=2022-07-06 18:36:48.368171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.369638000, lastModified=2022-07-06 18:36:48.368171000, delta=1467000 ns, racy<=17500 ns 18:36:48.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.370778000, lastModified=2022-07-06 18:36:48.369171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.369171000 to 2022-07-06 18:36:48.370171000 18:36:48.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.371407000, lastModified=2022-07-06 18:36:48.370171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.371407000, lastModified=2022-07-06 18:36:48.370171000, delta=1236000 ns, racy<=17500 ns 18:36:48.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.372013000, lastModified=2022-07-06 18:36:48.371171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.372013000, lastModified=2022-07-06 18:36:48.371171000, delta=842000 ns, racy<=17500 ns 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.372500000, lastModified=2022-07-06 18:36:48.371171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.372500000, lastModified=2022-07-06 18:36:48.371171000, delta=1329000 ns, racy<=17500 ns 18:36:48.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.373475000, lastModified=2022-07-06 18:36:48.371171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.371171000 to 2022-07-06 18:36:48.372171000 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.373996000, lastModified=2022-07-06 18:36:48.373171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.373996000, lastModified=2022-07-06 18:36:48.373171000, delta=825000 ns, racy<=17500 ns 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.374469000, lastModified=2022-07-06 18:36:48.373171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.374469000, lastModified=2022-07-06 18:36:48.373171000, delta=1298000 ns, racy<=17500 ns 18:36:48.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.374956000, lastModified=2022-07-06 18:36:48.373171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.373171000 to 2022-07-06 18:36:48.374171000 18:36:48.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.375543000, lastModified=2022-07-06 18:36:48.374171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.375543000, lastModified=2022-07-06 18:36:48.374171000, delta=1372000 ns, racy<=17500 ns 18:36:48.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.376717000, lastModified=2022-07-06 18:36:48.375171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.375171000 to 2022-07-06 18:36:48.376171000 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.377238000, lastModified=2022-07-06 18:36:48.376171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.377238000, lastModified=2022-07-06 18:36:48.376171000, delta=1067000 ns, racy<=17500 ns 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.377674000, lastModified=2022-07-06 18:36:48.376171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.377674000, lastModified=2022-07-06 18:36:48.376171000, delta=1503000 ns, racy<=17500 ns 18:36:48.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.378178000, lastModified=2022-07-06 18:36:48.377171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.378178000, lastModified=2022-07-06 18:36:48.377171000, delta=1007000 ns, racy<=17500 ns 18:36:48.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.379130000, lastModified=2022-07-06 18:36:48.377171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.377171000 to 2022-07-06 18:36:48.378171000 18:36:48.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.379591000, lastModified=2022-07-06 18:36:48.378171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.379591000, lastModified=2022-07-06 18:36:48.378171000, delta=1420000 ns, racy<=17500 ns 18:36:48.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.380076000, lastModified=2022-07-06 18:36:48.379171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.380076000, lastModified=2022-07-06 18:36:48.379171000, delta=905000 ns, racy<=17500 ns 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.380531000, lastModified=2022-07-06 18:36:48.379171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.380531000, lastModified=2022-07-06 18:36:48.379171000, delta=1360000 ns, racy<=17500 ns 18:36:48.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.381068000, lastModified=2022-07-06 18:36:48.380171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.381068000, lastModified=2022-07-06 18:36:48.380171000, delta=897000 ns, racy<=17500 ns 18:36:48.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.382107000, lastModified=2022-07-06 18:36:48.381171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.382107000, lastModified=2022-07-06 18:36:48.381171000, delta=936000 ns, racy<=17500 ns 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.382579000, lastModified=2022-07-06 18:36:48.381171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.382579000, lastModified=2022-07-06 18:36:48.381171000, delta=1408000 ns, racy<=17500 ns 18:36:48.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.383176000, lastModified=2022-07-06 18:36:48.382171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.383176000, lastModified=2022-07-06 18:36:48.382171000, delta=1005000 ns, racy<=17500 ns 18:36:48.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.383751000, lastModified=2022-07-06 18:36:48.382171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.382171000 to 2022-07-06 18:36:48.383171000 18:36:48.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.384720000, lastModified=2022-07-06 18:36:48.383171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.383171000 to 2022-07-06 18:36:48.384171000 18:36:48.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.436681000, lastModified=2022-07-06 18:36:48.384171000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.384171000 to 2022-07-06 18:36:48.436172000 18:36:48.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.437541000, lastModified=2022-07-06 18:36:48.436172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.437541000, lastModified=2022-07-06 18:36:48.436172000, delta=1369000 ns, racy<=17500 ns 18:36:48.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.438122000, lastModified=2022-07-06 18:36:48.437172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.438122000, lastModified=2022-07-06 18:36:48.437172000, delta=950000 ns, racy<=17500 ns 18:36:48.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.438638000, lastModified=2022-07-06 18:36:48.437172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.438638000, lastModified=2022-07-06 18:36:48.437172000, delta=1466000 ns, racy<=17500 ns 18:36:48.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.439956000, lastModified=2022-07-06 18:36:48.438172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.438172000 to 2022-07-06 18:36:48.439172000 18:36:48.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.440318000, lastModified=2022-07-06 18:36:48.439172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.440318000, lastModified=2022-07-06 18:36:48.439172000, delta=1146000 ns, racy<=17500 ns 18:36:48.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.440745000, lastModified=2022-07-06 18:36:48.439172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.439172000 to 2022-07-06 18:36:48.440172000 18:36:48.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.441268000, lastModified=2022-07-06 18:36:48.440172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.441268000, lastModified=2022-07-06 18:36:48.440172000, delta=1096000 ns, racy<=17500 ns 18:36:48.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.442300000, lastModified=2022-07-06 18:36:48.440172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.440172000 to 2022-07-06 18:36:48.441172000 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.443018000, lastModified=2022-07-06 18:36:48.442172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.443018000, lastModified=2022-07-06 18:36:48.442172000, delta=846000 ns, racy<=17500 ns 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.443615000, lastModified=2022-07-06 18:36:48.442172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.443615000, lastModified=2022-07-06 18:36:48.442172000, delta=1443000 ns, racy<=17500 ns 18:36:48.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.444209000, lastModified=2022-07-06 18:36:48.443172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.444209000, lastModified=2022-07-06 18:36:48.443172000, delta=1037000 ns, racy<=17500 ns 18:36:48.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.444847000, lastModified=2022-07-06 18:36:48.443172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.443172000 to 2022-07-06 18:36:48.444172000 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.446047000, lastModified=2022-07-06 18:36:48.445172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.446047000, lastModified=2022-07-06 18:36:48.445172000, delta=875000 ns, racy<=17500 ns 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.446570000, lastModified=2022-07-06 18:36:48.445172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.446570000, lastModified=2022-07-06 18:36:48.445172000, delta=1398000 ns, racy<=17500 ns 18:36:48.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.447032000, lastModified=2022-07-06 18:36:48.446172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.447032000, lastModified=2022-07-06 18:36:48.446172000, delta=860000 ns, racy<=17500 ns 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.447516000, lastModified=2022-07-06 18:36:48.446172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.447516000, lastModified=2022-07-06 18:36:48.446172000, delta=1344000 ns, racy<=17500 ns 18:36:48.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.448467000, lastModified=2022-07-06 18:36:48.446172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.446172000 to 2022-07-06 18:36:48.447172000 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.449050000, lastModified=2022-07-06 18:36:48.448172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.449050000, lastModified=2022-07-06 18:36:48.448172000, delta=878000 ns, racy<=17500 ns 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.449537000, lastModified=2022-07-06 18:36:48.448172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.449537000, lastModified=2022-07-06 18:36:48.448172000, delta=1365000 ns, racy<=17500 ns 18:36:48.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.449983000, lastModified=2022-07-06 18:36:48.448172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.448172000 to 2022-07-06 18:36:48.449172000 18:36:48.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.450356000, lastModified=2022-07-06 18:36:48.449172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.450356000, lastModified=2022-07-06 18:36:48.449172000, delta=1184000 ns, racy<=17500 ns 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.451346000, lastModified=2022-07-06 18:36:48.450172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.451346000, lastModified=2022-07-06 18:36:48.450172000, delta=1174000 ns, racy<=17500 ns 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.451772000, lastModified=2022-07-06 18:36:48.450172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.450172000 to 2022-07-06 18:36:48.451172000 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.452186000, lastModified=2022-07-06 18:36:48.451172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.452186000, lastModified=2022-07-06 18:36:48.451172000, delta=1014000 ns, racy<=17500 ns 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.452567000, lastModified=2022-07-06 18:36:48.451172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.452567000, lastModified=2022-07-06 18:36:48.451172000, delta=1395000 ns, racy<=17500 ns 18:36:48.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.453566000, lastModified=2022-07-06 18:36:48.452172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.453566000, lastModified=2022-07-06 18:36:48.452172000, delta=1394000 ns, racy<=17500 ns 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.454271000, lastModified=2022-07-06 18:36:48.453172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.454271000, lastModified=2022-07-06 18:36:48.453172000, delta=1099000 ns, racy<=17500 ns 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.454810000, lastModified=2022-07-06 18:36:48.453172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.453172000 to 2022-07-06 18:36:48.454172000 18:36:48.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.455342000, lastModified=2022-07-06 18:36:48.454172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.455342000, lastModified=2022-07-06 18:36:48.454172000, delta=1170000 ns, racy<=17500 ns 18:36:48.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.455841000, lastModified=2022-07-06 18:36:48.454172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.454172000 to 2022-07-06 18:36:48.455172000 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.456992000, lastModified=2022-07-06 18:36:48.455172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.455172000 to 2022-07-06 18:36:48.456172000 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.457474000, lastModified=2022-07-06 18:36:48.456172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.457474000, lastModified=2022-07-06 18:36:48.456172000, delta=1302000 ns, racy<=17500 ns 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.457908000, lastModified=2022-07-06 18:36:48.456172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.456172000 to 2022-07-06 18:36:48.457172000 18:36:48.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.458417000, lastModified=2022-07-06 18:36:48.457172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.458417000, lastModified=2022-07-06 18:36:48.457172000, delta=1245000 ns, racy<=17500 ns 18:36:48.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.459261000, lastModified=2022-07-06 18:36:48.457172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.457172000 to 2022-07-06 18:36:48.458172000 18:36:48.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.459812000, lastModified=2022-07-06 18:36:48.458172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.458172000 to 2022-07-06 18:36:48.459172000 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.460266000, lastModified=2022-07-06 18:36:48.459172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.460266000, lastModified=2022-07-06 18:36:48.459172000, delta=1094000 ns, racy<=17500 ns 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.460642000, lastModified=2022-07-06 18:36:48.459172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.460642000, lastModified=2022-07-06 18:36:48.459172000, delta=1470000 ns, racy<=17500 ns 18:36:48.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.461061000, lastModified=2022-07-06 18:36:48.460172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.461061000, lastModified=2022-07-06 18:36:48.460172000, delta=889000 ns, racy<=17500 ns 18:36:48.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.462112000, lastModified=2022-07-06 18:36:48.461172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.462112000, lastModified=2022-07-06 18:36:48.461172000, delta=940000 ns, racy<=17500 ns 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.462499000, lastModified=2022-07-06 18:36:48.461172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.462499000, lastModified=2022-07-06 18:36:48.461172000, delta=1327000 ns, racy<=17500 ns 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.462857000, lastModified=2022-07-06 18:36:48.461172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.461172000 to 2022-07-06 18:36:48.462172000 18:36:48.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.463287000, lastModified=2022-07-06 18:36:48.462172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.463287000, lastModified=2022-07-06 18:36:48.462172000, delta=1115000 ns, racy<=17500 ns 18:36:48.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.464177000, lastModified=2022-07-06 18:36:48.462172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.462172000 to 2022-07-06 18:36:48.463172000 18:36:48.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.464677000, lastModified=2022-07-06 18:36:48.463172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.464677000, lastModified=2022-07-06 18:36:48.463172000, delta=1505000 ns, racy<=17500 ns 18:36:48.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.465120000, lastModified=2022-07-06 18:36:48.464172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.465120000, lastModified=2022-07-06 18:36:48.464172000, delta=948000 ns, racy<=17500 ns 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.465509000, lastModified=2022-07-06 18:36:48.464172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.465509000, lastModified=2022-07-06 18:36:48.464172000, delta=1337000 ns, racy<=17500 ns 18:36:48.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.466060000, lastModified=2022-07-06 18:36:48.465172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.466060000, lastModified=2022-07-06 18:36:48.465172000, delta=888000 ns, racy<=17500 ns 18:36:48.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.467122000, lastModified=2022-07-06 18:36:48.466172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.467122000, lastModified=2022-07-06 18:36:48.466172000, delta=950000 ns, racy<=17500 ns 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.467608000, lastModified=2022-07-06 18:36:48.466172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.467608000, lastModified=2022-07-06 18:36:48.466172000, delta=1436000 ns, racy<=17500 ns 18:36:48.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.468061000, lastModified=2022-07-06 18:36:48.467172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.468061000, lastModified=2022-07-06 18:36:48.467172000, delta=889000 ns, racy<=17500 ns 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.468441000, lastModified=2022-07-06 18:36:48.467172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.468441000, lastModified=2022-07-06 18:36:48.467172000, delta=1269000 ns, racy<=17500 ns 18:36:48.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.469200000, lastModified=2022-07-06 18:36:48.467172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.467172000 to 2022-07-06 18:36:48.468172000 18:36:48.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.469745000, lastModified=2022-07-06 18:36:48.468172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.468172000 to 2022-07-06 18:36:48.469172000 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.470270000, lastModified=2022-07-06 18:36:48.469172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.470270000, lastModified=2022-07-06 18:36:48.469172000, delta=1098000 ns, racy<=17500 ns 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.470664000, lastModified=2022-07-06 18:36:48.469172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.470664000, lastModified=2022-07-06 18:36:48.469172000, delta=1492000 ns, racy<=17500 ns 18:36:48.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.471076000, lastModified=2022-07-06 18:36:48.470172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.471076000, lastModified=2022-07-06 18:36:48.470172000, delta=904000 ns, racy<=17500 ns 18:36:48.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.472132000, lastModified=2022-07-06 18:36:48.471172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.472132000, lastModified=2022-07-06 18:36:48.471172000, delta=960000 ns, racy<=17500 ns 18:36:48.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.472745000, lastModified=2022-07-06 18:36:48.471172000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.472745000, lastModified=2022-07-06 18:36:48.471172000, delta=1573000 ns, racy<=17500 ns 18:36:48.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.473286000, lastModified=2022-07-06 18:36:48.472173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.473286000, lastModified=2022-07-06 18:36:48.472173000, delta=1113000 ns, racy<=17500 ns 18:36:48.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.473837000, lastModified=2022-07-06 18:36:48.472173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.472173000 to 2022-07-06 18:36:48.473173000 18:36:48.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.474906000, lastModified=2022-07-06 18:36:48.473173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.473173000 to 2022-07-06 18:36:48.474173000 18:36:48.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.475566000, lastModified=2022-07-06 18:36:48.474173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.475566000, lastModified=2022-07-06 18:36:48.474173000, delta=1393000 ns, racy<=17500 ns 18:36:48.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.476056000, lastModified=2022-07-06 18:36:48.475173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.476056000, lastModified=2022-07-06 18:36:48.475173000, delta=883000 ns, racy<=17500 ns 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.476488000, lastModified=2022-07-06 18:36:48.475173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.476488000, lastModified=2022-07-06 18:36:48.475173000, delta=1315000 ns, racy<=17500 ns 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.476839000, lastModified=2022-07-06 18:36:48.475173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.475173000 to 2022-07-06 18:36:48.476173000 18:36:48.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.477832000, lastModified=2022-07-06 18:36:48.476173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.476173000 to 2022-07-06 18:36:48.477173000 18:36:48.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.478377000, lastModified=2022-07-06 18:36:48.477173000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.478377000, lastModified=2022-07-06 18:36:48.477173000, delta=1204000 ns, racy<=17500 ns 18:36:48.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.537164000, lastModified=2022-07-06 18:36:48.536174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.537164000, lastModified=2022-07-06 18:36:48.536174000, delta=990000 ns, racy<=17500 ns 18:36:48.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.537798000, lastModified=2022-07-06 18:36:48.536174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.536174000 to 2022-07-06 18:36:48.537174000 18:36:48.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.538694000, lastModified=2022-07-06 18:36:48.537174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.538694000, lastModified=2022-07-06 18:36:48.537174000, delta=1520000 ns, racy<=17500 ns 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.539226000, lastModified=2022-07-06 18:36:48.538174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.539226000, lastModified=2022-07-06 18:36:48.538174000, delta=1052000 ns, racy<=17500 ns 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.539663000, lastModified=2022-07-06 18:36:48.538174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.539663000, lastModified=2022-07-06 18:36:48.538174000, delta=1489000 ns, racy<=17500 ns 18:36:48.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.540046000, lastModified=2022-07-06 18:36:48.539174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.540046000, lastModified=2022-07-06 18:36:48.539174000, delta=872000 ns, racy<=17500 ns 18:36:48.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.540469000, lastModified=2022-07-06 18:36:48.539174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.540469000, lastModified=2022-07-06 18:36:48.539174000, delta=1295000 ns, racy<=17500 ns 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.541444000, lastModified=2022-07-06 18:36:48.540174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.541444000, lastModified=2022-07-06 18:36:48.540174000, delta=1270000 ns, racy<=17500 ns 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.541941000, lastModified=2022-07-06 18:36:48.540174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.540174000 to 2022-07-06 18:36:48.541174000 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.542306000, lastModified=2022-07-06 18:36:48.541174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.542306000, lastModified=2022-07-06 18:36:48.541174000, delta=1132000 ns, racy<=17500 ns 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.542623000, lastModified=2022-07-06 18:36:48.541174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.542623000, lastModified=2022-07-06 18:36:48.541174000, delta=1449000 ns, racy<=17500 ns 18:36:48.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.543375000, lastModified=2022-07-06 18:36:48.541174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.541174000 to 2022-07-06 18:36:48.542174000 18:36:48.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.543853000, lastModified=2022-07-06 18:36:48.542174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.542174000 to 2022-07-06 18:36:48.543174000 18:36:48.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.544316000, lastModified=2022-07-06 18:36:48.543174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.544316000, lastModified=2022-07-06 18:36:48.543174000, delta=1142000 ns, racy<=17500 ns 18:36:48.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.544739000, lastModified=2022-07-06 18:36:48.543174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.544739000, lastModified=2022-07-06 18:36:48.543174000, delta=1565000 ns, racy<=17500 ns 18:36:48.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.545165000, lastModified=2022-07-06 18:36:48.544174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.545165000, lastModified=2022-07-06 18:36:48.544174000, delta=991000 ns, racy<=17500 ns 18:36:48.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.546056000, lastModified=2022-07-06 18:36:48.545174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.546056000, lastModified=2022-07-06 18:36:48.545174000, delta=882000 ns, racy<=17500 ns 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.546414000, lastModified=2022-07-06 18:36:48.545174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.546414000, lastModified=2022-07-06 18:36:48.545174000, delta=1240000 ns, racy<=17500 ns 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.546748000, lastModified=2022-07-06 18:36:48.545174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.546748000, lastModified=2022-07-06 18:36:48.545174000, delta=1574000 ns, racy<=17500 ns 18:36:48.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.547226000, lastModified=2022-07-06 18:36:48.546174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.547226000, lastModified=2022-07-06 18:36:48.546174000, delta=1052000 ns, racy<=17500 ns 18:36:48.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.548036000, lastModified=2022-07-06 18:36:48.546174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.546174000 to 2022-07-06 18:36:48.547174000 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.548441000, lastModified=2022-07-06 18:36:48.547174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.548441000, lastModified=2022-07-06 18:36:48.547174000, delta=1267000 ns, racy<=17500 ns 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.548765000, lastModified=2022-07-06 18:36:48.547174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.548765000, lastModified=2022-07-06 18:36:48.547174000, delta=1591000 ns, racy<=17500 ns 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.549210000, lastModified=2022-07-06 18:36:48.548174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.549210000, lastModified=2022-07-06 18:36:48.548174000, delta=1036000 ns, racy<=17500 ns 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.549567000, lastModified=2022-07-06 18:36:48.548174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.549567000, lastModified=2022-07-06 18:36:48.548174000, delta=1393000 ns, racy<=17500 ns 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.550501000, lastModified=2022-07-06 18:36:48.549174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.550501000, lastModified=2022-07-06 18:36:48.549174000, delta=1327000 ns, racy<=17500 ns 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.550864000, lastModified=2022-07-06 18:36:48.549174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.549174000 to 2022-07-06 18:36:48.550174000 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.551258000, lastModified=2022-07-06 18:36:48.550174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.551258000, lastModified=2022-07-06 18:36:48.550174000, delta=1084000 ns, racy<=17500 ns 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.551644000, lastModified=2022-07-06 18:36:48.550174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.551644000, lastModified=2022-07-06 18:36:48.550174000, delta=1470000 ns, racy<=17500 ns 18:36:48.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.552459000, lastModified=2022-07-06 18:36:48.551174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.552459000, lastModified=2022-07-06 18:36:48.551174000, delta=1285000 ns, racy<=17500 ns 18:36:48.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.552943000, lastModified=2022-07-06 18:36:48.551174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.551174000 to 2022-07-06 18:36:48.552174000 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.553287000, lastModified=2022-07-06 18:36:48.552174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.553287000, lastModified=2022-07-06 18:36:48.552174000, delta=1113000 ns, racy<=17500 ns 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.553670000, lastModified=2022-07-06 18:36:48.552174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.553670000, lastModified=2022-07-06 18:36:48.552174000, delta=1496000 ns, racy<=17500 ns 18:36:48.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.554141000, lastModified=2022-07-06 18:36:48.553174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.554141000, lastModified=2022-07-06 18:36:48.553174000, delta=967000 ns, racy<=17500 ns 18:36:48.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.555091000, lastModified=2022-07-06 18:36:48.554174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.555091000, lastModified=2022-07-06 18:36:48.554174000, delta=917000 ns, racy<=17500 ns 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.555540000, lastModified=2022-07-06 18:36:48.554174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.555540000, lastModified=2022-07-06 18:36:48.554174000, delta=1366000 ns, racy<=17500 ns 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.555874000, lastModified=2022-07-06 18:36:48.554174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.554174000 to 2022-07-06 18:36:48.555174000 18:36:48.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.556475000, lastModified=2022-07-06 18:36:48.555174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.556475000, lastModified=2022-07-06 18:36:48.555174000, delta=1301000 ns, racy<=17500 ns 18:36:48.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.557255000, lastModified=2022-07-06 18:36:48.555174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.555174000 to 2022-07-06 18:36:48.556174000 18:36:48.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.557820000, lastModified=2022-07-06 18:36:48.556174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.556174000 to 2022-07-06 18:36:48.557174000 18:36:48.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.558297000, lastModified=2022-07-06 18:36:48.557174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.558297000, lastModified=2022-07-06 18:36:48.557174000, delta=1123000 ns, racy<=17500 ns 18:36:48.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.558751000, lastModified=2022-07-06 18:36:48.557174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.558751000, lastModified=2022-07-06 18:36:48.557174000, delta=1577000 ns, racy<=17500 ns 18:36:48.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.559216000, lastModified=2022-07-06 18:36:48.558174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.559216000, lastModified=2022-07-06 18:36:48.558174000, delta=1042000 ns, racy<=17500 ns 18:36:48.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.560048000, lastModified=2022-07-06 18:36:48.559174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.560048000, lastModified=2022-07-06 18:36:48.559174000, delta=874000 ns, racy<=17500 ns 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.560388000, lastModified=2022-07-06 18:36:48.559174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.560388000, lastModified=2022-07-06 18:36:48.559174000, delta=1214000 ns, racy<=17500 ns 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.560731000, lastModified=2022-07-06 18:36:48.559174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.560731000, lastModified=2022-07-06 18:36:48.559174000, delta=1557000 ns, racy<=17500 ns 18:36:48.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.561090000, lastModified=2022-07-06 18:36:48.560174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.561090000, lastModified=2022-07-06 18:36:48.560174000, delta=916000 ns, racy<=17500 ns 18:36:48.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.561796000, lastModified=2022-07-06 18:36:48.560174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.560174000 to 2022-07-06 18:36:48.561174000 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.562322000, lastModified=2022-07-06 18:36:48.561174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.562322000, lastModified=2022-07-06 18:36:48.561174000, delta=1148000 ns, racy<=17500 ns 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.562703000, lastModified=2022-07-06 18:36:48.561174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.562703000, lastModified=2022-07-06 18:36:48.561174000, delta=1529000 ns, racy<=17500 ns 18:36:48.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.563118000, lastModified=2022-07-06 18:36:48.562174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.563118000, lastModified=2022-07-06 18:36:48.562174000, delta=944000 ns, racy<=17500 ns 18:36:48.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.563544000, lastModified=2022-07-06 18:36:48.562174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.563544000, lastModified=2022-07-06 18:36:48.562174000, delta=1370000 ns, racy<=17500 ns 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.564401000, lastModified=2022-07-06 18:36:48.563174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.564401000, lastModified=2022-07-06 18:36:48.563174000, delta=1227000 ns, racy<=17500 ns 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.564817000, lastModified=2022-07-06 18:36:48.563174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.563174000 to 2022-07-06 18:36:48.564174000 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.565228000, lastModified=2022-07-06 18:36:48.564174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.565228000, lastModified=2022-07-06 18:36:48.564174000, delta=1054000 ns, racy<=17500 ns 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.565624000, lastModified=2022-07-06 18:36:48.564174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.565624000, lastModified=2022-07-06 18:36:48.564174000, delta=1450000 ns, racy<=17500 ns 18:36:48.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.566594000, lastModified=2022-07-06 18:36:48.565174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.566594000, lastModified=2022-07-06 18:36:48.565174000, delta=1420000 ns, racy<=17500 ns 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.567215000, lastModified=2022-07-06 18:36:48.566174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.567215000, lastModified=2022-07-06 18:36:48.566174000, delta=1041000 ns, racy<=17500 ns 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.567615000, lastModified=2022-07-06 18:36:48.566174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.567615000, lastModified=2022-07-06 18:36:48.566174000, delta=1441000 ns, racy<=17500 ns 18:36:48.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.568143000, lastModified=2022-07-06 18:36:48.567174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.568143000, lastModified=2022-07-06 18:36:48.567174000, delta=969000 ns, racy<=17500 ns 18:36:48.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.568523000, lastModified=2022-07-06 18:36:48.567174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.568523000, lastModified=2022-07-06 18:36:48.567174000, delta=1349000 ns, racy<=17500 ns 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.569430000, lastModified=2022-07-06 18:36:48.568174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.569430000, lastModified=2022-07-06 18:36:48.568174000, delta=1256000 ns, racy<=17500 ns 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.569866000, lastModified=2022-07-06 18:36:48.568174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.568174000 to 2022-07-06 18:36:48.569174000 18:36:48.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.570324000, lastModified=2022-07-06 18:36:48.569174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.570324000, lastModified=2022-07-06 18:36:48.569174000, delta=1150000 ns, racy<=17500 ns 18:36:48.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.570811000, lastModified=2022-07-06 18:36:48.569174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.569174000 to 2022-07-06 18:36:48.570174000 18:36:48.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.571766000, lastModified=2022-07-06 18:36:48.570174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.570174000 to 2022-07-06 18:36:48.571174000 18:36:48.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.572471000, lastModified=2022-07-06 18:36:48.571174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.572471000, lastModified=2022-07-06 18:36:48.571174000, delta=1297000 ns, racy<=17500 ns 18:36:48.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.572878000, lastModified=2022-07-06 18:36:48.571174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.571174000 to 2022-07-06 18:36:48.572174000 18:36:48.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.573304000, lastModified=2022-07-06 18:36:48.572174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.573304000, lastModified=2022-07-06 18:36:48.572174000, delta=1130000 ns, racy<=17500 ns 18:36:48.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.573721000, lastModified=2022-07-06 18:36:48.572174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.573721000, lastModified=2022-07-06 18:36:48.572174000, delta=1547000 ns, racy<=17500 ns 18:36:48.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.574619000, lastModified=2022-07-06 18:36:48.573174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.574619000, lastModified=2022-07-06 18:36:48.573174000, delta=1445000 ns, racy<=17500 ns 18:36:48.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.575033000, lastModified=2022-07-06 18:36:48.574174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.575033000, lastModified=2022-07-06 18:36:48.574174000, delta=859000 ns, racy<=17500 ns 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.575420000, lastModified=2022-07-06 18:36:48.574174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.575420000, lastModified=2022-07-06 18:36:48.574174000, delta=1246000 ns, racy<=17500 ns 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.575794000, lastModified=2022-07-06 18:36:48.574174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.574174000 to 2022-07-06 18:36:48.575174000 18:36:48.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.576685000, lastModified=2022-07-06 18:36:48.575174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.575174000 to 2022-07-06 18:36:48.576174000 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.577279000, lastModified=2022-07-06 18:36:48.576174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.577279000, lastModified=2022-07-06 18:36:48.576174000, delta=1105000 ns, racy<=17500 ns 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.577653000, lastModified=2022-07-06 18:36:48.576174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.577653000, lastModified=2022-07-06 18:36:48.576174000, delta=1479000 ns, racy<=17500 ns 18:36:48.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.578070000, lastModified=2022-07-06 18:36:48.577174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.578070000, lastModified=2022-07-06 18:36:48.577174000, delta=896000 ns, racy<=17500 ns 18:36:48.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.578525000, lastModified=2022-07-06 18:36:48.577174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.578525000, lastModified=2022-07-06 18:36:48.577174000, delta=1351000 ns, racy<=17500 ns 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.579442000, lastModified=2022-07-06 18:36:48.578174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.579442000, lastModified=2022-07-06 18:36:48.578174000, delta=1268000 ns, racy<=17500 ns 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.579841000, lastModified=2022-07-06 18:36:48.578174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.578174000 to 2022-07-06 18:36:48.579174000 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.580243000, lastModified=2022-07-06 18:36:48.579174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.580243000, lastModified=2022-07-06 18:36:48.579174000, delta=1069000 ns, racy<=17500 ns 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.580633000, lastModified=2022-07-06 18:36:48.579174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.580633000, lastModified=2022-07-06 18:36:48.579174000, delta=1459000 ns, racy<=17500 ns 18:36:48.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.581538000, lastModified=2022-07-06 18:36:48.580174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.581538000, lastModified=2022-07-06 18:36:48.580174000, delta=1364000 ns, racy<=17500 ns 18:36:48.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.582062000, lastModified=2022-07-06 18:36:48.581174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.582062000, lastModified=2022-07-06 18:36:48.581174000, delta=888000 ns, racy<=17500 ns 18:36:48.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.582448000, lastModified=2022-07-06 18:36:48.581174000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.582448000, lastModified=2022-07-06 18:36:48.581174000, delta=1274000 ns, racy<=17500 ns 18:36:48.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.637329000, lastModified=2022-07-06 18:36:48.636175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.637329000, lastModified=2022-07-06 18:36:48.636175000, delta=1154000 ns, racy<=17500 ns 18:36:48.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.637940000, lastModified=2022-07-06 18:36:48.636175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.636175000 to 2022-07-06 18:36:48.637175000 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.639195000, lastModified=2022-07-06 18:36:48.638175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.639195000, lastModified=2022-07-06 18:36:48.638175000, delta=1020000 ns, racy<=17500 ns 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.639639000, lastModified=2022-07-06 18:36:48.638175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.639639000, lastModified=2022-07-06 18:36:48.638175000, delta=1464000 ns, racy<=17500 ns 18:36:48.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.640054000, lastModified=2022-07-06 18:36:48.639175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.640054000, lastModified=2022-07-06 18:36:48.639175000, delta=879000 ns, racy<=17500 ns 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.640474000, lastModified=2022-07-06 18:36:48.639175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.640474000, lastModified=2022-07-06 18:36:48.639175000, delta=1299000 ns, racy<=17500 ns 18:36:48.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.641478000, lastModified=2022-07-06 18:36:48.639175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.639175000 to 2022-07-06 18:36:48.640175000 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.642056000, lastModified=2022-07-06 18:36:48.641175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.642056000, lastModified=2022-07-06 18:36:48.641175000, delta=881000 ns, racy<=17500 ns 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.642510000, lastModified=2022-07-06 18:36:48.641175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.642510000, lastModified=2022-07-06 18:36:48.641175000, delta=1335000 ns, racy<=17500 ns 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.642941000, lastModified=2022-07-06 18:36:48.641175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.641175000 to 2022-07-06 18:36:48.642175000 18:36:48.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.643339000, lastModified=2022-07-06 18:36:48.642175000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.643339000, lastModified=2022-07-06 18:36:48.642175000, delta=1164000 ns, racy<=17500 ns 18:36:48.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.644257000, lastModified=2022-07-06 18:36:48.643176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.644257000, lastModified=2022-07-06 18:36:48.643176000, delta=1081000 ns, racy<=17500 ns 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.644669000, lastModified=2022-07-06 18:36:48.643176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.644669000, lastModified=2022-07-06 18:36:48.643176000, delta=1493000 ns, racy<=17500 ns 18:36:48.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.645055000, lastModified=2022-07-06 18:36:48.644176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.645055000, lastModified=2022-07-06 18:36:48.644176000, delta=879000 ns, racy<=17500 ns 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.645489000, lastModified=2022-07-06 18:36:48.644176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.645489000, lastModified=2022-07-06 18:36:48.644176000, delta=1313000 ns, racy<=17500 ns 18:36:48.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.646348000, lastModified=2022-07-06 18:36:48.644176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.644176000 to 2022-07-06 18:36:48.645176000 18:36:48.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.646923000, lastModified=2022-07-06 18:36:48.645176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.645176000 to 2022-07-06 18:36:48.646176000 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.647317000, lastModified=2022-07-06 18:36:48.646176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.647317000, lastModified=2022-07-06 18:36:48.646176000, delta=1141000 ns, racy<=17500 ns 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.647739000, lastModified=2022-07-06 18:36:48.646176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.647739000, lastModified=2022-07-06 18:36:48.646176000, delta=1563000 ns, racy<=17500 ns 18:36:48.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.648090000, lastModified=2022-07-06 18:36:48.647176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.648090000, lastModified=2022-07-06 18:36:48.647176000, delta=914000 ns, racy<=17500 ns 18:36:48.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.648973000, lastModified=2022-07-06 18:36:48.647176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.647176000 to 2022-07-06 18:36:48.648176000 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.649365000, lastModified=2022-07-06 18:36:48.648176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.649365000, lastModified=2022-07-06 18:36:48.648176000, delta=1189000 ns, racy<=17500 ns 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.649729000, lastModified=2022-07-06 18:36:48.648176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.649729000, lastModified=2022-07-06 18:36:48.648176000, delta=1553000 ns, racy<=17500 ns 18:36:48.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.650191000, lastModified=2022-07-06 18:36:48.649176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.650191000, lastModified=2022-07-06 18:36:48.649176000, delta=1015000 ns, racy<=17500 ns 18:36:48.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.651026000, lastModified=2022-07-06 18:36:48.649176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.649176000 to 2022-07-06 18:36:48.650176000 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.651523000, lastModified=2022-07-06 18:36:48.650176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.651523000, lastModified=2022-07-06 18:36:48.650176000, delta=1347000 ns, racy<=17500 ns 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.651943000, lastModified=2022-07-06 18:36:48.650176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.650176000 to 2022-07-06 18:36:48.651176000 18:36:48.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.652328000, lastModified=2022-07-06 18:36:48.651176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.652328000, lastModified=2022-07-06 18:36:48.651176000, delta=1152000 ns, racy<=17500 ns 18:36:48.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.652698000, lastModified=2022-07-06 18:36:48.651176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.652698000, lastModified=2022-07-06 18:36:48.651176000, delta=1522000 ns, racy<=17500 ns 18:36:48.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.653646000, lastModified=2022-07-06 18:36:48.652176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.653646000, lastModified=2022-07-06 18:36:48.652176000, delta=1470000 ns, racy<=17500 ns 18:36:48.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.654042000, lastModified=2022-07-06 18:36:48.653176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.654042000, lastModified=2022-07-06 18:36:48.653176000, delta=866000 ns, racy<=17500 ns 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.654425000, lastModified=2022-07-06 18:36:48.653176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.654425000, lastModified=2022-07-06 18:36:48.653176000, delta=1249000 ns, racy<=17500 ns 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.654776000, lastModified=2022-07-06 18:36:48.653176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.654776000, lastModified=2022-07-06 18:36:48.653176000, delta=1600000 ns, racy<=17500 ns 18:36:48.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.655643000, lastModified=2022-07-06 18:36:48.654176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.654176000 to 2022-07-06 18:36:48.655176000 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.656261000, lastModified=2022-07-06 18:36:48.655176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.656261000, lastModified=2022-07-06 18:36:48.655176000, delta=1085000 ns, racy<=17500 ns 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.656630000, lastModified=2022-07-06 18:36:48.655176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.656630000, lastModified=2022-07-06 18:36:48.655176000, delta=1454000 ns, racy<=17500 ns 18:36:48.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.657043000, lastModified=2022-07-06 18:36:48.656176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.657043000, lastModified=2022-07-06 18:36:48.656176000, delta=867000 ns, racy<=17500 ns 18:36:48.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.657449000, lastModified=2022-07-06 18:36:48.656176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.657449000, lastModified=2022-07-06 18:36:48.656176000, delta=1273000 ns, racy<=17500 ns 18:36:48.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.658517000, lastModified=2022-07-06 18:36:48.657176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.658517000, lastModified=2022-07-06 18:36:48.657176000, delta=1341000 ns, racy<=17500 ns 18:36:48.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.659017000, lastModified=2022-07-06 18:36:48.658176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.659017000, lastModified=2022-07-06 18:36:48.658176000, delta=841000 ns, racy<=17500 ns 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.659449000, lastModified=2022-07-06 18:36:48.658176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.659449000, lastModified=2022-07-06 18:36:48.658176000, delta=1273000 ns, racy<=17500 ns 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.659790000, lastModified=2022-07-06 18:36:48.658176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.658176000 to 2022-07-06 18:36:48.659176000 18:36:48.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.660621000, lastModified=2022-07-06 18:36:48.659176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.659176000 to 2022-07-06 18:36:48.660176000 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.661220000, lastModified=2022-07-06 18:36:48.660176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.661220000, lastModified=2022-07-06 18:36:48.660176000, delta=1044000 ns, racy<=17500 ns 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.661601000, lastModified=2022-07-06 18:36:48.660176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.661601000, lastModified=2022-07-06 18:36:48.660176000, delta=1425000 ns, racy<=17500 ns 18:36:48.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.662028000, lastModified=2022-07-06 18:36:48.661176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.662028000, lastModified=2022-07-06 18:36:48.661176000, delta=852000 ns, racy<=17500 ns 18:36:48.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.662423000, lastModified=2022-07-06 18:36:48.661176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.662423000, lastModified=2022-07-06 18:36:48.661176000, delta=1247000 ns, racy<=17500 ns 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.663432000, lastModified=2022-07-06 18:36:48.662176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.663432000, lastModified=2022-07-06 18:36:48.662176000, delta=1256000 ns, racy<=17500 ns 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.663779000, lastModified=2022-07-06 18:36:48.662176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.662176000 to 2022-07-06 18:36:48.663176000 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.664224000, lastModified=2022-07-06 18:36:48.663176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.664224000, lastModified=2022-07-06 18:36:48.663176000, delta=1048000 ns, racy<=17500 ns 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.664593000, lastModified=2022-07-06 18:36:48.663176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.664593000, lastModified=2022-07-06 18:36:48.663176000, delta=1417000 ns, racy<=17500 ns 18:36:48.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.665401000, lastModified=2022-07-06 18:36:48.664176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.665401000, lastModified=2022-07-06 18:36:48.664176000, delta=1225000 ns, racy<=17500 ns 18:36:48.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.665793000, lastModified=2022-07-06 18:36:48.664176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.664176000 to 2022-07-06 18:36:48.665176000 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.666205000, lastModified=2022-07-06 18:36:48.665176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.666205000, lastModified=2022-07-06 18:36:48.665176000, delta=1029000 ns, racy<=17500 ns 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.666537000, lastModified=2022-07-06 18:36:48.665176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.666537000, lastModified=2022-07-06 18:36:48.665176000, delta=1361000 ns, racy<=17500 ns 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.666875000, lastModified=2022-07-06 18:36:48.665176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.665176000 to 2022-07-06 18:36:48.666176000 18:36:48.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.667805000, lastModified=2022-07-06 18:36:48.666176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.666176000 to 2022-07-06 18:36:48.667176000 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.668185000, lastModified=2022-07-06 18:36:48.667176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.668185000, lastModified=2022-07-06 18:36:48.667176000, delta=1009000 ns, racy<=17500 ns 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.668517000, lastModified=2022-07-06 18:36:48.667176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.668517000, lastModified=2022-07-06 18:36:48.667176000, delta=1341000 ns, racy<=17500 ns 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.668885000, lastModified=2022-07-06 18:36:48.667176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.667176000 to 2022-07-06 18:36:48.668176000 18:36:48.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.669797000, lastModified=2022-07-06 18:36:48.668176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.668176000 to 2022-07-06 18:36:48.669176000 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.670271000, lastModified=2022-07-06 18:36:48.669176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.670271000, lastModified=2022-07-06 18:36:48.669176000, delta=1095000 ns, racy<=17500 ns 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.670621000, lastModified=2022-07-06 18:36:48.669176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.670621000, lastModified=2022-07-06 18:36:48.669176000, delta=1445000 ns, racy<=17500 ns 18:36:48.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.671045000, lastModified=2022-07-06 18:36:48.670176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.671045000, lastModified=2022-07-06 18:36:48.670176000, delta=869000 ns, racy<=17500 ns 18:36:48.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.671437000, lastModified=2022-07-06 18:36:48.670176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.671437000, lastModified=2022-07-06 18:36:48.670176000, delta=1261000 ns, racy<=17500 ns 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.672455000, lastModified=2022-07-06 18:36:48.671176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.672455000, lastModified=2022-07-06 18:36:48.671176000, delta=1279000 ns, racy<=17500 ns 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.672803000, lastModified=2022-07-06 18:36:48.671176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.671176000 to 2022-07-06 18:36:48.672176000 18:36:48.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.673323000, lastModified=2022-07-06 18:36:48.672176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.673323000, lastModified=2022-07-06 18:36:48.672176000, delta=1147000 ns, racy<=17500 ns 18:36:48.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.673724000, lastModified=2022-07-06 18:36:48.672176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.673724000, lastModified=2022-07-06 18:36:48.672176000, delta=1548000 ns, racy<=17500 ns 18:36:48.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.674669000, lastModified=2022-07-06 18:36:48.673176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.674669000, lastModified=2022-07-06 18:36:48.673176000, delta=1493000 ns, racy<=17500 ns 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.675225000, lastModified=2022-07-06 18:36:48.674176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.675225000, lastModified=2022-07-06 18:36:48.674176000, delta=1049000 ns, racy<=17500 ns 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.675623000, lastModified=2022-07-06 18:36:48.674176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.675623000, lastModified=2022-07-06 18:36:48.674176000, delta=1447000 ns, racy<=17500 ns 18:36:48.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.676028000, lastModified=2022-07-06 18:36:48.675176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.676028000, lastModified=2022-07-06 18:36:48.675176000, delta=852000 ns, racy<=17500 ns 18:36:48.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.676435000, lastModified=2022-07-06 18:36:48.675176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.676435000, lastModified=2022-07-06 18:36:48.675176000, delta=1259000 ns, racy<=17500 ns 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.677401000, lastModified=2022-07-06 18:36:48.676176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.677401000, lastModified=2022-07-06 18:36:48.676176000, delta=1225000 ns, racy<=17500 ns 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.677808000, lastModified=2022-07-06 18:36:48.676176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.676176000 to 2022-07-06 18:36:48.677176000 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.678246000, lastModified=2022-07-06 18:36:48.677176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.678246000, lastModified=2022-07-06 18:36:48.677176000, delta=1070000 ns, racy<=17500 ns 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.678642000, lastModified=2022-07-06 18:36:48.677176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.678642000, lastModified=2022-07-06 18:36:48.677176000, delta=1466000 ns, racy<=17500 ns 18:36:48.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.679529000, lastModified=2022-07-06 18:36:48.678176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.679529000, lastModified=2022-07-06 18:36:48.678176000, delta=1353000 ns, racy<=17500 ns 18:36:48.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.679984000, lastModified=2022-07-06 18:36:48.678176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.678176000 to 2022-07-06 18:36:48.679176000 18:36:48.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.680418000, lastModified=2022-07-06 18:36:48.679176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.680418000, lastModified=2022-07-06 18:36:48.679176000, delta=1242000 ns, racy<=17500 ns 18:36:48.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.680819000, lastModified=2022-07-06 18:36:48.679176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.679176000 to 2022-07-06 18:36:48.680176000 18:36:48.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.681213000, lastModified=2022-07-06 18:36:48.680176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.681213000, lastModified=2022-07-06 18:36:48.680176000, delta=1037000 ns, racy<=17500 ns 18:36:48.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.682140000, lastModified=2022-07-06 18:36:48.681176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.682140000, lastModified=2022-07-06 18:36:48.681176000, delta=964000 ns, racy<=17500 ns 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.682519000, lastModified=2022-07-06 18:36:48.681176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.682519000, lastModified=2022-07-06 18:36:48.681176000, delta=1343000 ns, racy<=17500 ns 18:36:48.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.682975000, lastModified=2022-07-06 18:36:48.681176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.681176000 to 2022-07-06 18:36:48.682176000 18:36:48.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.683339000, lastModified=2022-07-06 18:36:48.682176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.683339000, lastModified=2022-07-06 18:36:48.682176000, delta=1163000 ns, racy<=17500 ns 18:36:48.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.684140000, lastModified=2022-07-06 18:36:48.682176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.682176000 to 2022-07-06 18:36:48.683176000 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.684560000, lastModified=2022-07-06 18:36:48.683176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.684560000, lastModified=2022-07-06 18:36:48.683176000, delta=1384000 ns, racy<=17500 ns 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.684933000, lastModified=2022-07-06 18:36:48.683176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.683176000 to 2022-07-06 18:36:48.684176000 18:36:48.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.685288000, lastModified=2022-07-06 18:36:48.684176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.685288000, lastModified=2022-07-06 18:36:48.684176000, delta=1112000 ns, racy<=17500 ns 18:36:48.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.685612000, lastModified=2022-07-06 18:36:48.684176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.685612000, lastModified=2022-07-06 18:36:48.684176000, delta=1436000 ns, racy<=17500 ns 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.686456000, lastModified=2022-07-06 18:36:48.685176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.686456000, lastModified=2022-07-06 18:36:48.685176000, delta=1280000 ns, racy<=17500 ns 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.686805000, lastModified=2022-07-06 18:36:48.685176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.685176000 to 2022-07-06 18:36:48.686176000 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.687251000, lastModified=2022-07-06 18:36:48.686176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.687251000, lastModified=2022-07-06 18:36:48.686176000, delta=1075000 ns, racy<=17500 ns 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.687643000, lastModified=2022-07-06 18:36:48.686176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.687643000, lastModified=2022-07-06 18:36:48.686176000, delta=1467000 ns, racy<=17500 ns 18:36:48.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.688501000, lastModified=2022-07-06 18:36:48.687176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.688501000, lastModified=2022-07-06 18:36:48.687176000, delta=1325000 ns, racy<=17500 ns 18:36:48.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.688941000, lastModified=2022-07-06 18:36:48.687176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.687176000 to 2022-07-06 18:36:48.688176000 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.689314000, lastModified=2022-07-06 18:36:48.688176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.689314000, lastModified=2022-07-06 18:36:48.688176000, delta=1138000 ns, racy<=17500 ns 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.689625000, lastModified=2022-07-06 18:36:48.688176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.689625000, lastModified=2022-07-06 18:36:48.688176000, delta=1449000 ns, racy<=17500 ns 18:36:48.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.690031000, lastModified=2022-07-06 18:36:48.689176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.690031000, lastModified=2022-07-06 18:36:48.689176000, delta=855000 ns, racy<=17500 ns 18:36:48.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.690943000, lastModified=2022-07-06 18:36:48.689176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.689176000 to 2022-07-06 18:36:48.690176000 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.691282000, lastModified=2022-07-06 18:36:48.690176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.691282000, lastModified=2022-07-06 18:36:48.690176000, delta=1106000 ns, racy<=17500 ns 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.691617000, lastModified=2022-07-06 18:36:48.690176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.691617000, lastModified=2022-07-06 18:36:48.690176000, delta=1441000 ns, racy<=17500 ns 18:36:48.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.692021000, lastModified=2022-07-06 18:36:48.690176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.690176000 to 2022-07-06 18:36:48.691176000 18:36:48.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.692772000, lastModified=2022-07-06 18:36:48.691176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.691176000 to 2022-07-06 18:36:48.692176000 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.693241000, lastModified=2022-07-06 18:36:48.692176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.693241000, lastModified=2022-07-06 18:36:48.692176000, delta=1065000 ns, racy<=17500 ns 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.693568000, lastModified=2022-07-06 18:36:48.692176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.693568000, lastModified=2022-07-06 18:36:48.692176000, delta=1392000 ns, racy<=17500 ns 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.693878000, lastModified=2022-07-06 18:36:48.692176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.692176000 to 2022-07-06 18:36:48.693176000 18:36:48.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.694253000, lastModified=2022-07-06 18:36:48.693176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.694253000, lastModified=2022-07-06 18:36:48.693176000, delta=1077000 ns, racy<=17500 ns 18:36:48.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.695110000, lastModified=2022-07-06 18:36:48.694176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.695110000, lastModified=2022-07-06 18:36:48.694176000, delta=934000 ns, racy<=17500 ns 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.695441000, lastModified=2022-07-06 18:36:48.694176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.695441000, lastModified=2022-07-06 18:36:48.694176000, delta=1265000 ns, racy<=17500 ns 18:36:48.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.736771000, lastModified=2022-07-06 18:36:48.694176000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.694176000 to 2022-07-06 18:36:48.736177000 18:36:48.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.737480000, lastModified=2022-07-06 18:36:48.736177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.737480000, lastModified=2022-07-06 18:36:48.736177000, delta=1303000 ns, racy<=17500 ns 18:36:48.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.738787000, lastModified=2022-07-06 18:36:48.737177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.737177000 to 2022-07-06 18:36:48.738177000 18:36:48.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.739443000, lastModified=2022-07-06 18:36:48.738177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.739443000, lastModified=2022-07-06 18:36:48.738177000, delta=1266000 ns, racy<=17500 ns 18:36:48.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.739857000, lastModified=2022-07-06 18:36:48.738177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.738177000 to 2022-07-06 18:36:48.739177000 18:36:48.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.740290000, lastModified=2022-07-06 18:36:48.739177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.740290000, lastModified=2022-07-06 18:36:48.739177000, delta=1113000 ns, racy<=17500 ns 18:36:48.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.740691000, lastModified=2022-07-06 18:36:48.739177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.740691000, lastModified=2022-07-06 18:36:48.739177000, delta=1514000 ns, racy<=17500 ns 18:36:48.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.741857000, lastModified=2022-07-06 18:36:48.740177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.740177000 to 2022-07-06 18:36:48.741177000 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.742262000, lastModified=2022-07-06 18:36:48.741177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.742262000, lastModified=2022-07-06 18:36:48.741177000, delta=1085000 ns, racy<=17500 ns 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.742655000, lastModified=2022-07-06 18:36:48.741177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.742655000, lastModified=2022-07-06 18:36:48.741177000, delta=1478000 ns, racy<=17500 ns 18:36:48.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.743074000, lastModified=2022-07-06 18:36:48.742177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.743074000, lastModified=2022-07-06 18:36:48.742177000, delta=897000 ns, racy<=17500 ns 18:36:48.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.743830000, lastModified=2022-07-06 18:36:48.742177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.742177000 to 2022-07-06 18:36:48.743177000 18:36:48.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.744391000, lastModified=2022-07-06 18:36:48.743177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.744391000, lastModified=2022-07-06 18:36:48.743177000, delta=1214000 ns, racy<=17500 ns 18:36:48.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.744761000, lastModified=2022-07-06 18:36:48.743177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.744761000, lastModified=2022-07-06 18:36:48.743177000, delta=1584000 ns, racy<=17500 ns 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.745234000, lastModified=2022-07-06 18:36:48.744177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.745234000, lastModified=2022-07-06 18:36:48.744177000, delta=1057000 ns, racy<=17500 ns 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.745587000, lastModified=2022-07-06 18:36:48.744177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.745587000, lastModified=2022-07-06 18:36:48.744177000, delta=1410000 ns, racy<=17500 ns 18:36:48.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.746636000, lastModified=2022-07-06 18:36:48.745177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.746636000, lastModified=2022-07-06 18:36:48.745177000, delta=1459000 ns, racy<=17500 ns 18:36:48.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.747076000, lastModified=2022-07-06 18:36:48.746177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.747076000, lastModified=2022-07-06 18:36:48.746177000, delta=899000 ns, racy<=17500 ns 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.747515000, lastModified=2022-07-06 18:36:48.746177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.747515000, lastModified=2022-07-06 18:36:48.746177000, delta=1338000 ns, racy<=17500 ns 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.747941000, lastModified=2022-07-06 18:36:48.746177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.746177000 to 2022-07-06 18:36:48.747177000 18:36:48.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.748715000, lastModified=2022-07-06 18:36:48.747177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.747177000 to 2022-07-06 18:36:48.748177000 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.749315000, lastModified=2022-07-06 18:36:48.748177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.749315000, lastModified=2022-07-06 18:36:48.748177000, delta=1138000 ns, racy<=17500 ns 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.749680000, lastModified=2022-07-06 18:36:48.748177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.749680000, lastModified=2022-07-06 18:36:48.748177000, delta=1503000 ns, racy<=17500 ns 18:36:48.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.750071000, lastModified=2022-07-06 18:36:48.749177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.750071000, lastModified=2022-07-06 18:36:48.749177000, delta=894000 ns, racy<=17500 ns 18:36:48.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.750421000, lastModified=2022-07-06 18:36:48.749177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.750421000, lastModified=2022-07-06 18:36:48.749177000, delta=1244000 ns, racy<=17500 ns 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.751439000, lastModified=2022-07-06 18:36:48.750177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.751439000, lastModified=2022-07-06 18:36:48.750177000, delta=1262000 ns, racy<=17500 ns 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.751791000, lastModified=2022-07-06 18:36:48.750177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.750177000 to 2022-07-06 18:36:48.751177000 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.752215000, lastModified=2022-07-06 18:36:48.751177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.752215000, lastModified=2022-07-06 18:36:48.751177000, delta=1038000 ns, racy<=17500 ns 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.752543000, lastModified=2022-07-06 18:36:48.751177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.752543000, lastModified=2022-07-06 18:36:48.751177000, delta=1366000 ns, racy<=17500 ns 18:36:48.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.753439000, lastModified=2022-07-06 18:36:48.751177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.751177000 to 2022-07-06 18:36:48.752177000 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.753977000, lastModified=2022-07-06 18:36:48.752177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.752177000 to 2022-07-06 18:36:48.753177000 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.754356000, lastModified=2022-07-06 18:36:48.753177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.754356000, lastModified=2022-07-06 18:36:48.753177000, delta=1179000 ns, racy<=17500 ns 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.754677000, lastModified=2022-07-06 18:36:48.753177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.754677000, lastModified=2022-07-06 18:36:48.753177000, delta=1500000 ns, racy<=17500 ns 18:36:48.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.755082000, lastModified=2022-07-06 18:36:48.754177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.755082000, lastModified=2022-07-06 18:36:48.754177000, delta=905000 ns, racy<=17500 ns 18:36:48.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.756063000, lastModified=2022-07-06 18:36:48.755177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.756063000, lastModified=2022-07-06 18:36:48.755177000, delta=886000 ns, racy<=17500 ns 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.756404000, lastModified=2022-07-06 18:36:48.755177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.756404000, lastModified=2022-07-06 18:36:48.755177000, delta=1227000 ns, racy<=17500 ns 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.756736000, lastModified=2022-07-06 18:36:48.755177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.756736000, lastModified=2022-07-06 18:36:48.755177000, delta=1559000 ns, racy<=17500 ns 18:36:48.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.757153000, lastModified=2022-07-06 18:36:48.756177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.757153000, lastModified=2022-07-06 18:36:48.756177000, delta=976000 ns, racy<=17500 ns 18:36:48.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.758030000, lastModified=2022-07-06 18:36:48.756177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.756177000 to 2022-07-06 18:36:48.757177000 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.758527000, lastModified=2022-07-06 18:36:48.757177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.758527000, lastModified=2022-07-06 18:36:48.757177000, delta=1350000 ns, racy<=17500 ns 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.758944000, lastModified=2022-07-06 18:36:48.757177000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.757177000 to 2022-07-06 18:36:48.758178000 18:36:48.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.759307000, lastModified=2022-07-06 18:36:48.758178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.759307000, lastModified=2022-07-06 18:36:48.758178000, delta=1129000 ns, racy<=17500 ns 18:36:48.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.759634000, lastModified=2022-07-06 18:36:48.758178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.759634000, lastModified=2022-07-06 18:36:48.758178000, delta=1456000 ns, racy<=17500 ns 18:36:48.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.760607000, lastModified=2022-07-06 18:36:48.759178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.760607000, lastModified=2022-07-06 18:36:48.759178000, delta=1429000 ns, racy<=17500 ns 18:36:48.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.760984000, lastModified=2022-07-06 18:36:48.759178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.759178000 to 2022-07-06 18:36:48.760178000 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.761357000, lastModified=2022-07-06 18:36:48.760178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.761357000, lastModified=2022-07-06 18:36:48.760178000, delta=1179000 ns, racy<=17500 ns 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.761704000, lastModified=2022-07-06 18:36:48.760178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.761704000, lastModified=2022-07-06 18:36:48.760178000, delta=1526000 ns, racy<=17500 ns 18:36:48.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.762502000, lastModified=2022-07-06 18:36:48.761178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.762502000, lastModified=2022-07-06 18:36:48.761178000, delta=1324000 ns, racy<=17500 ns 18:36:48.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.763068000, lastModified=2022-07-06 18:36:48.762178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.763068000, lastModified=2022-07-06 18:36:48.762178000, delta=890000 ns, racy<=17500 ns 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.763412000, lastModified=2022-07-06 18:36:48.762178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.763412000, lastModified=2022-07-06 18:36:48.762178000, delta=1234000 ns, racy<=17500 ns 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.763799000, lastModified=2022-07-06 18:36:48.762178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.762178000 to 2022-07-06 18:36:48.763178000 18:36:48.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.764242000, lastModified=2022-07-06 18:36:48.763178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.764242000, lastModified=2022-07-06 18:36:48.763178000, delta=1064000 ns, racy<=17500 ns 18:36:48.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.765188000, lastModified=2022-07-06 18:36:48.764178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.765188000, lastModified=2022-07-06 18:36:48.764178000, delta=1010000 ns, racy<=17500 ns 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.765593000, lastModified=2022-07-06 18:36:48.764178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.765593000, lastModified=2022-07-06 18:36:48.764178000, delta=1415000 ns, racy<=17500 ns 18:36:48.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.766024000, lastModified=2022-07-06 18:36:48.764178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.764178000 to 2022-07-06 18:36:48.765178000 18:36:48.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.766415000, lastModified=2022-07-06 18:36:48.765178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.766415000, lastModified=2022-07-06 18:36:48.765178000, delta=1237000 ns, racy<=17500 ns 18:36:48.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.767234000, lastModified=2022-07-06 18:36:48.765178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.765178000 to 2022-07-06 18:36:48.766178000 18:36:48.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.767753000, lastModified=2022-07-06 18:36:48.766178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.767753000, lastModified=2022-07-06 18:36:48.766178000, delta=1575000 ns, racy<=17500 ns 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.768180000, lastModified=2022-07-06 18:36:48.767178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.768180000, lastModified=2022-07-06 18:36:48.767178000, delta=1002000 ns, racy<=17500 ns 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.768524000, lastModified=2022-07-06 18:36:48.767178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.768524000, lastModified=2022-07-06 18:36:48.767178000, delta=1346000 ns, racy<=17500 ns 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.768844000, lastModified=2022-07-06 18:36:48.767178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.767178000 to 2022-07-06 18:36:48.768178000 18:36:48.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.769834000, lastModified=2022-07-06 18:36:48.768178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.768178000 to 2022-07-06 18:36:48.769178000 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.770213000, lastModified=2022-07-06 18:36:48.769178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.770213000, lastModified=2022-07-06 18:36:48.769178000, delta=1035000 ns, racy<=17500 ns 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.770558000, lastModified=2022-07-06 18:36:48.769178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.770558000, lastModified=2022-07-06 18:36:48.769178000, delta=1380000 ns, racy<=17500 ns 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.770880000, lastModified=2022-07-06 18:36:48.769178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.769178000 to 2022-07-06 18:36:48.770178000 18:36:48.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.771630000, lastModified=2022-07-06 18:36:48.770178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.770178000 to 2022-07-06 18:36:48.771178000 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.772229000, lastModified=2022-07-06 18:36:48.771178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.772229000, lastModified=2022-07-06 18:36:48.771178000, delta=1051000 ns, racy<=17500 ns 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.772582000, lastModified=2022-07-06 18:36:48.771178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.772582000, lastModified=2022-07-06 18:36:48.771178000, delta=1404000 ns, racy<=17500 ns 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.772966000, lastModified=2022-07-06 18:36:48.771178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.771178000 to 2022-07-06 18:36:48.772178000 18:36:48.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.773315000, lastModified=2022-07-06 18:36:48.772178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.773315000, lastModified=2022-07-06 18:36:48.772178000, delta=1137000 ns, racy<=17500 ns 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.774220000, lastModified=2022-07-06 18:36:48.773178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.774220000, lastModified=2022-07-06 18:36:48.773178000, delta=1042000 ns, racy<=17500 ns 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.774548000, lastModified=2022-07-06 18:36:48.773178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.774548000, lastModified=2022-07-06 18:36:48.773178000, delta=1370000 ns, racy<=17500 ns 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.774951000, lastModified=2022-07-06 18:36:48.773178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.773178000 to 2022-07-06 18:36:48.774178000 18:36:48.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.775298000, lastModified=2022-07-06 18:36:48.774178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.775298000, lastModified=2022-07-06 18:36:48.774178000, delta=1120000 ns, racy<=17500 ns 18:36:48.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.776168000, lastModified=2022-07-06 18:36:48.774178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.774178000 to 2022-07-06 18:36:48.775178000 18:36:48.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.776653000, lastModified=2022-07-06 18:36:48.775178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.776653000, lastModified=2022-07-06 18:36:48.775178000, delta=1475000 ns, racy<=17500 ns 18:36:48.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.777070000, lastModified=2022-07-06 18:36:48.776178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.777070000, lastModified=2022-07-06 18:36:48.776178000, delta=892000 ns, racy<=17500 ns 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.777458000, lastModified=2022-07-06 18:36:48.776178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.777458000, lastModified=2022-07-06 18:36:48.776178000, delta=1280000 ns, racy<=17500 ns 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.777854000, lastModified=2022-07-06 18:36:48.776178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.776178000 to 2022-07-06 18:36:48.777178000 18:36:48.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.778847000, lastModified=2022-07-06 18:36:48.777178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.777178000 to 2022-07-06 18:36:48.778178000 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.779304000, lastModified=2022-07-06 18:36:48.778178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.779304000, lastModified=2022-07-06 18:36:48.778178000, delta=1126000 ns, racy<=17500 ns 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.779696000, lastModified=2022-07-06 18:36:48.778178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.779696000, lastModified=2022-07-06 18:36:48.778178000, delta=1518000 ns, racy<=17500 ns 18:36:48.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.780120000, lastModified=2022-07-06 18:36:48.779178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.780120000, lastModified=2022-07-06 18:36:48.779178000, delta=942000 ns, racy<=17500 ns 18:36:48.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.780970000, lastModified=2022-07-06 18:36:48.779178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.779178000 to 2022-07-06 18:36:48.780178000 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.781371000, lastModified=2022-07-06 18:36:48.780178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.781371000, lastModified=2022-07-06 18:36:48.780178000, delta=1193000 ns, racy<=17500 ns 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.781699000, lastModified=2022-07-06 18:36:48.780178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.781699000, lastModified=2022-07-06 18:36:48.780178000, delta=1521000 ns, racy<=17500 ns 18:36:48.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.782106000, lastModified=2022-07-06 18:36:48.781178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.782106000, lastModified=2022-07-06 18:36:48.781178000, delta=928000 ns, racy<=17500 ns 18:36:48.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.782439000, lastModified=2022-07-06 18:36:48.781178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.782439000, lastModified=2022-07-06 18:36:48.781178000, delta=1261000 ns, racy<=17500 ns 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.783381000, lastModified=2022-07-06 18:36:48.782178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.783381000, lastModified=2022-07-06 18:36:48.782178000, delta=1203000 ns, racy<=17500 ns 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.783723000, lastModified=2022-07-06 18:36:48.782178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.783723000, lastModified=2022-07-06 18:36:48.782178000, delta=1545000 ns, racy<=17500 ns 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.784174000, lastModified=2022-07-06 18:36:48.783178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.784174000, lastModified=2022-07-06 18:36:48.783178000, delta=996000 ns, racy<=17500 ns 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.784529000, lastModified=2022-07-06 18:36:48.783178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.784529000, lastModified=2022-07-06 18:36:48.783178000, delta=1351000 ns, racy<=17500 ns 18:36:48.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.785551000, lastModified=2022-07-06 18:36:48.783178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.783178000 to 2022-07-06 18:36:48.784178000 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.786043000, lastModified=2022-07-06 18:36:48.785178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.786043000, lastModified=2022-07-06 18:36:48.785178000, delta=865000 ns, racy<=17500 ns 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.786424000, lastModified=2022-07-06 18:36:48.785178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.786424000, lastModified=2022-07-06 18:36:48.785178000, delta=1246000 ns, racy<=17500 ns 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.786780000, lastModified=2022-07-06 18:36:48.785178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.786780000, lastModified=2022-07-06 18:36:48.785178000, delta=1602000 ns, racy<=17500 ns 18:36:48.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.787216000, lastModified=2022-07-06 18:36:48.786178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.787216000, lastModified=2022-07-06 18:36:48.786178000, delta=1038000 ns, racy<=17500 ns 18:36:48.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.788071000, lastModified=2022-07-06 18:36:48.787178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.788071000, lastModified=2022-07-06 18:36:48.787178000, delta=893000 ns, racy<=17500 ns 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.788449000, lastModified=2022-07-06 18:36:48.787178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.788449000, lastModified=2022-07-06 18:36:48.787178000, delta=1271000 ns, racy<=17500 ns 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.788948000, lastModified=2022-07-06 18:36:48.787178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.787178000 to 2022-07-06 18:36:48.788178000 18:36:48.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.789289000, lastModified=2022-07-06 18:36:48.788178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.789289000, lastModified=2022-07-06 18:36:48.788178000, delta=1111000 ns, racy<=17500 ns 18:36:48.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.790021000, lastModified=2022-07-06 18:36:48.788178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.788178000 to 2022-07-06 18:36:48.793178000 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.794388000, lastModified=2022-07-06 18:36:48.793178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.794388000, lastModified=2022-07-06 18:36:48.793178000, delta=1210000 ns, racy<=17500 ns 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.794693000, lastModified=2022-07-06 18:36:48.793178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.794693000, lastModified=2022-07-06 18:36:48.793178000, delta=1515000 ns, racy<=17500 ns 18:36:48.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.795079000, lastModified=2022-07-06 18:36:48.794178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.795079000, lastModified=2022-07-06 18:36:48.794178000, delta=901000 ns, racy<=17500 ns 18:36:48.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.795467000, lastModified=2022-07-06 18:36:48.794178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.795467000, lastModified=2022-07-06 18:36:48.794178000, delta=1289000 ns, racy<=17500 ns 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.796352000, lastModified=2022-07-06 18:36:48.795178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.796352000, lastModified=2022-07-06 18:36:48.795178000, delta=1174000 ns, racy<=17500 ns 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.796706000, lastModified=2022-07-06 18:36:48.795178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.796706000, lastModified=2022-07-06 18:36:48.795178000, delta=1528000 ns, racy<=17500 ns 18:36:48.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.797107000, lastModified=2022-07-06 18:36:48.796178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.797107000, lastModified=2022-07-06 18:36:48.796178000, delta=929000 ns, racy<=17500 ns 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.797442000, lastModified=2022-07-06 18:36:48.796178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.797442000, lastModified=2022-07-06 18:36:48.796178000, delta=1264000 ns, racy<=17500 ns 18:36:48.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.798258000, lastModified=2022-07-06 18:36:48.796178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.796178000 to 2022-07-06 18:36:48.797178000 18:36:48.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.798649000, lastModified=2022-07-06 18:36:48.797178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.798649000, lastModified=2022-07-06 18:36:48.797178000, delta=1471000 ns, racy<=17500 ns 18:36:48.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.799020000, lastModified=2022-07-06 18:36:48.798178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.799020000, lastModified=2022-07-06 18:36:48.798178000, delta=842000 ns, racy<=17500 ns 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.799393000, lastModified=2022-07-06 18:36:48.798178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.799393000, lastModified=2022-07-06 18:36:48.798178000, delta=1215000 ns, racy<=17500 ns 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.799739000, lastModified=2022-07-06 18:36:48.798178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.799739000, lastModified=2022-07-06 18:36:48.798178000, delta=1561000 ns, racy<=17500 ns 18:36:48.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.800636000, lastModified=2022-07-06 18:36:48.799178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.800636000, lastModified=2022-07-06 18:36:48.799178000, delta=1458000 ns, racy<=17500 ns 18:36:48.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.801083000, lastModified=2022-07-06 18:36:48.800178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.801083000, lastModified=2022-07-06 18:36:48.800178000, delta=905000 ns, racy<=17500 ns 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.801632000, lastModified=2022-07-06 18:36:48.800178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.801632000, lastModified=2022-07-06 18:36:48.800178000, delta=1454000 ns, racy<=17500 ns 18:36:48.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.802014000, lastModified=2022-07-06 18:36:48.800178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.800178000 to 2022-07-06 18:36:48.801178000 18:36:48.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.802756000, lastModified=2022-07-06 18:36:48.801178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.801178000 to 2022-07-06 18:36:48.802178000 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.803303000, lastModified=2022-07-06 18:36:48.802178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.803303000, lastModified=2022-07-06 18:36:48.802178000, delta=1125000 ns, racy<=17500 ns 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.803674000, lastModified=2022-07-06 18:36:48.802178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.803674000, lastModified=2022-07-06 18:36:48.802178000, delta=1496000 ns, racy<=17500 ns 18:36:48.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.804411000, lastModified=2022-07-06 18:36:48.803178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.804411000, lastModified=2022-07-06 18:36:48.803178000, delta=1233000 ns, racy<=17500 ns 18:36:48.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.804773000, lastModified=2022-07-06 18:36:48.803178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.804773000, lastModified=2022-07-06 18:36:48.803178000, delta=1595000 ns, racy<=17500 ns 18:36:48.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.805838000, lastModified=2022-07-06 18:36:48.804178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.804178000 to 2022-07-06 18:36:48.805178000 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.806256000, lastModified=2022-07-06 18:36:48.805178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.806256000, lastModified=2022-07-06 18:36:48.805178000, delta=1078000 ns, racy<=17500 ns 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.806625000, lastModified=2022-07-06 18:36:48.805178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.806625000, lastModified=2022-07-06 18:36:48.805178000, delta=1447000 ns, racy<=17500 ns 18:36:48.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.807006000, lastModified=2022-07-06 18:36:48.805178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.805178000 to 2022-07-06 18:36:48.806178000 18:36:48.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.807691000, lastModified=2022-07-06 18:36:48.806178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.807691000, lastModified=2022-07-06 18:36:48.806178000, delta=1513000 ns, racy<=17500 ns 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.808148000, lastModified=2022-07-06 18:36:48.807178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.808148000, lastModified=2022-07-06 18:36:48.807178000, delta=970000 ns, racy<=17500 ns 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.808523000, lastModified=2022-07-06 18:36:48.807178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.808523000, lastModified=2022-07-06 18:36:48.807178000, delta=1345000 ns, racy<=17500 ns 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.808839000, lastModified=2022-07-06 18:36:48.807178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.807178000 to 2022-07-06 18:36:48.808178000 18:36:48.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.809267000, lastModified=2022-07-06 18:36:48.808178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.809267000, lastModified=2022-07-06 18:36:48.808178000, delta=1089000 ns, racy<=17500 ns 18:36:48.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.810117000, lastModified=2022-07-06 18:36:48.809178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.810117000, lastModified=2022-07-06 18:36:48.809178000, delta=939000 ns, racy<=17500 ns 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.810465000, lastModified=2022-07-06 18:36:48.809178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.810465000, lastModified=2022-07-06 18:36:48.809178000, delta=1287000 ns, racy<=17500 ns 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.810836000, lastModified=2022-07-06 18:36:48.809178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.809178000 to 2022-07-06 18:36:48.810178000 18:36:48.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.811224000, lastModified=2022-07-06 18:36:48.810178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.811224000, lastModified=2022-07-06 18:36:48.810178000, delta=1046000 ns, racy<=17500 ns 18:36:48.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.811880000, lastModified=2022-07-06 18:36:48.810178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.810178000 to 2022-07-06 18:36:48.811178000 18:36:48.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.812441000, lastModified=2022-07-06 18:36:48.811178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.812441000, lastModified=2022-07-06 18:36:48.811178000, delta=1263000 ns, racy<=17500 ns 18:36:48.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.813018000, lastModified=2022-07-06 18:36:48.811178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.811178000 to 2022-07-06 18:36:48.812178000 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.813392000, lastModified=2022-07-06 18:36:48.812178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.813392000, lastModified=2022-07-06 18:36:48.812178000, delta=1214000 ns, racy<=17500 ns 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.813704000, lastModified=2022-07-06 18:36:48.812178000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.813704000, lastModified=2022-07-06 18:36:48.812178000, delta=1526000 ns, racy<=17500 ns 18:36:48.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.836942000, lastModified=2022-07-06 18:36:48.835179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.835179000 to 2022-07-06 18:36:48.836179000 18:36:48.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.837415000, lastModified=2022-07-06 18:36:48.836179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.837415000, lastModified=2022-07-06 18:36:48.836179000, delta=1236000 ns, racy<=17500 ns 18:36:48.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.837865000, lastModified=2022-07-06 18:36:48.836179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.836179000 to 2022-07-06 18:36:48.837179000 18:36:48.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.838314000, lastModified=2022-07-06 18:36:48.837179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.838314000, lastModified=2022-07-06 18:36:48.837179000, delta=1135000 ns, racy<=17500 ns 18:36:48.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.839146000, lastModified=2022-07-06 18:36:48.837179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.837179000 to 2022-07-06 18:36:48.838179000 18:36:48.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.839682000, lastModified=2022-07-06 18:36:48.838179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.839682000, lastModified=2022-07-06 18:36:48.838179000, delta=1503000 ns, racy<=17500 ns 18:36:48.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.840197000, lastModified=2022-07-06 18:36:48.839179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.840197000, lastModified=2022-07-06 18:36:48.839179000, delta=1018000 ns, racy<=17500 ns 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.840633000, lastModified=2022-07-06 18:36:48.839179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.840633000, lastModified=2022-07-06 18:36:48.839179000, delta=1454000 ns, racy<=17500 ns 18:36:48.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.842047000, lastModified=2022-07-06 18:36:48.840179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.840179000 to 2022-07-06 18:36:48.841179000 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.843206000, lastModified=2022-07-06 18:36:48.842179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.843206000, lastModified=2022-07-06 18:36:48.842179000, delta=1027000 ns, racy<=17500 ns 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.843636000, lastModified=2022-07-06 18:36:48.842179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.843636000, lastModified=2022-07-06 18:36:48.842179000, delta=1457000 ns, racy<=17500 ns 18:36:48.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.844053000, lastModified=2022-07-06 18:36:48.843179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.844053000, lastModified=2022-07-06 18:36:48.843179000, delta=874000 ns, racy<=17500 ns 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.844459000, lastModified=2022-07-06 18:36:48.843179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.844459000, lastModified=2022-07-06 18:36:48.843179000, delta=1280000 ns, racy<=17500 ns 18:36:48.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.845203000, lastModified=2022-07-06 18:36:48.843179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.843179000 to 2022-07-06 18:36:48.844179000 18:36:48.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.845682000, lastModified=2022-07-06 18:36:48.844179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.845682000, lastModified=2022-07-06 18:36:48.844179000, delta=1503000 ns, racy<=17500 ns 18:36:48.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.846081000, lastModified=2022-07-06 18:36:48.845179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.846081000, lastModified=2022-07-06 18:36:48.845179000, delta=902000 ns, racy<=17500 ns 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.846448000, lastModified=2022-07-06 18:36:48.845179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.846448000, lastModified=2022-07-06 18:36:48.845179000, delta=1269000 ns, racy<=17500 ns 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.846776000, lastModified=2022-07-06 18:36:48.845179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.846776000, lastModified=2022-07-06 18:36:48.845179000, delta=1597000 ns, racy<=17500 ns 18:36:48.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.847705000, lastModified=2022-07-06 18:36:48.846179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.846179000 to 2022-07-06 18:36:48.847179000 18:36:48.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.848949000, lastModified=2022-07-06 18:36:48.847179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.847179000 to 2022-07-06 18:36:48.848179000 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.849310000, lastModified=2022-07-06 18:36:48.848179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.849310000, lastModified=2022-07-06 18:36:48.848179000, delta=1131000 ns, racy<=17500 ns 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.849696000, lastModified=2022-07-06 18:36:48.848179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.849696000, lastModified=2022-07-06 18:36:48.848179000, delta=1517000 ns, racy<=17500 ns 18:36:48.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.850610000, lastModified=2022-07-06 18:36:48.849179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.850610000, lastModified=2022-07-06 18:36:48.849179000, delta=1431000 ns, racy<=17500 ns 18:36:48.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.851194000, lastModified=2022-07-06 18:36:48.850179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.851194000, lastModified=2022-07-06 18:36:48.850179000, delta=1015000 ns, racy<=17500 ns 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.851579000, lastModified=2022-07-06 18:36:48.850179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.851579000, lastModified=2022-07-06 18:36:48.850179000, delta=1400000 ns, racy<=17500 ns 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.851934000, lastModified=2022-07-06 18:36:48.850179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.850179000 to 2022-07-06 18:36:48.851179000 18:36:48.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.852288000, lastModified=2022-07-06 18:36:48.851179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.852288000, lastModified=2022-07-06 18:36:48.851179000, delta=1109000 ns, racy<=17500 ns 18:36:48.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.853648000, lastModified=2022-07-06 18:36:48.852179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.853648000, lastModified=2022-07-06 18:36:48.852179000, delta=1469000 ns, racy<=17500 ns 18:36:48.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.854051000, lastModified=2022-07-06 18:36:48.853179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.854051000, lastModified=2022-07-06 18:36:48.853179000, delta=872000 ns, racy<=17500 ns 18:36:48.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.855066000, lastModified=2022-07-06 18:36:48.854179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.855066000, lastModified=2022-07-06 18:36:48.854179000, delta=887000 ns, racy<=17500 ns 18:36:48.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.855861000, lastModified=2022-07-06 18:36:48.854179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.854179000 to 2022-07-06 18:36:48.855179000 18:36:48.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.856531000, lastModified=2022-07-06 18:36:48.855179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.856531000, lastModified=2022-07-06 18:36:48.855179000, delta=1352000 ns, racy<=17500 ns 18:36:48.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.857083000, lastModified=2022-07-06 18:36:48.856179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.857083000, lastModified=2022-07-06 18:36:48.856179000, delta=904000 ns, racy<=17500 ns 18:36:48.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.857956000, lastModified=2022-07-06 18:36:48.856179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.856179000 to 2022-07-06 18:36:48.857179000 18:36:48.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.858513000, lastModified=2022-07-06 18:36:48.857179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.858513000, lastModified=2022-07-06 18:36:48.857179000, delta=1334000 ns, racy<=17500 ns 18:36:48.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.858830000, lastModified=2022-07-06 18:36:48.857179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.857179000 to 2022-07-06 18:36:48.858179000 18:36:48.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.859951000, lastModified=2022-07-06 18:36:48.858179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.858179000 to 2022-07-06 18:36:48.859179000 18:36:48.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.860321000, lastModified=2022-07-06 18:36:48.859179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.860321000, lastModified=2022-07-06 18:36:48.859179000, delta=1142000 ns, racy<=17500 ns 18:36:48.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.860762000, lastModified=2022-07-06 18:36:48.859179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.860762000, lastModified=2022-07-06 18:36:48.859179000, delta=1583000 ns, racy<=17500 ns 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.861158000, lastModified=2022-07-06 18:36:48.860179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.861158000, lastModified=2022-07-06 18:36:48.860179000, delta=979000 ns, racy<=17500 ns 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.861778000, lastModified=2022-07-06 18:36:48.860179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.860179000 to 2022-07-06 18:36:48.861179000 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.862244000, lastModified=2022-07-06 18:36:48.861179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.862244000, lastModified=2022-07-06 18:36:48.861179000, delta=1065000 ns, racy<=17500 ns 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.862538000, lastModified=2022-07-06 18:36:48.861179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.862538000, lastModified=2022-07-06 18:36:48.861179000, delta=1359000 ns, racy<=17500 ns 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.862814000, lastModified=2022-07-06 18:36:48.861179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.862814000, lastModified=2022-07-06 18:36:48.861179000, delta=1635000 ns, racy<=17500 ns 18:36:48.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.863183000, lastModified=2022-07-06 18:36:48.862179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.863183000, lastModified=2022-07-06 18:36:48.862179000, delta=1004000 ns, racy<=17500 ns 18:36:48.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.864064000, lastModified=2022-07-06 18:36:48.863179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.864064000, lastModified=2022-07-06 18:36:48.863179000, delta=885000 ns, racy<=17500 ns 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.864468000, lastModified=2022-07-06 18:36:48.863179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.864468000, lastModified=2022-07-06 18:36:48.863179000, delta=1289000 ns, racy<=17500 ns 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.864789000, lastModified=2022-07-06 18:36:48.863179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.864789000, lastModified=2022-07-06 18:36:48.863179000, delta=1610000 ns, racy<=17500 ns 18:36:48.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.865176000, lastModified=2022-07-06 18:36:48.864179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.865176000, lastModified=2022-07-06 18:36:48.864179000, delta=997000 ns, racy<=17500 ns 18:36:48.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.865854000, lastModified=2022-07-06 18:36:48.864179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.864179000 to 2022-07-06 18:36:48.865179000 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.866402000, lastModified=2022-07-06 18:36:48.865179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.866402000, lastModified=2022-07-06 18:36:48.865179000, delta=1223000 ns, racy<=17500 ns 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.866742000, lastModified=2022-07-06 18:36:48.865179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.866742000, lastModified=2022-07-06 18:36:48.865179000, delta=1563000 ns, racy<=17500 ns 18:36:48.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.867118000, lastModified=2022-07-06 18:36:48.866179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.867118000, lastModified=2022-07-06 18:36:48.866179000, delta=939000 ns, racy<=17500 ns 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.867408000, lastModified=2022-07-06 18:36:48.866179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.867408000, lastModified=2022-07-06 18:36:48.866179000, delta=1229000 ns, racy<=17500 ns 18:36:48.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.868227000, lastModified=2022-07-06 18:36:48.867179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.868227000, lastModified=2022-07-06 18:36:48.867179000, delta=1048000 ns, racy<=17500 ns 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.868596000, lastModified=2022-07-06 18:36:48.867179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.868596000, lastModified=2022-07-06 18:36:48.867179000, delta=1417000 ns, racy<=17500 ns 18:36:48.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.869006000, lastModified=2022-07-06 18:36:48.868179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.869006000, lastModified=2022-07-06 18:36:48.868179000, delta=827000 ns, racy<=17500 ns 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.869363000, lastModified=2022-07-06 18:36:48.868179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.869363000, lastModified=2022-07-06 18:36:48.868179000, delta=1184000 ns, racy<=17500 ns 18:36:48.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.870106000, lastModified=2022-07-06 18:36:48.868179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.868179000 to 2022-07-06 18:36:48.869179000 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.871191000, lastModified=2022-07-06 18:36:48.870179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.871191000, lastModified=2022-07-06 18:36:48.870179000, delta=1012000 ns, racy<=17500 ns 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.871601000, lastModified=2022-07-06 18:36:48.870179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.871601000, lastModified=2022-07-06 18:36:48.870179000, delta=1422000 ns, racy<=17500 ns 18:36:48.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.872153000, lastModified=2022-07-06 18:36:48.871179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.872153000, lastModified=2022-07-06 18:36:48.871179000, delta=974000 ns, racy<=17500 ns 18:36:48.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.872849000, lastModified=2022-07-06 18:36:48.871179000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.871179000 to 2022-07-06 18:36:48.872179000 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.874070000, lastModified=2022-07-06 18:36:48.873180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.874070000, lastModified=2022-07-06 18:36:48.873180000, delta=890000 ns, racy<=17500 ns 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.874494000, lastModified=2022-07-06 18:36:48.873180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.874494000, lastModified=2022-07-06 18:36:48.873180000, delta=1314000 ns, racy<=17500 ns 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.874927000, lastModified=2022-07-06 18:36:48.873180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.873180000 to 2022-07-06 18:36:48.874180000 18:36:48.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.875325000, lastModified=2022-07-06 18:36:48.874180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.875325000, lastModified=2022-07-06 18:36:48.874180000, delta=1145000 ns, racy<=17500 ns 18:36:48.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.876183000, lastModified=2022-07-06 18:36:48.874180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.874180000 to 2022-07-06 18:36:48.875180000 18:36:48.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.876777000, lastModified=2022-07-06 18:36:48.875180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.876777000, lastModified=2022-07-06 18:36:48.875180000, delta=1597000 ns, racy<=17500 ns 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.877172000, lastModified=2022-07-06 18:36:48.876180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.877172000, lastModified=2022-07-06 18:36:48.876180000, delta=992000 ns, racy<=17500 ns 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.877482000, lastModified=2022-07-06 18:36:48.876180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.877482000, lastModified=2022-07-06 18:36:48.876180000, delta=1302000 ns, racy<=17500 ns 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.877911000, lastModified=2022-07-06 18:36:48.876180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.876180000 to 2022-07-06 18:36:48.877180000 18:36:48.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.878677000, lastModified=2022-07-06 18:36:48.877180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.878677000, lastModified=2022-07-06 18:36:48.877180000, delta=1497000 ns, racy<=17500 ns 18:36:48.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.879009000, lastModified=2022-07-06 18:36:48.878180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.879009000, lastModified=2022-07-06 18:36:48.878180000, delta=829000 ns, racy<=17500 ns 18:36:48.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.879436000, lastModified=2022-07-06 18:36:48.878180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.878180000 to 2022-07-06 18:36:48.879180000 18:36:48.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.880745000, lastModified=2022-07-06 18:36:48.879180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.879180000 to 2022-07-06 18:36:48.880180000 18:36:48.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.881573000, lastModified=2022-07-06 18:36:48.880180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.881573000, lastModified=2022-07-06 18:36:48.880180000, delta=1393000 ns, racy<=17500 ns 18:36:48.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.882001000, lastModified=2022-07-06 18:36:48.880180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.880180000 to 2022-07-06 18:36:48.881180000 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.882520000, lastModified=2022-07-06 18:36:48.881180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.882520000, lastModified=2022-07-06 18:36:48.881180000, delta=1340000 ns, racy<=17500 ns 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.882924000, lastModified=2022-07-06 18:36:48.881180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.881180000 to 2022-07-06 18:36:48.882180000 18:36:48.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.883278000, lastModified=2022-07-06 18:36:48.882180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.883278000, lastModified=2022-07-06 18:36:48.882180000, delta=1098000 ns, racy<=17500 ns 18:36:48.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.884271000, lastModified=2022-07-06 18:36:48.883180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.884271000, lastModified=2022-07-06 18:36:48.883180000, delta=1091000 ns, racy<=17500 ns 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.884628000, lastModified=2022-07-06 18:36:48.883180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.884628000, lastModified=2022-07-06 18:36:48.883180000, delta=1448000 ns, racy<=17500 ns 18:36:48.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.884983000, lastModified=2022-07-06 18:36:48.884180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.884983000, lastModified=2022-07-06 18:36:48.884180000, delta=803000 ns, racy<=17500 ns 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.885309000, lastModified=2022-07-06 18:36:48.884180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.885309000, lastModified=2022-07-06 18:36:48.884180000, delta=1129000 ns, racy<=17500 ns 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.885949000, lastModified=2022-07-06 18:36:48.884180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.884180000 to 2022-07-06 18:36:48.885180000 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.886340000, lastModified=2022-07-06 18:36:48.885180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.886340000, lastModified=2022-07-06 18:36:48.885180000, delta=1160000 ns, racy<=17500 ns 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.886676000, lastModified=2022-07-06 18:36:48.885180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.886676000, lastModified=2022-07-06 18:36:48.885180000, delta=1496000 ns, racy<=17500 ns 18:36:48.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.887053000, lastModified=2022-07-06 18:36:48.886180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.887053000, lastModified=2022-07-06 18:36:48.886180000, delta=873000 ns, racy<=17500 ns 18:36:48.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.887419000, lastModified=2022-07-06 18:36:48.886180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.887419000, lastModified=2022-07-06 18:36:48.886180000, delta=1239000 ns, racy<=17500 ns 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.888285000, lastModified=2022-07-06 18:36:48.887180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.888285000, lastModified=2022-07-06 18:36:48.887180000, delta=1105000 ns, racy<=17500 ns 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.888743000, lastModified=2022-07-06 18:36:48.887180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.888743000, lastModified=2022-07-06 18:36:48.887180000, delta=1563000 ns, racy<=17500 ns 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.889209000, lastModified=2022-07-06 18:36:48.888180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.889209000, lastModified=2022-07-06 18:36:48.888180000, delta=1029000 ns, racy<=17500 ns 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.889633000, lastModified=2022-07-06 18:36:48.888180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.889633000, lastModified=2022-07-06 18:36:48.888180000, delta=1453000 ns, racy<=17500 ns 18:36:48.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.890570000, lastModified=2022-07-06 18:36:48.889180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.890570000, lastModified=2022-07-06 18:36:48.889180000, delta=1390000 ns, racy<=17500 ns 18:36:48.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.890987000, lastModified=2022-07-06 18:36:48.890180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.890987000, lastModified=2022-07-06 18:36:48.890180000, delta=807000 ns, racy<=17500 ns 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.891354000, lastModified=2022-07-06 18:36:48.890180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.891354000, lastModified=2022-07-06 18:36:48.890180000, delta=1174000 ns, racy<=17500 ns 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.891796000, lastModified=2022-07-06 18:36:48.890180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.890180000 to 2022-07-06 18:36:48.891180000 18:36:48.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.892435000, lastModified=2022-07-06 18:36:48.891180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.892435000, lastModified=2022-07-06 18:36:48.891180000, delta=1255000 ns, racy<=17500 ns 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.893253000, lastModified=2022-07-06 18:36:48.892180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.893253000, lastModified=2022-07-06 18:36:48.892180000, delta=1073000 ns, racy<=17500 ns 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.893625000, lastModified=2022-07-06 18:36:48.892180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.893625000, lastModified=2022-07-06 18:36:48.892180000, delta=1445000 ns, racy<=17500 ns 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.893947000, lastModified=2022-07-06 18:36:48.892180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.892180000 to 2022-07-06 18:36:48.893180000 18:36:48.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.894312000, lastModified=2022-07-06 18:36:48.893180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.894312000, lastModified=2022-07-06 18:36:48.893180000, delta=1132000 ns, racy<=17500 ns 18:36:48.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.894999000, lastModified=2022-07-06 18:36:48.893180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.893180000 to 2022-07-06 18:36:48.894180000 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.895445000, lastModified=2022-07-06 18:36:48.894180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.895445000, lastModified=2022-07-06 18:36:48.894180000, delta=1265000 ns, racy<=17500 ns 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.895722000, lastModified=2022-07-06 18:36:48.894180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.895722000, lastModified=2022-07-06 18:36:48.894180000, delta=1542000 ns, racy<=17500 ns 18:36:48.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.896093000, lastModified=2022-07-06 18:36:48.895180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.896093000, lastModified=2022-07-06 18:36:48.895180000, delta=913000 ns, racy<=17500 ns 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.896468000, lastModified=2022-07-06 18:36:48.895180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.896468000, lastModified=2022-07-06 18:36:48.895180000, delta=1288000 ns, racy<=17500 ns 18:36:48.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.897147000, lastModified=2022-07-06 18:36:48.896180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.897147000, lastModified=2022-07-06 18:36:48.896180000, delta=967000 ns, racy<=17500 ns 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.897508000, lastModified=2022-07-06 18:36:48.896180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.897508000, lastModified=2022-07-06 18:36:48.896180000, delta=1328000 ns, racy<=17500 ns 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.897910000, lastModified=2022-07-06 18:36:48.896180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.896180000 to 2022-07-06 18:36:48.897180000 18:36:48.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.898315000, lastModified=2022-07-06 18:36:48.897180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.898315000, lastModified=2022-07-06 18:36:48.897180000, delta=1135000 ns, racy<=17500 ns 18:36:48.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.899123000, lastModified=2022-07-06 18:36:48.897180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.897180000 to 2022-07-06 18:36:48.898180000 18:36:48.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.899697000, lastModified=2022-07-06 18:36:48.898180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.899697000, lastModified=2022-07-06 18:36:48.898180000, delta=1517000 ns, racy<=17500 ns 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.900148000, lastModified=2022-07-06 18:36:48.899180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.900148000, lastModified=2022-07-06 18:36:48.899180000, delta=968000 ns, racy<=17500 ns 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.900505000, lastModified=2022-07-06 18:36:48.899180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.900505000, lastModified=2022-07-06 18:36:48.899180000, delta=1325000 ns, racy<=17500 ns 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.900875000, lastModified=2022-07-06 18:36:48.899180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.899180000 to 2022-07-06 18:36:48.900180000 18:36:48.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.901713000, lastModified=2022-07-06 18:36:48.900180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.901713000, lastModified=2022-07-06 18:36:48.900180000, delta=1533000 ns, racy<=17500 ns 18:36:48.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.902065000, lastModified=2022-07-06 18:36:48.901180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.902065000, lastModified=2022-07-06 18:36:48.901180000, delta=885000 ns, racy<=17500 ns 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.902429000, lastModified=2022-07-06 18:36:48.901180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.902429000, lastModified=2022-07-06 18:36:48.901180000, delta=1249000 ns, racy<=17500 ns 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.902778000, lastModified=2022-07-06 18:36:48.901180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.902778000, lastModified=2022-07-06 18:36:48.901180000, delta=1598000 ns, racy<=17500 ns 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.903480000, lastModified=2022-07-06 18:36:48.902180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.903480000, lastModified=2022-07-06 18:36:48.902180000, delta=1300000 ns, racy<=17500 ns 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.903860000, lastModified=2022-07-06 18:36:48.902180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.902180000 to 2022-07-06 18:36:48.903180000 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.904302000, lastModified=2022-07-06 18:36:48.903180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.904302000, lastModified=2022-07-06 18:36:48.903180000, delta=1122000 ns, racy<=17500 ns 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.904669000, lastModified=2022-07-06 18:36:48.903180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.904669000, lastModified=2022-07-06 18:36:48.903180000, delta=1489000 ns, racy<=17500 ns 18:36:48.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.905061000, lastModified=2022-07-06 18:36:48.904180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.905061000, lastModified=2022-07-06 18:36:48.904180000, delta=881000 ns, racy<=17500 ns 18:36:48.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.905766000, lastModified=2022-07-06 18:36:48.904180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.905766000, lastModified=2022-07-06 18:36:48.904180000, delta=1586000 ns, racy<=17500 ns 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.906182000, lastModified=2022-07-06 18:36:48.905180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.906182000, lastModified=2022-07-06 18:36:48.905180000, delta=1002000 ns, racy<=17500 ns 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.906550000, lastModified=2022-07-06 18:36:48.905180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.906550000, lastModified=2022-07-06 18:36:48.905180000, delta=1370000 ns, racy<=17500 ns 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.906873000, lastModified=2022-07-06 18:36:48.905180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.905180000 to 2022-07-06 18:36:48.906180000 18:36:48.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.907594000, lastModified=2022-07-06 18:36:48.906180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.907594000, lastModified=2022-07-06 18:36:48.906180000, delta=1414000 ns, racy<=17500 ns 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.908191000, lastModified=2022-07-06 18:36:48.907180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.908191000, lastModified=2022-07-06 18:36:48.907180000, delta=1011000 ns, racy<=17500 ns 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.908508000, lastModified=2022-07-06 18:36:48.907180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.908508000, lastModified=2022-07-06 18:36:48.907180000, delta=1328000 ns, racy<=17500 ns 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.908821000, lastModified=2022-07-06 18:36:48.907180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.907180000 to 2022-07-06 18:36:48.908180000 18:36:48.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.909237000, lastModified=2022-07-06 18:36:48.908180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.909237000, lastModified=2022-07-06 18:36:48.908180000, delta=1057000 ns, racy<=17500 ns 18:36:48.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.910126000, lastModified=2022-07-06 18:36:48.909180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.910126000, lastModified=2022-07-06 18:36:48.909180000, delta=946000 ns, racy<=17500 ns 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.910510000, lastModified=2022-07-06 18:36:48.909180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.910510000, lastModified=2022-07-06 18:36:48.909180000, delta=1330000 ns, racy<=17500 ns 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.910853000, lastModified=2022-07-06 18:36:48.909180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.909180000 to 2022-07-06 18:36:48.910180000 18:36:48.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.911313000, lastModified=2022-07-06 18:36:48.910180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.911313000, lastModified=2022-07-06 18:36:48.910180000, delta=1133000 ns, racy<=17500 ns 18:36:48.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.912142000, lastModified=2022-07-06 18:36:48.910180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.910180000 to 2022-07-06 18:36:48.911180000 18:36:48.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.912668000, lastModified=2022-07-06 18:36:48.911180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.912668000, lastModified=2022-07-06 18:36:48.911180000, delta=1488000 ns, racy<=17500 ns 18:36:48.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.913035000, lastModified=2022-07-06 18:36:48.912180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.913035000, lastModified=2022-07-06 18:36:48.912180000, delta=855000 ns, racy<=17500 ns 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.913425000, lastModified=2022-07-06 18:36:48.912180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.913425000, lastModified=2022-07-06 18:36:48.912180000, delta=1245000 ns, racy<=17500 ns 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.913774000, lastModified=2022-07-06 18:36:48.912180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.913774000, lastModified=2022-07-06 18:36:48.912180000, delta=1594000 ns, racy<=17500 ns 18:36:48.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.914647000, lastModified=2022-07-06 18:36:48.913180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.914647000, lastModified=2022-07-06 18:36:48.913180000, delta=1467000 ns, racy<=17500 ns 18:36:48.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.915057000, lastModified=2022-07-06 18:36:48.914180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.915057000, lastModified=2022-07-06 18:36:48.914180000, delta=877000 ns, racy<=17500 ns 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.915434000, lastModified=2022-07-06 18:36:48.914180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.915434000, lastModified=2022-07-06 18:36:48.914180000, delta=1254000 ns, racy<=17500 ns 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.915822000, lastModified=2022-07-06 18:36:48.914180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.914180000 to 2022-07-06 18:36:48.915180000 18:36:48.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.916836000, lastModified=2022-07-06 18:36:48.915180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.915180000 to 2022-07-06 18:36:48.916180000 18:36:48.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.917430000, lastModified=2022-07-06 18:36:48.916180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.917430000, lastModified=2022-07-06 18:36:48.916180000, delta=1250000 ns, racy<=17500 ns 18:36:48.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.917810000, lastModified=2022-07-06 18:36:48.916180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.916180000 to 2022-07-06 18:36:48.917180000 18:36:48.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.918280000, lastModified=2022-07-06 18:36:48.917180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.918280000, lastModified=2022-07-06 18:36:48.917180000, delta=1100000 ns, racy<=17500 ns 18:36:48.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.918678000, lastModified=2022-07-06 18:36:48.917180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.918678000, lastModified=2022-07-06 18:36:48.917180000, delta=1498000 ns, racy<=17500 ns 18:36:48.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.919675000, lastModified=2022-07-06 18:36:48.918180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.919675000, lastModified=2022-07-06 18:36:48.918180000, delta=1495000 ns, racy<=17500 ns 18:36:48.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.920086000, lastModified=2022-07-06 18:36:48.919180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.920086000, lastModified=2022-07-06 18:36:48.919180000, delta=906000 ns, racy<=17500 ns 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.920485000, lastModified=2022-07-06 18:36:48.919180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.920485000, lastModified=2022-07-06 18:36:48.919180000, delta=1305000 ns, racy<=17500 ns 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.920849000, lastModified=2022-07-06 18:36:48.919180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.919180000 to 2022-07-06 18:36:48.920180000 18:36:48.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.921618000, lastModified=2022-07-06 18:36:48.920180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.920180000 to 2022-07-06 18:36:48.921180000 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.922253000, lastModified=2022-07-06 18:36:48.921180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.922253000, lastModified=2022-07-06 18:36:48.921180000, delta=1073000 ns, racy<=17500 ns 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.922652000, lastModified=2022-07-06 18:36:48.921180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.922652000, lastModified=2022-07-06 18:36:48.921180000, delta=1472000 ns, racy<=17500 ns 18:36:48.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.923040000, lastModified=2022-07-06 18:36:48.922180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.923040000, lastModified=2022-07-06 18:36:48.922180000, delta=860000 ns, racy<=17500 ns 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.923404000, lastModified=2022-07-06 18:36:48.922180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.923404000, lastModified=2022-07-06 18:36:48.922180000, delta=1224000 ns, racy<=17500 ns 18:36:48.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.924216000, lastModified=2022-07-06 18:36:48.923180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.924216000, lastModified=2022-07-06 18:36:48.923180000, delta=1036000 ns, racy<=17500 ns 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.924603000, lastModified=2022-07-06 18:36:48.923180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.924603000, lastModified=2022-07-06 18:36:48.923180000, delta=1423000 ns, racy<=17500 ns 18:36:48.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.925012000, lastModified=2022-07-06 18:36:48.923180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.923180000 to 2022-07-06 18:36:48.924180000 18:36:48.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.925397000, lastModified=2022-07-06 18:36:48.924180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.925397000, lastModified=2022-07-06 18:36:48.924180000, delta=1217000 ns, racy<=17500 ns 18:36:48.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.926034000, lastModified=2022-07-06 18:36:48.924180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.924180000 to 2022-07-06 18:36:48.925180000 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.926541000, lastModified=2022-07-06 18:36:48.925180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.926541000, lastModified=2022-07-06 18:36:48.925180000, delta=1361000 ns, racy<=17500 ns 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.926932000, lastModified=2022-07-06 18:36:48.925180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.925180000 to 2022-07-06 18:36:48.926180000 18:36:48.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.927327000, lastModified=2022-07-06 18:36:48.926180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.927327000, lastModified=2022-07-06 18:36:48.926180000, delta=1147000 ns, racy<=17500 ns 18:36:48.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.927733000, lastModified=2022-07-06 18:36:48.926180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.927733000, lastModified=2022-07-06 18:36:48.926180000, delta=1553000 ns, racy<=17500 ns 18:36:48.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.928611000, lastModified=2022-07-06 18:36:48.927180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.928611000, lastModified=2022-07-06 18:36:48.927180000, delta=1431000 ns, racy<=17500 ns 18:36:48.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.929023000, lastModified=2022-07-06 18:36:48.928180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.929023000, lastModified=2022-07-06 18:36:48.928180000, delta=843000 ns, racy<=17500 ns 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.929429000, lastModified=2022-07-06 18:36:48.928180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.929429000, lastModified=2022-07-06 18:36:48.928180000, delta=1249000 ns, racy<=17500 ns 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.929792000, lastModified=2022-07-06 18:36:48.928180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.929792000, lastModified=2022-07-06 18:36:48.928180000, delta=1612000 ns, racy<=17500 ns 18:36:48.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.930476000, lastModified=2022-07-06 18:36:48.929180000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.930476000, lastModified=2022-07-06 18:36:48.929180000, delta=1296000 ns, racy<=17500 ns 18:36:48.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.931017000, lastModified=2022-07-06 18:36:48.930181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.931017000, lastModified=2022-07-06 18:36:48.930181000, delta=836000 ns, racy<=17500 ns 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.931379000, lastModified=2022-07-06 18:36:48.930181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.931379000, lastModified=2022-07-06 18:36:48.930181000, delta=1198000 ns, racy<=17500 ns 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.931716000, lastModified=2022-07-06 18:36:48.930181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.931716000, lastModified=2022-07-06 18:36:48.930181000, delta=1535000 ns, racy<=17500 ns 18:36:48.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.932099000, lastModified=2022-07-06 18:36:48.931181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.932099000, lastModified=2022-07-06 18:36:48.931181000, delta=918000 ns, racy<=17500 ns 18:36:48.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.933085000, lastModified=2022-07-06 18:36:48.932181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.933085000, lastModified=2022-07-06 18:36:48.932181000, delta=904000 ns, racy<=17500 ns 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.933452000, lastModified=2022-07-06 18:36:48.932181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.933452000, lastModified=2022-07-06 18:36:48.932181000, delta=1271000 ns, racy<=17500 ns 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.933800000, lastModified=2022-07-06 18:36:48.932181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.932181000 to 2022-07-06 18:36:48.933181000 18:36:48.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.934208000, lastModified=2022-07-06 18:36:48.933181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.934208000, lastModified=2022-07-06 18:36:48.933181000, delta=1027000 ns, racy<=17500 ns 18:36:48.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.934825000, lastModified=2022-07-06 18:36:48.933181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.933181000 to 2022-07-06 18:36:48.934181000 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.935322000, lastModified=2022-07-06 18:36:48.934181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.935322000, lastModified=2022-07-06 18:36:48.934181000, delta=1141000 ns, racy<=17500 ns 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.935659000, lastModified=2022-07-06 18:36:48.934181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.935659000, lastModified=2022-07-06 18:36:48.934181000, delta=1478000 ns, racy<=17500 ns 18:36:48.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.936079000, lastModified=2022-07-06 18:36:48.935181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.936079000, lastModified=2022-07-06 18:36:48.935181000, delta=898000 ns, racy<=17500 ns 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.936393000, lastModified=2022-07-06 18:36:48.935181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.936393000, lastModified=2022-07-06 18:36:48.935181000, delta=1212000 ns, racy<=17500 ns 18:36:48.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.937229000, lastModified=2022-07-06 18:36:48.936181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:48.937229000, lastModified=2022-07-06 18:36:48.936181000, delta=1048000 ns, racy<=17500 ns 18:36:48.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:48.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:48.940370000, lastModified=2022-07-06 18:36:48.939181000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:48.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:48.939181000 to 2022-07-06 18:36:48.990182000 18:36:49.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.043753000, lastModified=2022-07-06 18:36:49.042182000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.042182000 to 2022-07-06 18:36:49.043182000 18:36:49.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.044784000, lastModified=2022-07-06 18:36:49.043182000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.043182000 to 2022-07-06 18:36:49.044183000 18:36:49.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.047681000, lastModified=2022-07-06 18:36:49.044183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.044183000 to 2022-07-06 18:36:49.046183000 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.051089000, lastModified=2022-07-06 18:36:49.050183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.051089000, lastModified=2022-07-06 18:36:49.050183000, delta=906000 ns, racy<=17500 ns 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.051586000, lastModified=2022-07-06 18:36:49.050183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.051586000, lastModified=2022-07-06 18:36:49.050183000, delta=1403000 ns, racy<=17500 ns 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.051942000, lastModified=2022-07-06 18:36:49.050183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.050183000 to 2022-07-06 18:36:49.051183000 18:36:49.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.052362000, lastModified=2022-07-06 18:36:49.051183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.052362000, lastModified=2022-07-06 18:36:49.051183000, delta=1179000 ns, racy<=17500 ns 18:36:49.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.053116000, lastModified=2022-07-06 18:36:49.052183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.053116000, lastModified=2022-07-06 18:36:49.052183000, delta=933000 ns, racy<=17500 ns 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.053424000, lastModified=2022-07-06 18:36:49.052183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.053424000, lastModified=2022-07-06 18:36:49.052183000, delta=1241000 ns, racy<=17500 ns 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.053962000, lastModified=2022-07-06 18:36:49.052183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.052183000 to 2022-07-06 18:36:49.053183000 18:36:49.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.054316000, lastModified=2022-07-06 18:36:49.053183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.054316000, lastModified=2022-07-06 18:36:49.053183000, delta=1133000 ns, racy<=17500 ns 18:36:49.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.054996000, lastModified=2022-07-06 18:36:49.053183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.053183000 to 2022-07-06 18:36:49.054183000 18:36:49.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.055501000, lastModified=2022-07-06 18:36:49.054183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.055501000, lastModified=2022-07-06 18:36:49.054183000, delta=1318000 ns, racy<=17500 ns 18:36:49.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.056109000, lastModified=2022-07-06 18:36:49.055183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.056109000, lastModified=2022-07-06 18:36:49.055183000, delta=926000 ns, racy<=17500 ns 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.056525000, lastModified=2022-07-06 18:36:49.055183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.056525000, lastModified=2022-07-06 18:36:49.055183000, delta=1342000 ns, racy<=17500 ns 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.056876000, lastModified=2022-07-06 18:36:49.055183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.055183000 to 2022-07-06 18:36:49.056183000 18:36:49.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.057685000, lastModified=2022-07-06 18:36:49.056183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.057685000, lastModified=2022-07-06 18:36:49.056183000, delta=1502000 ns, racy<=17500 ns 18:36:49.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.058042000, lastModified=2022-07-06 18:36:49.057183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.058042000, lastModified=2022-07-06 18:36:49.057183000, delta=859000 ns, racy<=17500 ns 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.058623000, lastModified=2022-07-06 18:36:49.057183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.058623000, lastModified=2022-07-06 18:36:49.057183000, delta=1440000 ns, racy<=17500 ns 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.058981000, lastModified=2022-07-06 18:36:49.057183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.057183000 to 2022-07-06 18:36:49.058183000 18:36:49.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.059844000, lastModified=2022-07-06 18:36:49.058183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.058183000 to 2022-07-06 18:36:49.059183000 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.060277000, lastModified=2022-07-06 18:36:49.059183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.060277000, lastModified=2022-07-06 18:36:49.059183000, delta=1094000 ns, racy<=17500 ns 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.060770000, lastModified=2022-07-06 18:36:49.059183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.060770000, lastModified=2022-07-06 18:36:49.059183000, delta=1587000 ns, racy<=17500 ns 18:36:49.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.061141000, lastModified=2022-07-06 18:36:49.060183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.061141000, lastModified=2022-07-06 18:36:49.060183000, delta=958000 ns, racy<=17500 ns 18:36:49.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.061519000, lastModified=2022-07-06 18:36:49.060183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.061519000, lastModified=2022-07-06 18:36:49.060183000, delta=1336000 ns, racy<=17500 ns 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.062477000, lastModified=2022-07-06 18:36:49.061183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.062477000, lastModified=2022-07-06 18:36:49.061183000, delta=1294000 ns, racy<=17500 ns 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.062803000, lastModified=2022-07-06 18:36:49.061183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.062803000, lastModified=2022-07-06 18:36:49.061183000, delta=1620000 ns, racy<=17500 ns 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.063206000, lastModified=2022-07-06 18:36:49.062183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.063206000, lastModified=2022-07-06 18:36:49.062183000, delta=1023000 ns, racy<=17500 ns 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.063579000, lastModified=2022-07-06 18:36:49.062183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.063579000, lastModified=2022-07-06 18:36:49.062183000, delta=1396000 ns, racy<=17500 ns 18:36:49.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.064492000, lastModified=2022-07-06 18:36:49.062183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.062183000 to 2022-07-06 18:36:49.063183000 18:36:49.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.064787000, lastModified=2022-07-06 18:36:49.063183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.064787000, lastModified=2022-07-06 18:36:49.063183000, delta=1604000 ns, racy<=17500 ns 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.065191000, lastModified=2022-07-06 18:36:49.064183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.065191000, lastModified=2022-07-06 18:36:49.064183000, delta=1008000 ns, racy<=17500 ns 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.065559000, lastModified=2022-07-06 18:36:49.064183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.065559000, lastModified=2022-07-06 18:36:49.064183000, delta=1376000 ns, racy<=17500 ns 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.065845000, lastModified=2022-07-06 18:36:49.064183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.064183000 to 2022-07-06 18:36:49.065183000 18:36:49.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.066803000, lastModified=2022-07-06 18:36:49.065183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.066803000, lastModified=2022-07-06 18:36:49.065183000, delta=1620000 ns, racy<=17500 ns 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.067202000, lastModified=2022-07-06 18:36:49.066183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.067202000, lastModified=2022-07-06 18:36:49.066183000, delta=1019000 ns, racy<=17500 ns 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.067571000, lastModified=2022-07-06 18:36:49.066183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.067571000, lastModified=2022-07-06 18:36:49.066183000, delta=1388000 ns, racy<=17500 ns 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.067848000, lastModified=2022-07-06 18:36:49.066183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.066183000 to 2022-07-06 18:36:49.067183000 18:36:49.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.068788000, lastModified=2022-07-06 18:36:49.067183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.068788000, lastModified=2022-07-06 18:36:49.067183000, delta=1605000 ns, racy<=17500 ns 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.069209000, lastModified=2022-07-06 18:36:49.068183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.069209000, lastModified=2022-07-06 18:36:49.068183000, delta=1026000 ns, racy<=17500 ns 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.069523000, lastModified=2022-07-06 18:36:49.068183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.069523000, lastModified=2022-07-06 18:36:49.068183000, delta=1340000 ns, racy<=17500 ns 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.069803000, lastModified=2022-07-06 18:36:49.068183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.069803000, lastModified=2022-07-06 18:36:49.068183000, delta=1620000 ns, racy<=17500 ns 18:36:49.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.070195000, lastModified=2022-07-06 18:36:49.069183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.070195000, lastModified=2022-07-06 18:36:49.069183000, delta=1012000 ns, racy<=17500 ns 18:36:49.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.072103000, lastModified=2022-07-06 18:36:49.071183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.072103000, lastModified=2022-07-06 18:36:49.071183000, delta=920000 ns, racy<=17500 ns 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.072502000, lastModified=2022-07-06 18:36:49.071183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.072502000, lastModified=2022-07-06 18:36:49.071183000, delta=1319000 ns, racy<=17500 ns 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.072855000, lastModified=2022-07-06 18:36:49.071183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.071183000 to 2022-07-06 18:36:49.072183000 18:36:49.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.073285000, lastModified=2022-07-06 18:36:49.072183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.073285000, lastModified=2022-07-06 18:36:49.072183000, delta=1102000 ns, racy<=17500 ns 18:36:49.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.074827000, lastModified=2022-07-06 18:36:49.072183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.072183000 to 2022-07-06 18:36:49.074183000 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.075184000, lastModified=2022-07-06 18:36:49.074183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.075184000, lastModified=2022-07-06 18:36:49.074183000, delta=1001000 ns, racy<=17500 ns 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.075572000, lastModified=2022-07-06 18:36:49.074183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.075572000, lastModified=2022-07-06 18:36:49.074183000, delta=1389000 ns, racy<=17500 ns 18:36:49.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.076029000, lastModified=2022-07-06 18:36:49.074183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.074183000 to 2022-07-06 18:36:49.075183000 18:36:49.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.076362000, lastModified=2022-07-06 18:36:49.075183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.076362000, lastModified=2022-07-06 18:36:49.075183000, delta=1179000 ns, racy<=17500 ns 18:36:49.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.077240000, lastModified=2022-07-06 18:36:49.076183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.077240000, lastModified=2022-07-06 18:36:49.076183000, delta=1057000 ns, racy<=17500 ns 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.077646000, lastModified=2022-07-06 18:36:49.076183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.077646000, lastModified=2022-07-06 18:36:49.076183000, delta=1463000 ns, racy<=17500 ns 18:36:49.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.078096000, lastModified=2022-07-06 18:36:49.077183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.078096000, lastModified=2022-07-06 18:36:49.077183000, delta=913000 ns, racy<=17500 ns 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.078468000, lastModified=2022-07-06 18:36:49.077183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.078468000, lastModified=2022-07-06 18:36:49.077183000, delta=1285000 ns, racy<=17500 ns 18:36:49.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.079190000, lastModified=2022-07-06 18:36:49.077183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.077183000 to 2022-07-06 18:36:49.078183000 18:36:49.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.079647000, lastModified=2022-07-06 18:36:49.078183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.079647000, lastModified=2022-07-06 18:36:49.078183000, delta=1464000 ns, racy<=17500 ns 18:36:49.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.080021000, lastModified=2022-07-06 18:36:49.079183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.080021000, lastModified=2022-07-06 18:36:49.079183000, delta=838000 ns, racy<=17500 ns 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.080303000, lastModified=2022-07-06 18:36:49.079183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.080303000, lastModified=2022-07-06 18:36:49.079183000, delta=1120000 ns, racy<=17500 ns 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.080844000, lastModified=2022-07-06 18:36:49.079183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.079183000 to 2022-07-06 18:36:49.080183000 18:36:49.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.081839000, lastModified=2022-07-06 18:36:49.080183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.080183000 to 2022-07-06 18:36:49.081183000 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.082229000, lastModified=2022-07-06 18:36:49.081183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.082229000, lastModified=2022-07-06 18:36:49.081183000, delta=1046000 ns, racy<=17500 ns 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.082608000, lastModified=2022-07-06 18:36:49.081183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.082608000, lastModified=2022-07-06 18:36:49.081183000, delta=1425000 ns, racy<=17500 ns 18:36:49.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.083028000, lastModified=2022-07-06 18:36:49.082183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.083028000, lastModified=2022-07-06 18:36:49.082183000, delta=845000 ns, racy<=17500 ns 18:36:49.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.083855000, lastModified=2022-07-06 18:36:49.082183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.082183000 to 2022-07-06 18:36:49.083183000 18:36:49.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.084384000, lastModified=2022-07-06 18:36:49.083183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.084384000, lastModified=2022-07-06 18:36:49.083183000, delta=1201000 ns, racy<=17500 ns 18:36:49.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.084810000, lastModified=2022-07-06 18:36:49.083183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.083183000 to 2022-07-06 18:36:49.084183000 18:36:49.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.085244000, lastModified=2022-07-06 18:36:49.084183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.085244000, lastModified=2022-07-06 18:36:49.084183000, delta=1061000 ns, racy<=17500 ns 18:36:49.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.085658000, lastModified=2022-07-06 18:36:49.084183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.085658000, lastModified=2022-07-06 18:36:49.084183000, delta=1475000 ns, racy<=17500 ns 18:36:49.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.086623000, lastModified=2022-07-06 18:36:49.085183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.086623000, lastModified=2022-07-06 18:36:49.085183000, delta=1440000 ns, racy<=17500 ns 18:36:49.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.087035000, lastModified=2022-07-06 18:36:49.086183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.087035000, lastModified=2022-07-06 18:36:49.086183000, delta=852000 ns, racy<=17500 ns 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.087359000, lastModified=2022-07-06 18:36:49.086183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.087359000, lastModified=2022-07-06 18:36:49.086183000, delta=1176000 ns, racy<=17500 ns 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.087688000, lastModified=2022-07-06 18:36:49.086183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.087688000, lastModified=2022-07-06 18:36:49.086183000, delta=1505000 ns, racy<=17500 ns 18:36:49.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.088452000, lastModified=2022-07-06 18:36:49.087183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.088452000, lastModified=2022-07-06 18:36:49.087183000, delta=1269000 ns, racy<=17500 ns 18:36:49.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.088950000, lastModified=2022-07-06 18:36:49.087183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.087183000 to 2022-07-06 18:36:49.088183000 18:36:49.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.089371000, lastModified=2022-07-06 18:36:49.088183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.089371000, lastModified=2022-07-06 18:36:49.088183000, delta=1188000 ns, racy<=17500 ns 18:36:49.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.089774000, lastModified=2022-07-06 18:36:49.088183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.088183000 to 2022-07-06 18:36:49.089183000 18:36:49.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.090181000, lastModified=2022-07-06 18:36:49.089183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.090181000, lastModified=2022-07-06 18:36:49.089183000, delta=998000 ns, racy<=17500 ns 18:36:49.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.090909000, lastModified=2022-07-06 18:36:49.089183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.089183000 to 2022-07-06 18:36:49.090183000 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.091256000, lastModified=2022-07-06 18:36:49.090183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.091256000, lastModified=2022-07-06 18:36:49.090183000, delta=1073000 ns, racy<=17500 ns 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.091661000, lastModified=2022-07-06 18:36:49.090183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.091661000, lastModified=2022-07-06 18:36:49.090183000, delta=1478000 ns, racy<=17500 ns 18:36:49.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.092042000, lastModified=2022-07-06 18:36:49.091183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.092042000, lastModified=2022-07-06 18:36:49.091183000, delta=859000 ns, racy<=17500 ns 18:36:49.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.092747000, lastModified=2022-07-06 18:36:49.091183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.091183000 to 2022-07-06 18:36:49.092183000 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.093241000, lastModified=2022-07-06 18:36:49.092183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.093241000, lastModified=2022-07-06 18:36:49.092183000, delta=1058000 ns, racy<=17500 ns 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.093642000, lastModified=2022-07-06 18:36:49.092183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.093642000, lastModified=2022-07-06 18:36:49.092183000, delta=1459000 ns, racy<=17500 ns 18:36:49.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.094016000, lastModified=2022-07-06 18:36:49.093183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.094016000, lastModified=2022-07-06 18:36:49.093183000, delta=833000 ns, racy<=17500 ns 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.094322000, lastModified=2022-07-06 18:36:49.093183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.094322000, lastModified=2022-07-06 18:36:49.093183000, delta=1139000 ns, racy<=17500 ns 18:36:49.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.095065000, lastModified=2022-07-06 18:36:49.094183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.095065000, lastModified=2022-07-06 18:36:49.094183000, delta=882000 ns, racy<=17500 ns 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.095431000, lastModified=2022-07-06 18:36:49.094183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.095431000, lastModified=2022-07-06 18:36:49.094183000, delta=1248000 ns, racy<=17500 ns 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.095835000, lastModified=2022-07-06 18:36:49.094183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.094183000 to 2022-07-06 18:36:49.095183000 18:36:49.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.096255000, lastModified=2022-07-06 18:36:49.095183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.096255000, lastModified=2022-07-06 18:36:49.095183000, delta=1072000 ns, racy<=17500 ns 18:36:49.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.096989000, lastModified=2022-07-06 18:36:49.095183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.095183000 to 2022-07-06 18:36:49.096183000 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.097379000, lastModified=2022-07-06 18:36:49.096183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.097379000, lastModified=2022-07-06 18:36:49.096183000, delta=1196000 ns, racy<=17500 ns 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.097697000, lastModified=2022-07-06 18:36:49.096183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.097697000, lastModified=2022-07-06 18:36:49.096183000, delta=1514000 ns, racy<=17500 ns 18:36:49.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.098120000, lastModified=2022-07-06 18:36:49.097183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.098120000, lastModified=2022-07-06 18:36:49.097183000, delta=937000 ns, racy<=17500 ns 18:36:49.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.098484000, lastModified=2022-07-06 18:36:49.097183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.098484000, lastModified=2022-07-06 18:36:49.097183000, delta=1301000 ns, racy<=17500 ns 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.099379000, lastModified=2022-07-06 18:36:49.098183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.099379000, lastModified=2022-07-06 18:36:49.098183000, delta=1196000 ns, racy<=17500 ns 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.099784000, lastModified=2022-07-06 18:36:49.098183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.098183000 to 2022-07-06 18:36:49.099183000 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.100213000, lastModified=2022-07-06 18:36:49.099183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.100213000, lastModified=2022-07-06 18:36:49.099183000, delta=1030000 ns, racy<=17500 ns 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.100569000, lastModified=2022-07-06 18:36:49.099183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.100569000, lastModified=2022-07-06 18:36:49.099183000, delta=1386000 ns, racy<=17500 ns 18:36:49.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.101253000, lastModified=2022-07-06 18:36:49.099183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.099183000 to 2022-07-06 18:36:49.100183000 18:36:49.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.101649000, lastModified=2022-07-06 18:36:49.100183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.101649000, lastModified=2022-07-06 18:36:49.100183000, delta=1466000 ns, racy<=17500 ns 18:36:49.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.102057000, lastModified=2022-07-06 18:36:49.101183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.102057000, lastModified=2022-07-06 18:36:49.101183000, delta=874000 ns, racy<=17500 ns 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.102464000, lastModified=2022-07-06 18:36:49.101183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.102464000, lastModified=2022-07-06 18:36:49.101183000, delta=1281000 ns, racy<=17500 ns 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.102868000, lastModified=2022-07-06 18:36:49.101183000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.101183000 to 2022-07-06 18:36:49.102184000 18:36:49.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.103666000, lastModified=2022-07-06 18:36:49.102184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.103666000, lastModified=2022-07-06 18:36:49.102184000, delta=1482000 ns, racy<=17500 ns 18:36:49.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.104083000, lastModified=2022-07-06 18:36:49.103184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.104083000, lastModified=2022-07-06 18:36:49.103184000, delta=899000 ns, racy<=17500 ns 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.104488000, lastModified=2022-07-06 18:36:49.103184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.104488000, lastModified=2022-07-06 18:36:49.103184000, delta=1304000 ns, racy<=17500 ns 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.104943000, lastModified=2022-07-06 18:36:49.103184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.103184000 to 2022-07-06 18:36:49.104184000 18:36:49.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.105544000, lastModified=2022-07-06 18:36:49.104184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.105544000, lastModified=2022-07-06 18:36:49.104184000, delta=1360000 ns, racy<=17500 ns 18:36:49.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.106007000, lastModified=2022-07-06 18:36:49.104184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.104184000 to 2022-07-06 18:36:49.105184000 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.106443000, lastModified=2022-07-06 18:36:49.105184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.106443000, lastModified=2022-07-06 18:36:49.105184000, delta=1259000 ns, racy<=17500 ns 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.106846000, lastModified=2022-07-06 18:36:49.105184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.105184000 to 2022-07-06 18:36:49.106184000 18:36:49.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.107205000, lastModified=2022-07-06 18:36:49.106184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.107205000, lastModified=2022-07-06 18:36:49.106184000, delta=1021000 ns, racy<=17500 ns 18:36:49.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.107879000, lastModified=2022-07-06 18:36:49.106184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.106184000 to 2022-07-06 18:36:49.107184000 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.108259000, lastModified=2022-07-06 18:36:49.107184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.108259000, lastModified=2022-07-06 18:36:49.107184000, delta=1075000 ns, racy<=17500 ns 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.108651000, lastModified=2022-07-06 18:36:49.107184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.108651000, lastModified=2022-07-06 18:36:49.107184000, delta=1467000 ns, racy<=17500 ns 18:36:49.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.109059000, lastModified=2022-07-06 18:36:49.108184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.109059000, lastModified=2022-07-06 18:36:49.108184000, delta=875000 ns, racy<=17500 ns 18:36:49.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.109833000, lastModified=2022-07-06 18:36:49.108184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.108184000 to 2022-07-06 18:36:49.109184000 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.110277000, lastModified=2022-07-06 18:36:49.109184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.110277000, lastModified=2022-07-06 18:36:49.109184000, delta=1093000 ns, racy<=17500 ns 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.110576000, lastModified=2022-07-06 18:36:49.109184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.110576000, lastModified=2022-07-06 18:36:49.109184000, delta=1392000 ns, racy<=17500 ns 18:36:49.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.111009000, lastModified=2022-07-06 18:36:49.110184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.111009000, lastModified=2022-07-06 18:36:49.110184000, delta=825000 ns, racy<=17500 ns 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.111448000, lastModified=2022-07-06 18:36:49.110184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.111448000, lastModified=2022-07-06 18:36:49.110184000, delta=1264000 ns, racy<=17500 ns 18:36:49.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.112217000, lastModified=2022-07-06 18:36:49.111184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.112217000, lastModified=2022-07-06 18:36:49.111184000, delta=1033000 ns, racy<=17500 ns 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.112642000, lastModified=2022-07-06 18:36:49.111184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.112642000, lastModified=2022-07-06 18:36:49.111184000, delta=1458000 ns, racy<=17500 ns 18:36:49.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.113028000, lastModified=2022-07-06 18:36:49.112184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.113028000, lastModified=2022-07-06 18:36:49.112184000, delta=844000 ns, racy<=17500 ns 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.113449000, lastModified=2022-07-06 18:36:49.112184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.113449000, lastModified=2022-07-06 18:36:49.112184000, delta=1265000 ns, racy<=17500 ns 18:36:49.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.114236000, lastModified=2022-07-06 18:36:49.112184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.112184000 to 2022-07-06 18:36:49.113184000 18:36:49.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.114738000, lastModified=2022-07-06 18:36:49.113184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.113184000 to 2022-07-06 18:36:49.114184000 18:36:49.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.137044000, lastModified=2022-07-06 18:36:49.136184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.137044000, lastModified=2022-07-06 18:36:49.136184000, delta=860000 ns, racy<=17500 ns 18:36:49.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.137786000, lastModified=2022-07-06 18:36:49.136184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.136184000 to 2022-07-06 18:36:49.137184000 18:36:49.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.138173000, lastModified=2022-07-06 18:36:49.137184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.138173000, lastModified=2022-07-06 18:36:49.137184000, delta=989000 ns, racy<=17500 ns 18:36:49.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.139016000, lastModified=2022-07-06 18:36:49.138184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.139016000, lastModified=2022-07-06 18:36:49.138184000, delta=832000 ns, racy<=17500 ns 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.139366000, lastModified=2022-07-06 18:36:49.138184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.139366000, lastModified=2022-07-06 18:36:49.138184000, delta=1182000 ns, racy<=17500 ns 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.139828000, lastModified=2022-07-06 18:36:49.138184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.138184000 to 2022-07-06 18:36:49.139184000 18:36:49.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.140409000, lastModified=2022-07-06 18:36:49.139184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.140409000, lastModified=2022-07-06 18:36:49.139184000, delta=1225000 ns, racy<=17500 ns 18:36:49.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.141152000, lastModified=2022-07-06 18:36:49.139184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.139184000 to 2022-07-06 18:36:49.140184000 18:36:49.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.141871000, lastModified=2022-07-06 18:36:49.140184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.140184000 to 2022-07-06 18:36:49.141184000 18:36:49.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.142243000, lastModified=2022-07-06 18:36:49.141184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.142243000, lastModified=2022-07-06 18:36:49.141184000, delta=1059000 ns, racy<=17500 ns 18:36:49.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.142811000, lastModified=2022-07-06 18:36:49.141184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.141184000 to 2022-07-06 18:36:49.142184000 18:36:49.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.143223000, lastModified=2022-07-06 18:36:49.142184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.143223000, lastModified=2022-07-06 18:36:49.142184000, delta=1039000 ns, racy<=17500 ns 18:36:49.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.144055000, lastModified=2022-07-06 18:36:49.143184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.144055000, lastModified=2022-07-06 18:36:49.143184000, delta=871000 ns, racy<=17500 ns 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.144420000, lastModified=2022-07-06 18:36:49.143184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.144420000, lastModified=2022-07-06 18:36:49.143184000, delta=1236000 ns, racy<=17500 ns 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.144757000, lastModified=2022-07-06 18:36:49.143184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.144757000, lastModified=2022-07-06 18:36:49.143184000, delta=1573000 ns, racy<=17500 ns 18:36:49.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.145184000, lastModified=2022-07-06 18:36:49.144184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.145184000, lastModified=2022-07-06 18:36:49.144184000, delta=1000000 ns, racy<=17500 ns 18:36:49.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.145849000, lastModified=2022-07-06 18:36:49.144184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.144184000 to 2022-07-06 18:36:49.145184000 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.146399000, lastModified=2022-07-06 18:36:49.145184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.146399000, lastModified=2022-07-06 18:36:49.145184000, delta=1215000 ns, racy<=17500 ns 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.146725000, lastModified=2022-07-06 18:36:49.145184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.146725000, lastModified=2022-07-06 18:36:49.145184000, delta=1541000 ns, racy<=17500 ns 18:36:49.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.147055000, lastModified=2022-07-06 18:36:49.146184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.147055000, lastModified=2022-07-06 18:36:49.146184000, delta=871000 ns, racy<=17500 ns 18:36:49.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.147405000, lastModified=2022-07-06 18:36:49.146184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.147405000, lastModified=2022-07-06 18:36:49.146184000, delta=1221000 ns, racy<=17500 ns 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.148342000, lastModified=2022-07-06 18:36:49.147184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.148342000, lastModified=2022-07-06 18:36:49.147184000, delta=1158000 ns, racy<=17500 ns 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.148691000, lastModified=2022-07-06 18:36:49.147184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.148691000, lastModified=2022-07-06 18:36:49.147184000, delta=1507000 ns, racy<=17500 ns 18:36:49.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.149074000, lastModified=2022-07-06 18:36:49.148184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.149074000, lastModified=2022-07-06 18:36:49.148184000, delta=890000 ns, racy<=17500 ns 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.149392000, lastModified=2022-07-06 18:36:49.148184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.149392000, lastModified=2022-07-06 18:36:49.148184000, delta=1208000 ns, racy<=17500 ns 18:36:49.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.150399000, lastModified=2022-07-06 18:36:49.148184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.148184000 to 2022-07-06 18:36:49.149184000 18:36:49.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.150880000, lastModified=2022-07-06 18:36:49.149184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.149184000 to 2022-07-06 18:36:49.150184000 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.151312000, lastModified=2022-07-06 18:36:49.150184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.151312000, lastModified=2022-07-06 18:36:49.150184000, delta=1128000 ns, racy<=17500 ns 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.151663000, lastModified=2022-07-06 18:36:49.150184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.151663000, lastModified=2022-07-06 18:36:49.150184000, delta=1479000 ns, racy<=17500 ns 18:36:49.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.152138000, lastModified=2022-07-06 18:36:49.151184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.152138000, lastModified=2022-07-06 18:36:49.151184000, delta=954000 ns, racy<=17500 ns 18:36:49.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.153162000, lastModified=2022-07-06 18:36:49.152184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.153162000, lastModified=2022-07-06 18:36:49.152184000, delta=978000 ns, racy<=17500 ns 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.153528000, lastModified=2022-07-06 18:36:49.152184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.153528000, lastModified=2022-07-06 18:36:49.152184000, delta=1344000 ns, racy<=17500 ns 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.153848000, lastModified=2022-07-06 18:36:49.152184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.152184000 to 2022-07-06 18:36:49.153184000 18:36:49.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.154242000, lastModified=2022-07-06 18:36:49.153184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.154242000, lastModified=2022-07-06 18:36:49.153184000, delta=1058000 ns, racy<=17500 ns 18:36:49.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.154883000, lastModified=2022-07-06 18:36:49.153184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.153184000 to 2022-07-06 18:36:49.154184000 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.155440000, lastModified=2022-07-06 18:36:49.154184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.155440000, lastModified=2022-07-06 18:36:49.154184000, delta=1256000 ns, racy<=17500 ns 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.155753000, lastModified=2022-07-06 18:36:49.154184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.155753000, lastModified=2022-07-06 18:36:49.154184000, delta=1569000 ns, racy<=17500 ns 18:36:49.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.156154000, lastModified=2022-07-06 18:36:49.155184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.156154000, lastModified=2022-07-06 18:36:49.155184000, delta=970000 ns, racy<=17500 ns 18:36:49.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.156520000, lastModified=2022-07-06 18:36:49.155184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.156520000, lastModified=2022-07-06 18:36:49.155184000, delta=1336000 ns, racy<=17500 ns 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.157468000, lastModified=2022-07-06 18:36:49.156184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.157468000, lastModified=2022-07-06 18:36:49.156184000, delta=1284000 ns, racy<=17500 ns 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.157831000, lastModified=2022-07-06 18:36:49.156184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.156184000 to 2022-07-06 18:36:49.157184000 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.158252000, lastModified=2022-07-06 18:36:49.157184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.158252000, lastModified=2022-07-06 18:36:49.157184000, delta=1068000 ns, racy<=17500 ns 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.158640000, lastModified=2022-07-06 18:36:49.157184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.158640000, lastModified=2022-07-06 18:36:49.157184000, delta=1456000 ns, racy<=17500 ns 18:36:49.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.159324000, lastModified=2022-07-06 18:36:49.158184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.159324000, lastModified=2022-07-06 18:36:49.158184000, delta=1140000 ns, racy<=17500 ns 18:36:49.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.159854000, lastModified=2022-07-06 18:36:49.158184000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.158184000 to 2022-07-06 18:36:49.159185000 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.160259000, lastModified=2022-07-06 18:36:49.159185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.160259000, lastModified=2022-07-06 18:36:49.159185000, delta=1074000 ns, racy<=17500 ns 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.160617000, lastModified=2022-07-06 18:36:49.159185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.160617000, lastModified=2022-07-06 18:36:49.159185000, delta=1432000 ns, racy<=17500 ns 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.160969000, lastModified=2022-07-06 18:36:49.159185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.159185000 to 2022-07-06 18:36:49.160185000 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.162031000, lastModified=2022-07-06 18:36:49.161185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.162031000, lastModified=2022-07-06 18:36:49.161185000, delta=846000 ns, racy<=17500 ns 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.162428000, lastModified=2022-07-06 18:36:49.161185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.162428000, lastModified=2022-07-06 18:36:49.161185000, delta=1243000 ns, racy<=17500 ns 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.162764000, lastModified=2022-07-06 18:36:49.161185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.162764000, lastModified=2022-07-06 18:36:49.161185000, delta=1579000 ns, racy<=17500 ns 18:36:49.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.163154000, lastModified=2022-07-06 18:36:49.162185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.163154000, lastModified=2022-07-06 18:36:49.162185000, delta=969000 ns, racy<=17500 ns 18:36:49.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.164005000, lastModified=2022-07-06 18:36:49.162185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.162185000 to 2022-07-06 18:36:49.163185000 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.164498000, lastModified=2022-07-06 18:36:49.163185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.164498000, lastModified=2022-07-06 18:36:49.163185000, delta=1313000 ns, racy<=17500 ns 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.164820000, lastModified=2022-07-06 18:36:49.163185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.163185000 to 2022-07-06 18:36:49.164185000 18:36:49.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.165221000, lastModified=2022-07-06 18:36:49.164185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.165221000, lastModified=2022-07-06 18:36:49.164185000, delta=1036000 ns, racy<=17500 ns 18:36:49.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.165621000, lastModified=2022-07-06 18:36:49.164185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.165621000, lastModified=2022-07-06 18:36:49.164185000, delta=1436000 ns, racy<=17500 ns 18:36:49.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.166769000, lastModified=2022-07-06 18:36:49.165185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.165185000 to 2022-07-06 18:36:49.166185000 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.167201000, lastModified=2022-07-06 18:36:49.166185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.167201000, lastModified=2022-07-06 18:36:49.166185000, delta=1016000 ns, racy<=17500 ns 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.167598000, lastModified=2022-07-06 18:36:49.166185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.167598000, lastModified=2022-07-06 18:36:49.166185000, delta=1413000 ns, racy<=17500 ns 18:36:49.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.167989000, lastModified=2022-07-06 18:36:49.167185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.167989000, lastModified=2022-07-06 18:36:49.167185000, delta=804000 ns, racy<=17500 ns 18:36:49.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.168721000, lastModified=2022-07-06 18:36:49.167185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.167185000 to 2022-07-06 18:36:49.168185000 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.169247000, lastModified=2022-07-06 18:36:49.168185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.169247000, lastModified=2022-07-06 18:36:49.168185000, delta=1062000 ns, racy<=17500 ns 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.169668000, lastModified=2022-07-06 18:36:49.168185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.169668000, lastModified=2022-07-06 18:36:49.168185000, delta=1483000 ns, racy<=17500 ns 18:36:49.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.170001000, lastModified=2022-07-06 18:36:49.169185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.170001000, lastModified=2022-07-06 18:36:49.169185000, delta=816000 ns, racy<=17500 ns 18:36:49.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.170416000, lastModified=2022-07-06 18:36:49.169185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.170416000, lastModified=2022-07-06 18:36:49.169185000, delta=1231000 ns, racy<=17500 ns 18:36:49.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.171650000, lastModified=2022-07-06 18:36:49.170185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.171650000, lastModified=2022-07-06 18:36:49.170185000, delta=1465000 ns, racy<=17500 ns 18:36:49.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.172046000, lastModified=2022-07-06 18:36:49.171185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.172046000, lastModified=2022-07-06 18:36:49.171185000, delta=861000 ns, racy<=17500 ns 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.172428000, lastModified=2022-07-06 18:36:49.171185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.172428000, lastModified=2022-07-06 18:36:49.171185000, delta=1243000 ns, racy<=17500 ns 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.172796000, lastModified=2022-07-06 18:36:49.171185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.171185000 to 2022-07-06 18:36:49.172185000 18:36:49.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.173632000, lastModified=2022-07-06 18:36:49.172185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.172185000 to 2022-07-06 18:36:49.173185000 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.174246000, lastModified=2022-07-06 18:36:49.173185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.174246000, lastModified=2022-07-06 18:36:49.173185000, delta=1061000 ns, racy<=17500 ns 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.174590000, lastModified=2022-07-06 18:36:49.173185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.174590000, lastModified=2022-07-06 18:36:49.173185000, delta=1405000 ns, racy<=17500 ns 18:36:49.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.175011000, lastModified=2022-07-06 18:36:49.174185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.175011000, lastModified=2022-07-06 18:36:49.174185000, delta=826000 ns, racy<=17500 ns 18:36:49.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.175353000, lastModified=2022-07-06 18:36:49.174185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.175353000, lastModified=2022-07-06 18:36:49.174185000, delta=1168000 ns, racy<=17500 ns 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.176222000, lastModified=2022-07-06 18:36:49.175185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.176222000, lastModified=2022-07-06 18:36:49.175185000, delta=1037000 ns, racy<=17500 ns 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.176637000, lastModified=2022-07-06 18:36:49.175185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.176637000, lastModified=2022-07-06 18:36:49.175185000, delta=1452000 ns, racy<=17500 ns 18:36:49.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.177050000, lastModified=2022-07-06 18:36:49.176185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.177050000, lastModified=2022-07-06 18:36:49.176185000, delta=865000 ns, racy<=17500 ns 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.177418000, lastModified=2022-07-06 18:36:49.176185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.177418000, lastModified=2022-07-06 18:36:49.176185000, delta=1233000 ns, racy<=17500 ns 18:36:49.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.178251000, lastModified=2022-07-06 18:36:49.176185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.176185000 to 2022-07-06 18:36:49.177185000 18:36:49.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.178683000, lastModified=2022-07-06 18:36:49.177185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.178683000, lastModified=2022-07-06 18:36:49.177185000, delta=1498000 ns, racy<=17500 ns 18:36:49.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.179064000, lastModified=2022-07-06 18:36:49.178185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.179064000, lastModified=2022-07-06 18:36:49.178185000, delta=879000 ns, racy<=17500 ns 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.179435000, lastModified=2022-07-06 18:36:49.178185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.179435000, lastModified=2022-07-06 18:36:49.178185000, delta=1250000 ns, racy<=17500 ns 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.179801000, lastModified=2022-07-06 18:36:49.178185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.178185000 to 2022-07-06 18:36:49.179185000 18:36:49.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.180648000, lastModified=2022-07-06 18:36:49.179185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.180648000, lastModified=2022-07-06 18:36:49.179185000, delta=1463000 ns, racy<=17500 ns 18:36:49.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.181049000, lastModified=2022-07-06 18:36:49.180185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.181049000, lastModified=2022-07-06 18:36:49.180185000, delta=864000 ns, racy<=17500 ns 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.181452000, lastModified=2022-07-06 18:36:49.180185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.181452000, lastModified=2022-07-06 18:36:49.180185000, delta=1267000 ns, racy<=17500 ns 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.181831000, lastModified=2022-07-06 18:36:49.180185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.180185000 to 2022-07-06 18:36:49.181185000 18:36:49.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.182756000, lastModified=2022-07-06 18:36:49.181185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.181185000 to 2022-07-06 18:36:49.182185000 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.183212000, lastModified=2022-07-06 18:36:49.182185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.183212000, lastModified=2022-07-06 18:36:49.182185000, delta=1027000 ns, racy<=17500 ns 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.183542000, lastModified=2022-07-06 18:36:49.182185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.183542000, lastModified=2022-07-06 18:36:49.182185000, delta=1357000 ns, racy<=17500 ns 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.183952000, lastModified=2022-07-06 18:36:49.182185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.182185000 to 2022-07-06 18:36:49.183185000 18:36:49.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.184314000, lastModified=2022-07-06 18:36:49.183185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.184314000, lastModified=2022-07-06 18:36:49.183185000, delta=1129000 ns, racy<=17500 ns 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.185184000, lastModified=2022-07-06 18:36:49.184185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.185184000, lastModified=2022-07-06 18:36:49.184185000, delta=999000 ns, racy<=17500 ns 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.185567000, lastModified=2022-07-06 18:36:49.184185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.185567000, lastModified=2022-07-06 18:36:49.184185000, delta=1382000 ns, racy<=17500 ns 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.185965000, lastModified=2022-07-06 18:36:49.184185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.184185000 to 2022-07-06 18:36:49.185185000 18:36:49.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.186283000, lastModified=2022-07-06 18:36:49.185185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.186283000, lastModified=2022-07-06 18:36:49.185185000, delta=1098000 ns, racy<=17500 ns 18:36:49.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.187106000, lastModified=2022-07-06 18:36:49.185185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.185185000 to 2022-07-06 18:36:49.186185000 18:36:49.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.187524000, lastModified=2022-07-06 18:36:49.186185000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.187524000, lastModified=2022-07-06 18:36:49.186185000, delta=1339000 ns, racy<=17500 ns 18:36:49.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.237391000, lastModified=2022-07-06 18:36:49.235186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.235186000 to 2022-07-06 18:36:49.238186000 18:36:49.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.239483000, lastModified=2022-07-06 18:36:49.238186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.239483000, lastModified=2022-07-06 18:36:49.238186000, delta=1297000 ns, racy<=17500 ns 18:36:49.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.240058000, lastModified=2022-07-06 18:36:49.238186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.238186000 to 2022-07-06 18:36:49.239186000 18:36:49.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.240840000, lastModified=2022-07-06 18:36:49.239186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.239186000 to 2022-07-06 18:36:49.240186000 18:36:49.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.241323000, lastModified=2022-07-06 18:36:49.240186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.241323000, lastModified=2022-07-06 18:36:49.240186000, delta=1137000 ns, racy<=17500 ns 18:36:49.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.241764000, lastModified=2022-07-06 18:36:49.240186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.240186000 to 2022-07-06 18:36:49.241186000 18:36:49.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.242304000, lastModified=2022-07-06 18:36:49.241186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.242304000, lastModified=2022-07-06 18:36:49.241186000, delta=1118000 ns, racy<=17500 ns 18:36:49.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.243352000, lastModified=2022-07-06 18:36:49.241186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.241186000 to 2022-07-06 18:36:49.242186000 18:36:49.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.243899000, lastModified=2022-07-06 18:36:49.242186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.242186000 to 2022-07-06 18:36:49.243186000 18:36:49.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.244379000, lastModified=2022-07-06 18:36:49.243186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.244379000, lastModified=2022-07-06 18:36:49.243186000, delta=1193000 ns, racy<=17500 ns 18:36:49.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.244853000, lastModified=2022-07-06 18:36:49.243186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.243186000 to 2022-07-06 18:36:49.244186000 18:36:49.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.245226000, lastModified=2022-07-06 18:36:49.244186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.245226000, lastModified=2022-07-06 18:36:49.244186000, delta=1040000 ns, racy<=17500 ns 18:36:49.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.245945000, lastModified=2022-07-06 18:36:49.244186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.244186000 to 2022-07-06 18:36:49.245186000 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.246272000, lastModified=2022-07-06 18:36:49.245186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.246272000, lastModified=2022-07-06 18:36:49.245186000, delta=1086000 ns, racy<=17500 ns 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.246598000, lastModified=2022-07-06 18:36:49.245186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.246598000, lastModified=2022-07-06 18:36:49.245186000, delta=1412000 ns, racy<=17500 ns 18:36:49.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.246988000, lastModified=2022-07-06 18:36:49.245186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.245186000 to 2022-07-06 18:36:49.246186000 18:36:49.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.247693000, lastModified=2022-07-06 18:36:49.246186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.247693000, lastModified=2022-07-06 18:36:49.246186000, delta=1507000 ns, racy<=17500 ns 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.248210000, lastModified=2022-07-06 18:36:49.247186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.248210000, lastModified=2022-07-06 18:36:49.247186000, delta=1024000 ns, racy<=17500 ns 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.248550000, lastModified=2022-07-06 18:36:49.247186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.248550000, lastModified=2022-07-06 18:36:49.247186000, delta=1364000 ns, racy<=17500 ns 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.248879000, lastModified=2022-07-06 18:36:49.247186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.247186000 to 2022-07-06 18:36:49.248186000 18:36:49.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.249345000, lastModified=2022-07-06 18:36:49.248186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.249345000, lastModified=2022-07-06 18:36:49.248186000, delta=1159000 ns, racy<=17500 ns 18:36:49.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.250145000, lastModified=2022-07-06 18:36:49.249186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.250145000, lastModified=2022-07-06 18:36:49.249186000, delta=959000 ns, racy<=17500 ns 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.250542000, lastModified=2022-07-06 18:36:49.249186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.250542000, lastModified=2022-07-06 18:36:49.249186000, delta=1356000 ns, racy<=17500 ns 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.250919000, lastModified=2022-07-06 18:36:49.249186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.249186000 to 2022-07-06 18:36:49.250186000 18:36:49.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.251349000, lastModified=2022-07-06 18:36:49.250186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.251349000, lastModified=2022-07-06 18:36:49.250186000, delta=1163000 ns, racy<=17500 ns 18:36:49.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.252110000, lastModified=2022-07-06 18:36:49.250186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.250186000 to 2022-07-06 18:36:49.251186000 18:36:49.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.252613000, lastModified=2022-07-06 18:36:49.251186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.252613000, lastModified=2022-07-06 18:36:49.251186000, delta=1427000 ns, racy<=17500 ns 18:36:49.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.253026000, lastModified=2022-07-06 18:36:49.251186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.251186000 to 2022-07-06 18:36:49.252186000 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.253446000, lastModified=2022-07-06 18:36:49.252186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.253446000, lastModified=2022-07-06 18:36:49.252186000, delta=1260000 ns, racy<=17500 ns 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.253773000, lastModified=2022-07-06 18:36:49.252186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.253773000, lastModified=2022-07-06 18:36:49.252186000, delta=1587000 ns, racy<=17500 ns 18:36:49.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.254730000, lastModified=2022-07-06 18:36:49.253186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.254730000, lastModified=2022-07-06 18:36:49.253186000, delta=1544000 ns, racy<=17500 ns 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.255179000, lastModified=2022-07-06 18:36:49.254186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.255179000, lastModified=2022-07-06 18:36:49.254186000, delta=993000 ns, racy<=17500 ns 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.255568000, lastModified=2022-07-06 18:36:49.254186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.255568000, lastModified=2022-07-06 18:36:49.254186000, delta=1382000 ns, racy<=17500 ns 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.255948000, lastModified=2022-07-06 18:36:49.254186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.254186000 to 2022-07-06 18:36:49.255186000 18:36:49.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.256735000, lastModified=2022-07-06 18:36:49.255186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.256735000, lastModified=2022-07-06 18:36:49.255186000, delta=1549000 ns, racy<=17500 ns 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.257210000, lastModified=2022-07-06 18:36:49.256186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.257210000, lastModified=2022-07-06 18:36:49.256186000, delta=1024000 ns, racy<=17500 ns 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.257606000, lastModified=2022-07-06 18:36:49.256186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.257606000, lastModified=2022-07-06 18:36:49.256186000, delta=1420000 ns, racy<=17500 ns 18:36:49.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.258027000, lastModified=2022-07-06 18:36:49.256186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.256186000 to 2022-07-06 18:36:49.257186000 18:36:49.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.258433000, lastModified=2022-07-06 18:36:49.257186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.258433000, lastModified=2022-07-06 18:36:49.257186000, delta=1247000 ns, racy<=17500 ns 18:36:49.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.259158000, lastModified=2022-07-06 18:36:49.258186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.259158000, lastModified=2022-07-06 18:36:49.258186000, delta=972000 ns, racy<=17500 ns 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.259512000, lastModified=2022-07-06 18:36:49.258186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.259512000, lastModified=2022-07-06 18:36:49.258186000, delta=1326000 ns, racy<=17500 ns 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.259847000, lastModified=2022-07-06 18:36:49.258186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.258186000 to 2022-07-06 18:36:49.259186000 18:36:49.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.260298000, lastModified=2022-07-06 18:36:49.259186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.260298000, lastModified=2022-07-06 18:36:49.259186000, delta=1112000 ns, racy<=17500 ns 18:36:49.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.261059000, lastModified=2022-07-06 18:36:49.259186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.259186000 to 2022-07-06 18:36:49.260186000 18:36:49.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.261684000, lastModified=2022-07-06 18:36:49.260186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.261684000, lastModified=2022-07-06 18:36:49.260186000, delta=1498000 ns, racy<=17500 ns 18:36:49.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.262106000, lastModified=2022-07-06 18:36:49.261186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.262106000, lastModified=2022-07-06 18:36:49.261186000, delta=920000 ns, racy<=17500 ns 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.262574000, lastModified=2022-07-06 18:36:49.261186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.262574000, lastModified=2022-07-06 18:36:49.261186000, delta=1388000 ns, racy<=17500 ns 18:36:49.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.263036000, lastModified=2022-07-06 18:36:49.262186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.263036000, lastModified=2022-07-06 18:36:49.262186000, delta=850000 ns, racy<=17500 ns 18:36:49.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.264192000, lastModified=2022-07-06 18:36:49.263186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.264192000, lastModified=2022-07-06 18:36:49.263186000, delta=1006000 ns, racy<=17500 ns 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.264588000, lastModified=2022-07-06 18:36:49.263186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.264588000, lastModified=2022-07-06 18:36:49.263186000, delta=1402000 ns, racy<=17500 ns 18:36:49.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.265054000, lastModified=2022-07-06 18:36:49.264186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.265054000, lastModified=2022-07-06 18:36:49.264186000, delta=868000 ns, racy<=17500 ns 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.265581000, lastModified=2022-07-06 18:36:49.264186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.265581000, lastModified=2022-07-06 18:36:49.264186000, delta=1395000 ns, racy<=17500 ns 18:36:49.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.266425000, lastModified=2022-07-06 18:36:49.265186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.266425000, lastModified=2022-07-06 18:36:49.265186000, delta=1239000 ns, racy<=17500 ns 18:36:49.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.266927000, lastModified=2022-07-06 18:36:49.265186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.265186000 to 2022-07-06 18:36:49.266186000 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.267313000, lastModified=2022-07-06 18:36:49.266186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.267313000, lastModified=2022-07-06 18:36:49.266186000, delta=1127000 ns, racy<=17500 ns 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.267630000, lastModified=2022-07-06 18:36:49.266186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.267630000, lastModified=2022-07-06 18:36:49.266186000, delta=1444000 ns, racy<=17500 ns 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.267963000, lastModified=2022-07-06 18:36:49.266186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.266186000 to 2022-07-06 18:36:49.267186000 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.269015000, lastModified=2022-07-06 18:36:49.268186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.269015000, lastModified=2022-07-06 18:36:49.268186000, delta=829000 ns, racy<=17500 ns 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.269502000, lastModified=2022-07-06 18:36:49.268186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.269502000, lastModified=2022-07-06 18:36:49.268186000, delta=1316000 ns, racy<=17500 ns 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.269829000, lastModified=2022-07-06 18:36:49.268186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.268186000 to 2022-07-06 18:36:49.269186000 18:36:49.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.270247000, lastModified=2022-07-06 18:36:49.269186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.270247000, lastModified=2022-07-06 18:36:49.269186000, delta=1061000 ns, racy<=17500 ns 18:36:49.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.270946000, lastModified=2022-07-06 18:36:49.269186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.269186000 to 2022-07-06 18:36:49.270186000 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.271441000, lastModified=2022-07-06 18:36:49.270186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.271441000, lastModified=2022-07-06 18:36:49.270186000, delta=1255000 ns, racy<=17500 ns 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.271750000, lastModified=2022-07-06 18:36:49.270186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.271750000, lastModified=2022-07-06 18:36:49.270186000, delta=1564000 ns, racy<=17500 ns 18:36:49.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.272135000, lastModified=2022-07-06 18:36:49.271186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.272135000, lastModified=2022-07-06 18:36:49.271186000, delta=949000 ns, racy<=17500 ns 18:36:49.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.272505000, lastModified=2022-07-06 18:36:49.271186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.272505000, lastModified=2022-07-06 18:36:49.271186000, delta=1319000 ns, racy<=17500 ns 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.273401000, lastModified=2022-07-06 18:36:49.272186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.273401000, lastModified=2022-07-06 18:36:49.272186000, delta=1215000 ns, racy<=17500 ns 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.273781000, lastModified=2022-07-06 18:36:49.272186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.273781000, lastModified=2022-07-06 18:36:49.272186000, delta=1595000 ns, racy<=17500 ns 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.274235000, lastModified=2022-07-06 18:36:49.273186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.274235000, lastModified=2022-07-06 18:36:49.273186000, delta=1049000 ns, racy<=17500 ns 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.274656000, lastModified=2022-07-06 18:36:49.273186000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.274656000, lastModified=2022-07-06 18:36:49.273186000, delta=1470000 ns, racy<=17500 ns 18:36:49.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.275507000, lastModified=2022-07-06 18:36:49.274187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.275507000, lastModified=2022-07-06 18:36:49.274187000, delta=1320000 ns, racy<=17500 ns 18:36:49.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.276047000, lastModified=2022-07-06 18:36:49.275187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.276047000, lastModified=2022-07-06 18:36:49.275187000, delta=860000 ns, racy<=17500 ns 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.276466000, lastModified=2022-07-06 18:36:49.275187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.276466000, lastModified=2022-07-06 18:36:49.275187000, delta=1279000 ns, racy<=17500 ns 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.276836000, lastModified=2022-07-06 18:36:49.275187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.275187000 to 2022-07-06 18:36:49.276187000 18:36:49.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.277271000, lastModified=2022-07-06 18:36:49.276187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.277271000, lastModified=2022-07-06 18:36:49.276187000, delta=1084000 ns, racy<=17500 ns 18:36:49.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.278211000, lastModified=2022-07-06 18:36:49.277187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.278211000, lastModified=2022-07-06 18:36:49.277187000, delta=1024000 ns, racy<=17500 ns 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.278637000, lastModified=2022-07-06 18:36:49.277187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.278637000, lastModified=2022-07-06 18:36:49.277187000, delta=1450000 ns, racy<=17500 ns 18:36:49.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.279076000, lastModified=2022-07-06 18:36:49.278187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.279076000, lastModified=2022-07-06 18:36:49.278187000, delta=889000 ns, racy<=17500 ns 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.279491000, lastModified=2022-07-06 18:36:49.278187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.279491000, lastModified=2022-07-06 18:36:49.278187000, delta=1304000 ns, racy<=17500 ns 18:36:49.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.280291000, lastModified=2022-07-06 18:36:49.278187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.278187000 to 2022-07-06 18:36:49.279187000 18:36:49.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.280915000, lastModified=2022-07-06 18:36:49.279187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.279187000 to 2022-07-06 18:36:49.280187000 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.281297000, lastModified=2022-07-06 18:36:49.280187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.281297000, lastModified=2022-07-06 18:36:49.280187000, delta=1110000 ns, racy<=17500 ns 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.281707000, lastModified=2022-07-06 18:36:49.280187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.281707000, lastModified=2022-07-06 18:36:49.280187000, delta=1520000 ns, racy<=17500 ns 18:36:49.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.282151000, lastModified=2022-07-06 18:36:49.281187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.282151000, lastModified=2022-07-06 18:36:49.281187000, delta=964000 ns, racy<=17500 ns 18:36:49.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.283120000, lastModified=2022-07-06 18:36:49.282187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.283120000, lastModified=2022-07-06 18:36:49.282187000, delta=933000 ns, racy<=17500 ns 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.283534000, lastModified=2022-07-06 18:36:49.282187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.283534000, lastModified=2022-07-06 18:36:49.282187000, delta=1347000 ns, racy<=17500 ns 18:36:49.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.283997000, lastModified=2022-07-06 18:36:49.283187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.283997000, lastModified=2022-07-06 18:36:49.283187000, delta=810000 ns, racy<=17500 ns 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.284467000, lastModified=2022-07-06 18:36:49.283187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.284467000, lastModified=2022-07-06 18:36:49.283187000, delta=1280000 ns, racy<=17500 ns 18:36:49.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.285290000, lastModified=2022-07-06 18:36:49.283187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.283187000 to 2022-07-06 18:36:49.284187000 18:36:49.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.285838000, lastModified=2022-07-06 18:36:49.284187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.284187000 to 2022-07-06 18:36:49.285187000 18:36:49.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.286281000, lastModified=2022-07-06 18:36:49.285187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.286281000, lastModified=2022-07-06 18:36:49.285187000, delta=1094000 ns, racy<=17500 ns 18:36:49.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.286768000, lastModified=2022-07-06 18:36:49.285187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.285187000 to 2022-07-06 18:36:49.286187000 18:36:49.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.287260000, lastModified=2022-07-06 18:36:49.286187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.287260000, lastModified=2022-07-06 18:36:49.286187000, delta=1073000 ns, racy<=17500 ns 18:36:49.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.288215000, lastModified=2022-07-06 18:36:49.287187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.288215000, lastModified=2022-07-06 18:36:49.287187000, delta=1028000 ns, racy<=17500 ns 18:36:49.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.288591000, lastModified=2022-07-06 18:36:49.287187000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.288591000, lastModified=2022-07-06 18:36:49.287187000, delta=1404000 ns, racy<=17500 ns 18:36:49.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.337177000, lastModified=2022-07-06 18:36:49.336188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.337177000, lastModified=2022-07-06 18:36:49.336188000, delta=989000 ns, racy<=17500 ns 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.337609000, lastModified=2022-07-06 18:36:49.336188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.337609000, lastModified=2022-07-06 18:36:49.336188000, delta=1421000 ns, racy<=17500 ns 18:36:49.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.338535000, lastModified=2022-07-06 18:36:49.337188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.338535000, lastModified=2022-07-06 18:36:49.337188000, delta=1347000 ns, racy<=17500 ns 18:36:49.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.339129000, lastModified=2022-07-06 18:36:49.338188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.339129000, lastModified=2022-07-06 18:36:49.338188000, delta=941000 ns, racy<=17500 ns 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.339525000, lastModified=2022-07-06 18:36:49.338188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.339525000, lastModified=2022-07-06 18:36:49.338188000, delta=1337000 ns, racy<=17500 ns 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.339846000, lastModified=2022-07-06 18:36:49.338188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.338188000 to 2022-07-06 18:36:49.339188000 18:36:49.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.340250000, lastModified=2022-07-06 18:36:49.339188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.340250000, lastModified=2022-07-06 18:36:49.339188000, delta=1062000 ns, racy<=17500 ns 18:36:49.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.341203000, lastModified=2022-07-06 18:36:49.340188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.341203000, lastModified=2022-07-06 18:36:49.340188000, delta=1015000 ns, racy<=17500 ns 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.341583000, lastModified=2022-07-06 18:36:49.340188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.341583000, lastModified=2022-07-06 18:36:49.340188000, delta=1395000 ns, racy<=17500 ns 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.341936000, lastModified=2022-07-06 18:36:49.340188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.340188000 to 2022-07-06 18:36:49.341188000 18:36:49.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.342365000, lastModified=2022-07-06 18:36:49.341188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.342365000, lastModified=2022-07-06 18:36:49.341188000, delta=1177000 ns, racy<=17500 ns 18:36:49.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.343039000, lastModified=2022-07-06 18:36:49.341188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.341188000 to 2022-07-06 18:36:49.342188000 18:36:49.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.343656000, lastModified=2022-07-06 18:36:49.342188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.343656000, lastModified=2022-07-06 18:36:49.342188000, delta=1468000 ns, racy<=17500 ns 18:36:49.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.344020000, lastModified=2022-07-06 18:36:49.343188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.344020000, lastModified=2022-07-06 18:36:49.343188000, delta=832000 ns, racy<=17500 ns 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.344451000, lastModified=2022-07-06 18:36:49.343188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.344451000, lastModified=2022-07-06 18:36:49.343188000, delta=1263000 ns, racy<=17500 ns 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.344781000, lastModified=2022-07-06 18:36:49.343188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.344781000, lastModified=2022-07-06 18:36:49.343188000, delta=1593000 ns, racy<=17500 ns 18:36:49.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.345707000, lastModified=2022-07-06 18:36:49.344188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.345707000, lastModified=2022-07-06 18:36:49.344188000, delta=1519000 ns, racy<=17500 ns 18:36:49.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.346101000, lastModified=2022-07-06 18:36:49.345188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.346101000, lastModified=2022-07-06 18:36:49.345188000, delta=913000 ns, racy<=17500 ns 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.346484000, lastModified=2022-07-06 18:36:49.345188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.346484000, lastModified=2022-07-06 18:36:49.345188000, delta=1296000 ns, racy<=17500 ns 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.346841000, lastModified=2022-07-06 18:36:49.345188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.345188000 to 2022-07-06 18:36:49.346188000 18:36:49.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.347680000, lastModified=2022-07-06 18:36:49.346188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.347680000, lastModified=2022-07-06 18:36:49.346188000, delta=1492000 ns, racy<=17500 ns 18:36:49.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.348152000, lastModified=2022-07-06 18:36:49.347188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.348152000, lastModified=2022-07-06 18:36:49.347188000, delta=964000 ns, racy<=17500 ns 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.348612000, lastModified=2022-07-06 18:36:49.347188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.348612000, lastModified=2022-07-06 18:36:49.347188000, delta=1424000 ns, racy<=17500 ns 18:36:49.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.349101000, lastModified=2022-07-06 18:36:49.348188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.349101000, lastModified=2022-07-06 18:36:49.348188000, delta=913000 ns, racy<=17500 ns 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.349419000, lastModified=2022-07-06 18:36:49.348188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.349419000, lastModified=2022-07-06 18:36:49.348188000, delta=1231000 ns, racy<=17500 ns 18:36:49.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.350161000, lastModified=2022-07-06 18:36:49.349188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.350161000, lastModified=2022-07-06 18:36:49.349188000, delta=973000 ns, racy<=17500 ns 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.350493000, lastModified=2022-07-06 18:36:49.349188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.350493000, lastModified=2022-07-06 18:36:49.349188000, delta=1305000 ns, racy<=17500 ns 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.350839000, lastModified=2022-07-06 18:36:49.349188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.349188000 to 2022-07-06 18:36:49.350188000 18:36:49.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.351204000, lastModified=2022-07-06 18:36:49.350188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.351204000, lastModified=2022-07-06 18:36:49.350188000, delta=1016000 ns, racy<=17500 ns 18:36:49.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.351817000, lastModified=2022-07-06 18:36:49.350188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.350188000 to 2022-07-06 18:36:49.351188000 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.352254000, lastModified=2022-07-06 18:36:49.351188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.352254000, lastModified=2022-07-06 18:36:49.351188000, delta=1066000 ns, racy<=17500 ns 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.352572000, lastModified=2022-07-06 18:36:49.351188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.352572000, lastModified=2022-07-06 18:36:49.351188000, delta=1384000 ns, racy<=17500 ns 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.352929000, lastModified=2022-07-06 18:36:49.351188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.351188000 to 2022-07-06 18:36:49.352188000 18:36:49.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.353244000, lastModified=2022-07-06 18:36:49.352188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.353244000, lastModified=2022-07-06 18:36:49.352188000, delta=1056000 ns, racy<=17500 ns 18:36:49.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.354030000, lastModified=2022-07-06 18:36:49.352188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.352188000 to 2022-07-06 18:36:49.353188000 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.354392000, lastModified=2022-07-06 18:36:49.353188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.354392000, lastModified=2022-07-06 18:36:49.353188000, delta=1204000 ns, racy<=17500 ns 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.354742000, lastModified=2022-07-06 18:36:49.353188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.354742000, lastModified=2022-07-06 18:36:49.353188000, delta=1554000 ns, racy<=17500 ns 18:36:49.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.355108000, lastModified=2022-07-06 18:36:49.354188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.355108000, lastModified=2022-07-06 18:36:49.354188000, delta=920000 ns, racy<=17500 ns 18:36:49.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.355751000, lastModified=2022-07-06 18:36:49.354188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.354188000 to 2022-07-06 18:36:49.355188000 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.356165000, lastModified=2022-07-06 18:36:49.355188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.356165000, lastModified=2022-07-06 18:36:49.355188000, delta=977000 ns, racy<=17500 ns 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.356491000, lastModified=2022-07-06 18:36:49.355188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.356491000, lastModified=2022-07-06 18:36:49.355188000, delta=1303000 ns, racy<=17500 ns 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.356812000, lastModified=2022-07-06 18:36:49.355188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.355188000 to 2022-07-06 18:36:49.356188000 18:36:49.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.357157000, lastModified=2022-07-06 18:36:49.356188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.357157000, lastModified=2022-07-06 18:36:49.356188000, delta=969000 ns, racy<=17500 ns 18:36:49.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.358027000, lastModified=2022-07-06 18:36:49.357188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.358027000, lastModified=2022-07-06 18:36:49.357188000, delta=839000 ns, racy<=17500 ns 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.358482000, lastModified=2022-07-06 18:36:49.357188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.358482000, lastModified=2022-07-06 18:36:49.357188000, delta=1294000 ns, racy<=17500 ns 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.358939000, lastModified=2022-07-06 18:36:49.357188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.357188000 to 2022-07-06 18:36:49.358188000 18:36:49.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.359371000, lastModified=2022-07-06 18:36:49.358188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.359371000, lastModified=2022-07-06 18:36:49.358188000, delta=1183000 ns, racy<=17500 ns 18:36:49.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.360124000, lastModified=2022-07-06 18:36:49.358188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.358188000 to 2022-07-06 18:36:49.359188000 18:36:49.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.360612000, lastModified=2022-07-06 18:36:49.359188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.360612000, lastModified=2022-07-06 18:36:49.359188000, delta=1424000 ns, racy<=17500 ns 18:36:49.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.360996000, lastModified=2022-07-06 18:36:49.360188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.360996000, lastModified=2022-07-06 18:36:49.360188000, delta=808000 ns, racy<=17500 ns 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.361396000, lastModified=2022-07-06 18:36:49.360188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.361396000, lastModified=2022-07-06 18:36:49.360188000, delta=1208000 ns, racy<=17500 ns 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.361800000, lastModified=2022-07-06 18:36:49.360188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.360188000 to 2022-07-06 18:36:49.361188000 18:36:49.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.362714000, lastModified=2022-07-06 18:36:49.361188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.362714000, lastModified=2022-07-06 18:36:49.361188000, delta=1526000 ns, racy<=17500 ns 18:36:49.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.363129000, lastModified=2022-07-06 18:36:49.362188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.363129000, lastModified=2022-07-06 18:36:49.362188000, delta=941000 ns, racy<=17500 ns 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.363516000, lastModified=2022-07-06 18:36:49.362188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.363516000, lastModified=2022-07-06 18:36:49.362188000, delta=1328000 ns, racy<=17500 ns 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.363868000, lastModified=2022-07-06 18:36:49.362188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.362188000 to 2022-07-06 18:36:49.363188000 18:36:49.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.364608000, lastModified=2022-07-06 18:36:49.363188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.364608000, lastModified=2022-07-06 18:36:49.363188000, delta=1420000 ns, racy<=17500 ns 18:36:49.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.365310000, lastModified=2022-07-06 18:36:49.364188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.365310000, lastModified=2022-07-06 18:36:49.364188000, delta=1122000 ns, racy<=17500 ns 18:36:49.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.365747000, lastModified=2022-07-06 18:36:49.364188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.365747000, lastModified=2022-07-06 18:36:49.364188000, delta=1559000 ns, racy<=17500 ns 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.366232000, lastModified=2022-07-06 18:36:49.365188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.366232000, lastModified=2022-07-06 18:36:49.365188000, delta=1044000 ns, racy<=17500 ns 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.366644000, lastModified=2022-07-06 18:36:49.365188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.366644000, lastModified=2022-07-06 18:36:49.365188000, delta=1456000 ns, racy<=17500 ns 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.367465000, lastModified=2022-07-06 18:36:49.366188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.367465000, lastModified=2022-07-06 18:36:49.366188000, delta=1277000 ns, racy<=17500 ns 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.367831000, lastModified=2022-07-06 18:36:49.366188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.366188000 to 2022-07-06 18:36:49.367188000 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.368238000, lastModified=2022-07-06 18:36:49.367188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.368238000, lastModified=2022-07-06 18:36:49.367188000, delta=1050000 ns, racy<=17500 ns 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.368659000, lastModified=2022-07-06 18:36:49.367188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.368659000, lastModified=2022-07-06 18:36:49.367188000, delta=1471000 ns, racy<=17500 ns 18:36:49.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.369519000, lastModified=2022-07-06 18:36:49.368188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.369519000, lastModified=2022-07-06 18:36:49.368188000, delta=1331000 ns, racy<=17500 ns 18:36:49.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.370036000, lastModified=2022-07-06 18:36:49.369188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.370036000, lastModified=2022-07-06 18:36:49.369188000, delta=848000 ns, racy<=17500 ns 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.370429000, lastModified=2022-07-06 18:36:49.369188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.370429000, lastModified=2022-07-06 18:36:49.369188000, delta=1241000 ns, racy<=17500 ns 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.370849000, lastModified=2022-07-06 18:36:49.369188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.369188000 to 2022-07-06 18:36:49.370188000 18:36:49.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.371231000, lastModified=2022-07-06 18:36:49.370188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.371231000, lastModified=2022-07-06 18:36:49.370188000, delta=1043000 ns, racy<=17500 ns 18:36:49.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.372083000, lastModified=2022-07-06 18:36:49.371188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.372083000, lastModified=2022-07-06 18:36:49.371188000, delta=895000 ns, racy<=17500 ns 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.372430000, lastModified=2022-07-06 18:36:49.371188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.372430000, lastModified=2022-07-06 18:36:49.371188000, delta=1242000 ns, racy<=17500 ns 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.372842000, lastModified=2022-07-06 18:36:49.371188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.371188000 to 2022-07-06 18:36:49.372188000 18:36:49.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.373250000, lastModified=2022-07-06 18:36:49.372188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.373250000, lastModified=2022-07-06 18:36:49.372188000, delta=1062000 ns, racy<=17500 ns 18:36:49.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.373995000, lastModified=2022-07-06 18:36:49.372188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.372188000 to 2022-07-06 18:36:49.373188000 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.374511000, lastModified=2022-07-06 18:36:49.373188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.374511000, lastModified=2022-07-06 18:36:49.373188000, delta=1323000 ns, racy<=17500 ns 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.374968000, lastModified=2022-07-06 18:36:49.373188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.373188000 to 2022-07-06 18:36:49.374188000 18:36:49.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.375397000, lastModified=2022-07-06 18:36:49.374188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.375397000, lastModified=2022-07-06 18:36:49.374188000, delta=1209000 ns, racy<=17500 ns 18:36:49.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.375734000, lastModified=2022-07-06 18:36:49.374188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.375734000, lastModified=2022-07-06 18:36:49.374188000, delta=1546000 ns, racy<=17500 ns 18:36:49.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.376638000, lastModified=2022-07-06 18:36:49.375188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.376638000, lastModified=2022-07-06 18:36:49.375188000, delta=1450000 ns, racy<=17500 ns 18:36:49.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.377039000, lastModified=2022-07-06 18:36:49.376188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.377039000, lastModified=2022-07-06 18:36:49.376188000, delta=851000 ns, racy<=17500 ns 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.377467000, lastModified=2022-07-06 18:36:49.376188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.377467000, lastModified=2022-07-06 18:36:49.376188000, delta=1279000 ns, racy<=17500 ns 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.377849000, lastModified=2022-07-06 18:36:49.376188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.376188000 to 2022-07-06 18:36:49.377188000 18:36:49.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.378775000, lastModified=2022-07-06 18:36:49.377188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.377188000 to 2022-07-06 18:36:49.378188000 18:36:49.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.379382000, lastModified=2022-07-06 18:36:49.378188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.379382000, lastModified=2022-07-06 18:36:49.378188000, delta=1194000 ns, racy<=17500 ns 18:36:49.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.379765000, lastModified=2022-07-06 18:36:49.378188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.378188000 to 2022-07-06 18:36:49.379188000 18:36:49.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.380219000, lastModified=2022-07-06 18:36:49.379188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.380219000, lastModified=2022-07-06 18:36:49.379188000, delta=1031000 ns, racy<=17500 ns 18:36:49.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.380548000, lastModified=2022-07-06 18:36:49.379188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.380548000, lastModified=2022-07-06 18:36:49.379188000, delta=1360000 ns, racy<=17500 ns 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.381490000, lastModified=2022-07-06 18:36:49.380188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.381490000, lastModified=2022-07-06 18:36:49.380188000, delta=1302000 ns, racy<=17500 ns 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.381930000, lastModified=2022-07-06 18:36:49.380188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.380188000 to 2022-07-06 18:36:49.381188000 18:36:49.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.382340000, lastModified=2022-07-06 18:36:49.381188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.382340000, lastModified=2022-07-06 18:36:49.381188000, delta=1152000 ns, racy<=17500 ns 18:36:49.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.382746000, lastModified=2022-07-06 18:36:49.381188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.382746000, lastModified=2022-07-06 18:36:49.381188000, delta=1558000 ns, racy<=17500 ns 18:36:49.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.383515000, lastModified=2022-07-06 18:36:49.382188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.383515000, lastModified=2022-07-06 18:36:49.382188000, delta=1327000 ns, racy<=17500 ns 18:36:49.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.384071000, lastModified=2022-07-06 18:36:49.383188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.384071000, lastModified=2022-07-06 18:36:49.383188000, delta=883000 ns, racy<=17500 ns 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.384452000, lastModified=2022-07-06 18:36:49.383188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.384452000, lastModified=2022-07-06 18:36:49.383188000, delta=1264000 ns, racy<=17500 ns 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.384820000, lastModified=2022-07-06 18:36:49.383188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.383188000 to 2022-07-06 18:36:49.384188000 18:36:49.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.385232000, lastModified=2022-07-06 18:36:49.384188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.385232000, lastModified=2022-07-06 18:36:49.384188000, delta=1044000 ns, racy<=17500 ns 18:36:49.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.386262000, lastModified=2022-07-06 18:36:49.385188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.386262000, lastModified=2022-07-06 18:36:49.385188000, delta=1074000 ns, racy<=17500 ns 18:36:49.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.386685000, lastModified=2022-07-06 18:36:49.385188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.386685000, lastModified=2022-07-06 18:36:49.385188000, delta=1497000 ns, racy<=17500 ns 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.387195000, lastModified=2022-07-06 18:36:49.386188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.387195000, lastModified=2022-07-06 18:36:49.386188000, delta=1007000 ns, racy<=17500 ns 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.387624000, lastModified=2022-07-06 18:36:49.386188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.387624000, lastModified=2022-07-06 18:36:49.386188000, delta=1436000 ns, racy<=17500 ns 18:36:49.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.388472000, lastModified=2022-07-06 18:36:49.387188000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.388472000, lastModified=2022-07-06 18:36:49.387188000, delta=1284000 ns, racy<=17500 ns 18:36:49.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.437002000, lastModified=2022-07-06 18:36:49.435189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.435189000 to 2022-07-06 18:36:49.436189000 18:36:49.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.437536000, lastModified=2022-07-06 18:36:49.436189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.437536000, lastModified=2022-07-06 18:36:49.436189000, delta=1347000 ns, racy<=17500 ns 18:36:49.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.438013000, lastModified=2022-07-06 18:36:49.437189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.438013000, lastModified=2022-07-06 18:36:49.437189000, delta=824000 ns, racy<=17500 ns 18:36:49.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.438456000, lastModified=2022-07-06 18:36:49.437189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.438456000, lastModified=2022-07-06 18:36:49.437189000, delta=1267000 ns, racy<=17500 ns 18:36:49.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.439637000, lastModified=2022-07-06 18:36:49.438189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.439637000, lastModified=2022-07-06 18:36:49.438189000, delta=1448000 ns, racy<=17500 ns 18:36:49.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.440083000, lastModified=2022-07-06 18:36:49.439189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.440083000, lastModified=2022-07-06 18:36:49.439189000, delta=894000 ns, racy<=17500 ns 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.440534000, lastModified=2022-07-06 18:36:49.439189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.440534000, lastModified=2022-07-06 18:36:49.439189000, delta=1345000 ns, racy<=17500 ns 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.440964000, lastModified=2022-07-06 18:36:49.439189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.439189000 to 2022-07-06 18:36:49.440189000 18:36:49.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.441761000, lastModified=2022-07-06 18:36:49.440189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.440189000 to 2022-07-06 18:36:49.441189000 18:36:49.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.442373000, lastModified=2022-07-06 18:36:49.441189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.442373000, lastModified=2022-07-06 18:36:49.441189000, delta=1184000 ns, racy<=17500 ns 18:36:49.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.442820000, lastModified=2022-07-06 18:36:49.441189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.441189000 to 2022-07-06 18:36:49.442189000 18:36:49.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.443262000, lastModified=2022-07-06 18:36:49.442189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.443262000, lastModified=2022-07-06 18:36:49.442189000, delta=1073000 ns, racy<=17500 ns 18:36:49.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.443641000, lastModified=2022-07-06 18:36:49.442189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.443641000, lastModified=2022-07-06 18:36:49.442189000, delta=1452000 ns, racy<=17500 ns 18:36:49.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.444650000, lastModified=2022-07-06 18:36:49.443189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.444650000, lastModified=2022-07-06 18:36:49.443189000, delta=1461000 ns, racy<=17500 ns 18:36:49.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.445017000, lastModified=2022-07-06 18:36:49.444189000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.444189000 to 2022-07-06 18:36:49.449190000 18:36:49.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.450917000, lastModified=2022-07-06 18:36:49.449190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.449190000 to 2022-07-06 18:36:49.450190000 18:36:49.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.453295000, lastModified=2022-07-06 18:36:49.452190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.453295000, lastModified=2022-07-06 18:36:49.452190000, delta=1105000 ns, racy<=17500 ns 18:36:49.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.456691000, lastModified=2022-07-06 18:36:49.454190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.454190000 to 2022-07-06 18:36:49.456190000 18:36:49.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.457323000, lastModified=2022-07-06 18:36:49.456190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.457323000, lastModified=2022-07-06 18:36:49.456190000, delta=1133000 ns, racy<=17500 ns 18:36:49.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.457827000, lastModified=2022-07-06 18:36:49.456190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.456190000 to 2022-07-06 18:36:49.457190000 18:36:49.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.458287000, lastModified=2022-07-06 18:36:49.457190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.458287000, lastModified=2022-07-06 18:36:49.457190000, delta=1097000 ns, racy<=17500 ns 18:36:49.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.458833000, lastModified=2022-07-06 18:36:49.457190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.457190000 to 2022-07-06 18:36:49.458190000 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.465172000, lastModified=2022-07-06 18:36:49.464190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.465172000, lastModified=2022-07-06 18:36:49.464190000, delta=982000 ns, racy<=17500 ns 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.465550000, lastModified=2022-07-06 18:36:49.464190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.465550000, lastModified=2022-07-06 18:36:49.464190000, delta=1360000 ns, racy<=17500 ns 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.465914000, lastModified=2022-07-06 18:36:49.464190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.464190000 to 2022-07-06 18:36:49.465190000 18:36:49.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.466225000, lastModified=2022-07-06 18:36:49.465190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.466225000, lastModified=2022-07-06 18:36:49.465190000, delta=1035000 ns, racy<=17500 ns 18:36:49.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.466804000, lastModified=2022-07-06 18:36:49.465190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.465190000 to 2022-07-06 18:36:49.466190000 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.467292000, lastModified=2022-07-06 18:36:49.466190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.467292000, lastModified=2022-07-06 18:36:49.466190000, delta=1102000 ns, racy<=17500 ns 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.467625000, lastModified=2022-07-06 18:36:49.466190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.467625000, lastModified=2022-07-06 18:36:49.466190000, delta=1435000 ns, racy<=17500 ns 18:36:49.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.468068000, lastModified=2022-07-06 18:36:49.467190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.468068000, lastModified=2022-07-06 18:36:49.467190000, delta=878000 ns, racy<=17500 ns 18:36:49.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.468637000, lastModified=2022-07-06 18:36:49.467190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.468637000, lastModified=2022-07-06 18:36:49.467190000, delta=1447000 ns, racy<=17500 ns 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.469520000, lastModified=2022-07-06 18:36:49.468190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.469520000, lastModified=2022-07-06 18:36:49.468190000, delta=1330000 ns, racy<=17500 ns 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.469943000, lastModified=2022-07-06 18:36:49.468190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.468190000 to 2022-07-06 18:36:49.469190000 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.470267000, lastModified=2022-07-06 18:36:49.469190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.470267000, lastModified=2022-07-06 18:36:49.469190000, delta=1077000 ns, racy<=17500 ns 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.470604000, lastModified=2022-07-06 18:36:49.469190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.470604000, lastModified=2022-07-06 18:36:49.469190000, delta=1414000 ns, racy<=17500 ns 18:36:49.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.471265000, lastModified=2022-07-06 18:36:49.469190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.469190000 to 2022-07-06 18:36:49.470190000 18:36:49.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.471751000, lastModified=2022-07-06 18:36:49.470190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.471751000, lastModified=2022-07-06 18:36:49.470190000, delta=1561000 ns, racy<=17500 ns 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.472164000, lastModified=2022-07-06 18:36:49.471190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.472164000, lastModified=2022-07-06 18:36:49.471190000, delta=974000 ns, racy<=17500 ns 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.472563000, lastModified=2022-07-06 18:36:49.471190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.472563000, lastModified=2022-07-06 18:36:49.471190000, delta=1373000 ns, racy<=17500 ns 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.472926000, lastModified=2022-07-06 18:36:49.471190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.471190000 to 2022-07-06 18:36:49.472190000 18:36:49.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.473755000, lastModified=2022-07-06 18:36:49.472190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.473755000, lastModified=2022-07-06 18:36:49.472190000, delta=1565000 ns, racy<=17500 ns 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.474170000, lastModified=2022-07-06 18:36:49.473190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.474170000, lastModified=2022-07-06 18:36:49.473190000, delta=980000 ns, racy<=17500 ns 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.474571000, lastModified=2022-07-06 18:36:49.473190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.474571000, lastModified=2022-07-06 18:36:49.473190000, delta=1381000 ns, racy<=17500 ns 18:36:49.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.475032000, lastModified=2022-07-06 18:36:49.474190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.475032000, lastModified=2022-07-06 18:36:49.474190000, delta=842000 ns, racy<=17500 ns 18:36:49.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.475717000, lastModified=2022-07-06 18:36:49.474190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.474190000 to 2022-07-06 18:36:49.475190000 18:36:49.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.476243000, lastModified=2022-07-06 18:36:49.475190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.476243000, lastModified=2022-07-06 18:36:49.475190000, delta=1053000 ns, racy<=17500 ns 18:36:49.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.476751000, lastModified=2022-07-06 18:36:49.475190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.475190000 to 2022-07-06 18:36:49.476190000 18:36:49.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.477263000, lastModified=2022-07-06 18:36:49.476190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.477263000, lastModified=2022-07-06 18:36:49.476190000, delta=1073000 ns, racy<=17500 ns 18:36:49.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.477757000, lastModified=2022-07-06 18:36:49.476190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.476190000 to 2022-07-06 18:36:49.477190000 18:36:49.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.478757000, lastModified=2022-07-06 18:36:49.477190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.478757000, lastModified=2022-07-06 18:36:49.477190000, delta=1567000 ns, racy<=17500 ns 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.479262000, lastModified=2022-07-06 18:36:49.478190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.479262000, lastModified=2022-07-06 18:36:49.478190000, delta=1072000 ns, racy<=17500 ns 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.479766000, lastModified=2022-07-06 18:36:49.478190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.478190000 to 2022-07-06 18:36:49.479190000 18:36:49.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.480303000, lastModified=2022-07-06 18:36:49.479190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.480303000, lastModified=2022-07-06 18:36:49.479190000, delta=1113000 ns, racy<=17500 ns 18:36:49.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.481153000, lastModified=2022-07-06 18:36:49.479190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.479190000 to 2022-07-06 18:36:49.480190000 18:36:49.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.481684000, lastModified=2022-07-06 18:36:49.480190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.481684000, lastModified=2022-07-06 18:36:49.480190000, delta=1494000 ns, racy<=17500 ns 18:36:49.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.482197000, lastModified=2022-07-06 18:36:49.481190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.482197000, lastModified=2022-07-06 18:36:49.481190000, delta=1007000 ns, racy<=17500 ns 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.482685000, lastModified=2022-07-06 18:36:49.481190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.482685000, lastModified=2022-07-06 18:36:49.481190000, delta=1495000 ns, racy<=17500 ns 18:36:49.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.483153000, lastModified=2022-07-06 18:36:49.482190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.483153000, lastModified=2022-07-06 18:36:49.482190000, delta=963000 ns, racy<=17500 ns 18:36:49.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.484072000, lastModified=2022-07-06 18:36:49.483190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.484072000, lastModified=2022-07-06 18:36:49.483190000, delta=882000 ns, racy<=17500 ns 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.484525000, lastModified=2022-07-06 18:36:49.483190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.484525000, lastModified=2022-07-06 18:36:49.483190000, delta=1335000 ns, racy<=17500 ns 18:36:49.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.485027000, lastModified=2022-07-06 18:36:49.484190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.485027000, lastModified=2022-07-06 18:36:49.484190000, delta=837000 ns, racy<=17500 ns 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.485511000, lastModified=2022-07-06 18:36:49.484190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.485511000, lastModified=2022-07-06 18:36:49.484190000, delta=1321000 ns, racy<=17500 ns 18:36:49.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.486252000, lastModified=2022-07-06 18:36:49.484190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.484190000 to 2022-07-06 18:36:49.485190000 18:36:49.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.486780000, lastModified=2022-07-06 18:36:49.485190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.485190000 to 2022-07-06 18:36:49.486190000 18:36:49.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.487293000, lastModified=2022-07-06 18:36:49.486190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.487293000, lastModified=2022-07-06 18:36:49.486190000, delta=1103000 ns, racy<=17500 ns 18:36:49.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.487766000, lastModified=2022-07-06 18:36:49.486190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.486190000 to 2022-07-06 18:36:49.487190000 18:36:49.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.488294000, lastModified=2022-07-06 18:36:49.487190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.488294000, lastModified=2022-07-06 18:36:49.487190000, delta=1104000 ns, racy<=17500 ns 18:36:49.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.489197000, lastModified=2022-07-06 18:36:49.488190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.489197000, lastModified=2022-07-06 18:36:49.488190000, delta=1007000 ns, racy<=17500 ns 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.489600000, lastModified=2022-07-06 18:36:49.488190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.489600000, lastModified=2022-07-06 18:36:49.488190000, delta=1410000 ns, racy<=17500 ns 18:36:49.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.490078000, lastModified=2022-07-06 18:36:49.489190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.490078000, lastModified=2022-07-06 18:36:49.489190000, delta=888000 ns, racy<=17500 ns 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.490561000, lastModified=2022-07-06 18:36:49.489190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.490561000, lastModified=2022-07-06 18:36:49.489190000, delta=1371000 ns, racy<=17500 ns 18:36:49.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.491394000, lastModified=2022-07-06 18:36:49.490190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.491394000, lastModified=2022-07-06 18:36:49.490190000, delta=1204000 ns, racy<=17500 ns 18:36:49.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.491926000, lastModified=2022-07-06 18:36:49.490190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.490190000 to 2022-07-06 18:36:49.491190000 18:36:49.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.492372000, lastModified=2022-07-06 18:36:49.491190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.492372000, lastModified=2022-07-06 18:36:49.491190000, delta=1182000 ns, racy<=17500 ns 18:36:49.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.492853000, lastModified=2022-07-06 18:36:49.491190000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.491190000 to 2022-07-06 18:36:49.492190000 18:36:49.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.537164000, lastModified=2022-07-06 18:36:49.536191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.537164000, lastModified=2022-07-06 18:36:49.536191000, delta=973000 ns, racy<=17500 ns 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.538334000, lastModified=2022-07-06 18:36:49.537191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.538334000, lastModified=2022-07-06 18:36:49.537191000, delta=1143000 ns, racy<=17500 ns 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.538804000, lastModified=2022-07-06 18:36:49.537191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.537191000 to 2022-07-06 18:36:49.538191000 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.539306000, lastModified=2022-07-06 18:36:49.538191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.539306000, lastModified=2022-07-06 18:36:49.538191000, delta=1115000 ns, racy<=17500 ns 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.539702000, lastModified=2022-07-06 18:36:49.538191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.539702000, lastModified=2022-07-06 18:36:49.538191000, delta=1511000 ns, racy<=17500 ns 18:36:49.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.540537000, lastModified=2022-07-06 18:36:49.539191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.540537000, lastModified=2022-07-06 18:36:49.539191000, delta=1346000 ns, racy<=17500 ns 18:36:49.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.541049000, lastModified=2022-07-06 18:36:49.540191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.541049000, lastModified=2022-07-06 18:36:49.540191000, delta=858000 ns, racy<=17500 ns 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.541533000, lastModified=2022-07-06 18:36:49.540191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.541533000, lastModified=2022-07-06 18:36:49.540191000, delta=1342000 ns, racy<=17500 ns 18:36:49.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.542041000, lastModified=2022-07-06 18:36:49.541191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.542041000, lastModified=2022-07-06 18:36:49.541191000, delta=850000 ns, racy<=17500 ns 18:36:49.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.542491000, lastModified=2022-07-06 18:36:49.541191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.542491000, lastModified=2022-07-06 18:36:49.541191000, delta=1300000 ns, racy<=17500 ns 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.543311000, lastModified=2022-07-06 18:36:49.542191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.543311000, lastModified=2022-07-06 18:36:49.542191000, delta=1120000 ns, racy<=17500 ns 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.543763000, lastModified=2022-07-06 18:36:49.542191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.542191000 to 2022-07-06 18:36:49.543191000 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.544243000, lastModified=2022-07-06 18:36:49.543191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.544243000, lastModified=2022-07-06 18:36:49.543191000, delta=1052000 ns, racy<=17500 ns 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.544670000, lastModified=2022-07-06 18:36:49.543191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.544670000, lastModified=2022-07-06 18:36:49.543191000, delta=1479000 ns, racy<=17500 ns 18:36:49.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.545473000, lastModified=2022-07-06 18:36:49.544191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.545473000, lastModified=2022-07-06 18:36:49.544191000, delta=1282000 ns, racy<=17500 ns 18:36:49.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.546020000, lastModified=2022-07-06 18:36:49.544191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.544191000 to 2022-07-06 18:36:49.545191000 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.546410000, lastModified=2022-07-06 18:36:49.545191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.546410000, lastModified=2022-07-06 18:36:49.545191000, delta=1219000 ns, racy<=17500 ns 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.546812000, lastModified=2022-07-06 18:36:49.545191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.545191000 to 2022-07-06 18:36:49.546191000 18:36:49.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.547304000, lastModified=2022-07-06 18:36:49.546191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.547304000, lastModified=2022-07-06 18:36:49.546191000, delta=1113000 ns, racy<=17500 ns 18:36:49.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.548148000, lastModified=2022-07-06 18:36:49.547191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.548148000, lastModified=2022-07-06 18:36:49.547191000, delta=957000 ns, racy<=17500 ns 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.548602000, lastModified=2022-07-06 18:36:49.547191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.548602000, lastModified=2022-07-06 18:36:49.547191000, delta=1411000 ns, racy<=17500 ns 18:36:49.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.549068000, lastModified=2022-07-06 18:36:49.548191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.549068000, lastModified=2022-07-06 18:36:49.548191000, delta=877000 ns, racy<=17500 ns 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.549526000, lastModified=2022-07-06 18:36:49.548191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.549526000, lastModified=2022-07-06 18:36:49.548191000, delta=1335000 ns, racy<=17500 ns 18:36:49.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.550321000, lastModified=2022-07-06 18:36:49.548191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.548191000 to 2022-07-06 18:36:49.549191000 18:36:49.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.550770000, lastModified=2022-07-06 18:36:49.549191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.549191000 to 2022-07-06 18:36:49.550191000 18:36:49.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.551280000, lastModified=2022-07-06 18:36:49.550191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.551280000, lastModified=2022-07-06 18:36:49.550191000, delta=1089000 ns, racy<=17500 ns 18:36:49.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.551761000, lastModified=2022-07-06 18:36:49.550191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.550191000 to 2022-07-06 18:36:49.551191000 18:36:49.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.552229000, lastModified=2022-07-06 18:36:49.551191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.552229000, lastModified=2022-07-06 18:36:49.551191000, delta=1038000 ns, racy<=17500 ns 18:36:49.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.552965000, lastModified=2022-07-06 18:36:49.551191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.551191000 to 2022-07-06 18:36:49.552191000 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.553453000, lastModified=2022-07-06 18:36:49.552191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.553453000, lastModified=2022-07-06 18:36:49.552191000, delta=1262000 ns, racy<=17500 ns 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.553941000, lastModified=2022-07-06 18:36:49.552191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.552191000 to 2022-07-06 18:36:49.553191000 18:36:49.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.554315000, lastModified=2022-07-06 18:36:49.553191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.554315000, lastModified=2022-07-06 18:36:49.553191000, delta=1124000 ns, racy<=17500 ns 18:36:49.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.555111000, lastModified=2022-07-06 18:36:49.553191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.553191000 to 2022-07-06 18:36:49.554191000 18:36:49.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.555610000, lastModified=2022-07-06 18:36:49.554191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.555610000, lastModified=2022-07-06 18:36:49.554191000, delta=1419000 ns, racy<=17500 ns 18:36:49.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.556029000, lastModified=2022-07-06 18:36:49.555191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.556029000, lastModified=2022-07-06 18:36:49.555191000, delta=838000 ns, racy<=17500 ns 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.556479000, lastModified=2022-07-06 18:36:49.555191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.556479000, lastModified=2022-07-06 18:36:49.555191000, delta=1288000 ns, racy<=17500 ns 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.556925000, lastModified=2022-07-06 18:36:49.555191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.555191000 to 2022-07-06 18:36:49.556191000 18:36:49.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.557844000, lastModified=2022-07-06 18:36:49.556191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.556191000 to 2022-07-06 18:36:49.557191000 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.558240000, lastModified=2022-07-06 18:36:49.557191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.558240000, lastModified=2022-07-06 18:36:49.557191000, delta=1049000 ns, racy<=17500 ns 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.558690000, lastModified=2022-07-06 18:36:49.557191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.558690000, lastModified=2022-07-06 18:36:49.557191000, delta=1499000 ns, racy<=17500 ns 18:36:49.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.559102000, lastModified=2022-07-06 18:36:49.558191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.559102000, lastModified=2022-07-06 18:36:49.558191000, delta=911000 ns, racy<=17500 ns 18:36:49.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.559878000, lastModified=2022-07-06 18:36:49.558191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.558191000 to 2022-07-06 18:36:49.559191000 18:36:49.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.560502000, lastModified=2022-07-06 18:36:49.559191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.560502000, lastModified=2022-07-06 18:36:49.559191000, delta=1311000 ns, racy<=17500 ns 18:36:49.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.560948000, lastModified=2022-07-06 18:36:49.559191000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.559191000 to 2022-07-06 18:36:49.560192000 18:36:49.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.561367000, lastModified=2022-07-06 18:36:49.560192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.561367000, lastModified=2022-07-06 18:36:49.560192000, delta=1175000 ns, racy<=17500 ns 18:36:49.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.561738000, lastModified=2022-07-06 18:36:49.560192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.561738000, lastModified=2022-07-06 18:36:49.560192000, delta=1546000 ns, racy<=17500 ns 18:36:49.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.562803000, lastModified=2022-07-06 18:36:49.561192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.561192000 to 2022-07-06 18:36:49.562192000 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.563272000, lastModified=2022-07-06 18:36:49.562192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.563272000, lastModified=2022-07-06 18:36:49.562192000, delta=1080000 ns, racy<=17500 ns 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.563698000, lastModified=2022-07-06 18:36:49.562192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.563698000, lastModified=2022-07-06 18:36:49.562192000, delta=1506000 ns, racy<=17500 ns 18:36:49.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.564119000, lastModified=2022-07-06 18:36:49.563192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.564119000, lastModified=2022-07-06 18:36:49.563192000, delta=927000 ns, racy<=17500 ns 18:36:49.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.564837000, lastModified=2022-07-06 18:36:49.563192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.563192000 to 2022-07-06 18:36:49.564192000 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.565353000, lastModified=2022-07-06 18:36:49.564192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.565353000, lastModified=2022-07-06 18:36:49.564192000, delta=1161000 ns, racy<=17500 ns 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.565699000, lastModified=2022-07-06 18:36:49.564192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.565699000, lastModified=2022-07-06 18:36:49.564192000, delta=1507000 ns, racy<=17500 ns 18:36:49.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.566105000, lastModified=2022-07-06 18:36:49.565192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.566105000, lastModified=2022-07-06 18:36:49.565192000, delta=913000 ns, racy<=17500 ns 18:36:49.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.566547000, lastModified=2022-07-06 18:36:49.565192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.566547000, lastModified=2022-07-06 18:36:49.565192000, delta=1355000 ns, racy<=17500 ns 18:36:49.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.567532000, lastModified=2022-07-06 18:36:49.566192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.567532000, lastModified=2022-07-06 18:36:49.566192000, delta=1340000 ns, racy<=17500 ns 18:36:49.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.568019000, lastModified=2022-07-06 18:36:49.567192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.568019000, lastModified=2022-07-06 18:36:49.567192000, delta=827000 ns, racy<=17500 ns 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.568480000, lastModified=2022-07-06 18:36:49.567192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.568480000, lastModified=2022-07-06 18:36:49.567192000, delta=1288000 ns, racy<=17500 ns 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.568875000, lastModified=2022-07-06 18:36:49.567192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.567192000 to 2022-07-06 18:36:49.568192000 18:36:49.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.569565000, lastModified=2022-07-06 18:36:49.568192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.569565000, lastModified=2022-07-06 18:36:49.568192000, delta=1373000 ns, racy<=17500 ns 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.570270000, lastModified=2022-07-06 18:36:49.569192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.570270000, lastModified=2022-07-06 18:36:49.569192000, delta=1078000 ns, racy<=17500 ns 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.570722000, lastModified=2022-07-06 18:36:49.569192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.570722000, lastModified=2022-07-06 18:36:49.569192000, delta=1530000 ns, racy<=17500 ns 18:36:49.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.571198000, lastModified=2022-07-06 18:36:49.570192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.571198000, lastModified=2022-07-06 18:36:49.570192000, delta=1006000 ns, racy<=17500 ns 18:36:49.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.571645000, lastModified=2022-07-06 18:36:49.570192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.571645000, lastModified=2022-07-06 18:36:49.570192000, delta=1453000 ns, racy<=17500 ns 18:36:49.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.572646000, lastModified=2022-07-06 18:36:49.571192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.572646000, lastModified=2022-07-06 18:36:49.571192000, delta=1454000 ns, racy<=17500 ns 18:36:49.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.573064000, lastModified=2022-07-06 18:36:49.572192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.573064000, lastModified=2022-07-06 18:36:49.572192000, delta=872000 ns, racy<=17500 ns 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.573525000, lastModified=2022-07-06 18:36:49.572192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.573525000, lastModified=2022-07-06 18:36:49.572192000, delta=1333000 ns, racy<=17500 ns 18:36:49.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.574036000, lastModified=2022-07-06 18:36:49.573192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.574036000, lastModified=2022-07-06 18:36:49.573192000, delta=844000 ns, racy<=17500 ns 18:36:49.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.574758000, lastModified=2022-07-06 18:36:49.573192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.573192000 to 2022-07-06 18:36:49.574192000 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.575276000, lastModified=2022-07-06 18:36:49.574192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.575276000, lastModified=2022-07-06 18:36:49.574192000, delta=1084000 ns, racy<=17500 ns 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.575699000, lastModified=2022-07-06 18:36:49.574192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.575699000, lastModified=2022-07-06 18:36:49.574192000, delta=1507000 ns, racy<=17500 ns 18:36:49.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.576144000, lastModified=2022-07-06 18:36:49.575192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.576144000, lastModified=2022-07-06 18:36:49.575192000, delta=952000 ns, racy<=17500 ns 18:36:49.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.576564000, lastModified=2022-07-06 18:36:49.575192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.576564000, lastModified=2022-07-06 18:36:49.575192000, delta=1372000 ns, racy<=17500 ns 18:36:49.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.577542000, lastModified=2022-07-06 18:36:49.576192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.577542000, lastModified=2022-07-06 18:36:49.576192000, delta=1350000 ns, racy<=17500 ns 18:36:49.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.578058000, lastModified=2022-07-06 18:36:49.577192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.578058000, lastModified=2022-07-06 18:36:49.577192000, delta=866000 ns, racy<=17500 ns 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.578523000, lastModified=2022-07-06 18:36:49.577192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.578523000, lastModified=2022-07-06 18:36:49.577192000, delta=1331000 ns, racy<=17500 ns 18:36:49.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.579008000, lastModified=2022-07-06 18:36:49.578192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.579008000, lastModified=2022-07-06 18:36:49.578192000, delta=816000 ns, racy<=17500 ns 18:36:49.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.579820000, lastModified=2022-07-06 18:36:49.578192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.578192000 to 2022-07-06 18:36:49.579192000 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.580324000, lastModified=2022-07-06 18:36:49.579192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.580324000, lastModified=2022-07-06 18:36:49.579192000, delta=1132000 ns, racy<=17500 ns 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.580725000, lastModified=2022-07-06 18:36:49.579192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.580725000, lastModified=2022-07-06 18:36:49.579192000, delta=1533000 ns, racy<=17500 ns 18:36:49.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.581211000, lastModified=2022-07-06 18:36:49.580192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.581211000, lastModified=2022-07-06 18:36:49.580192000, delta=1019000 ns, racy<=17500 ns 18:36:49.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.581692000, lastModified=2022-07-06 18:36:49.580192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.581692000, lastModified=2022-07-06 18:36:49.580192000, delta=1500000 ns, racy<=17500 ns 18:36:49.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.582771000, lastModified=2022-07-06 18:36:49.581192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.581192000 to 2022-07-06 18:36:49.582192000 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.583280000, lastModified=2022-07-06 18:36:49.582192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.583280000, lastModified=2022-07-06 18:36:49.582192000, delta=1088000 ns, racy<=17500 ns 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.583716000, lastModified=2022-07-06 18:36:49.582192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.583716000, lastModified=2022-07-06 18:36:49.582192000, delta=1524000 ns, racy<=17500 ns 18:36:49.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.584165000, lastModified=2022-07-06 18:36:49.583192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.584165000, lastModified=2022-07-06 18:36:49.583192000, delta=973000 ns, racy<=17500 ns 18:36:49.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.584822000, lastModified=2022-07-06 18:36:49.583192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.583192000 to 2022-07-06 18:36:49.584192000 18:36:49.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.585339000, lastModified=2022-07-06 18:36:49.584192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.585339000, lastModified=2022-07-06 18:36:49.584192000, delta=1147000 ns, racy<=17500 ns 18:36:49.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.585759000, lastModified=2022-07-06 18:36:49.584192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.584192000 to 2022-07-06 18:36:49.585192000 18:36:49.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.586245000, lastModified=2022-07-06 18:36:49.585192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.586245000, lastModified=2022-07-06 18:36:49.585192000, delta=1053000 ns, racy<=17500 ns 18:36:49.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.586666000, lastModified=2022-07-06 18:36:49.585192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.586666000, lastModified=2022-07-06 18:36:49.585192000, delta=1474000 ns, racy<=17500 ns 18:36:49.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.587576000, lastModified=2022-07-06 18:36:49.586192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.587576000, lastModified=2022-07-06 18:36:49.586192000, delta=1384000 ns, racy<=17500 ns 18:36:49.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.588047000, lastModified=2022-07-06 18:36:49.587192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.588047000, lastModified=2022-07-06 18:36:49.587192000, delta=855000 ns, racy<=17500 ns 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.588579000, lastModified=2022-07-06 18:36:49.587192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.588579000, lastModified=2022-07-06 18:36:49.587192000, delta=1387000 ns, racy<=17500 ns 18:36:49.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.589014000, lastModified=2022-07-06 18:36:49.588192000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.589014000, lastModified=2022-07-06 18:36:49.588192000, delta=822000 ns, racy<=17500 ns 18:36:49.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.637712000, lastModified=2022-07-06 18:36:49.636193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.636193000 to 2022-07-06 18:36:49.637193000 18:36:49.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.638405000, lastModified=2022-07-06 18:36:49.637193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.638405000, lastModified=2022-07-06 18:36:49.637193000, delta=1212000 ns, racy<=17500 ns 18:36:49.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.638839000, lastModified=2022-07-06 18:36:49.637193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.637193000 to 2022-07-06 18:36:49.638193000 18:36:49.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.639316000, lastModified=2022-07-06 18:36:49.638193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.639316000, lastModified=2022-07-06 18:36:49.638193000, delta=1123000 ns, racy<=17500 ns 18:36:49.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.639722000, lastModified=2022-07-06 18:36:49.638193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.639722000, lastModified=2022-07-06 18:36:49.638193000, delta=1529000 ns, racy<=17500 ns 18:36:49.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.640723000, lastModified=2022-07-06 18:36:49.639193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.639193000 to 2022-07-06 18:36:49.640193000 18:36:49.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.641340000, lastModified=2022-07-06 18:36:49.640193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.641340000, lastModified=2022-07-06 18:36:49.640193000, delta=1147000 ns, racy<=17500 ns 18:36:49.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.641818000, lastModified=2022-07-06 18:36:49.640193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.640193000 to 2022-07-06 18:36:49.641193000 18:36:49.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.642276000, lastModified=2022-07-06 18:36:49.641193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.642276000, lastModified=2022-07-06 18:36:49.641193000, delta=1083000 ns, racy<=17500 ns 18:36:49.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.643008000, lastModified=2022-07-06 18:36:49.641193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.641193000 to 2022-07-06 18:36:49.642193000 18:36:49.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.643661000, lastModified=2022-07-06 18:36:49.642193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.643661000, lastModified=2022-07-06 18:36:49.642193000, delta=1468000 ns, racy<=17500 ns 18:36:49.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.644120000, lastModified=2022-07-06 18:36:49.643193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.644120000, lastModified=2022-07-06 18:36:49.643193000, delta=927000 ns, racy<=17500 ns 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.644575000, lastModified=2022-07-06 18:36:49.643193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.644575000, lastModified=2022-07-06 18:36:49.643193000, delta=1382000 ns, racy<=17500 ns 18:36:49.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.645083000, lastModified=2022-07-06 18:36:49.644193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.645083000, lastModified=2022-07-06 18:36:49.644193000, delta=890000 ns, racy<=17500 ns 18:36:49.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.646037000, lastModified=2022-07-06 18:36:49.645193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.646037000, lastModified=2022-07-06 18:36:49.645193000, delta=844000 ns, racy<=17500 ns 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.646503000, lastModified=2022-07-06 18:36:49.645193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.646503000, lastModified=2022-07-06 18:36:49.645193000, delta=1310000 ns, racy<=17500 ns 18:36:49.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.646994000, lastModified=2022-07-06 18:36:49.645193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.645193000 to 2022-07-06 18:36:49.646193000 18:36:49.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.647436000, lastModified=2022-07-06 18:36:49.646193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.647436000, lastModified=2022-07-06 18:36:49.646193000, delta=1243000 ns, racy<=17500 ns 18:36:49.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.648200000, lastModified=2022-07-06 18:36:49.646193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.646193000 to 2022-07-06 18:36:49.647193000 18:36:49.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.648683000, lastModified=2022-07-06 18:36:49.647193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.648683000, lastModified=2022-07-06 18:36:49.647193000, delta=1490000 ns, racy<=17500 ns 18:36:49.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.649099000, lastModified=2022-07-06 18:36:49.648193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.649099000, lastModified=2022-07-06 18:36:49.648193000, delta=906000 ns, racy<=17500 ns 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.649561000, lastModified=2022-07-06 18:36:49.648193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.649561000, lastModified=2022-07-06 18:36:49.648193000, delta=1368000 ns, racy<=17500 ns 18:36:49.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.650027000, lastModified=2022-07-06 18:36:49.649193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.650027000, lastModified=2022-07-06 18:36:49.649193000, delta=834000 ns, racy<=17500 ns 18:36:49.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.651038000, lastModified=2022-07-06 18:36:49.650193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.651038000, lastModified=2022-07-06 18:36:49.650193000, delta=845000 ns, racy<=17500 ns 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.651486000, lastModified=2022-07-06 18:36:49.650193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.651486000, lastModified=2022-07-06 18:36:49.650193000, delta=1293000 ns, racy<=17500 ns 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.651831000, lastModified=2022-07-06 18:36:49.650193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.650193000 to 2022-07-06 18:36:49.651193000 18:36:49.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.652269000, lastModified=2022-07-06 18:36:49.651193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.652269000, lastModified=2022-07-06 18:36:49.651193000, delta=1076000 ns, racy<=17500 ns 18:36:49.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.652949000, lastModified=2022-07-06 18:36:49.651193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.651193000 to 2022-07-06 18:36:49.652193000 18:36:49.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.653448000, lastModified=2022-07-06 18:36:49.652193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.653448000, lastModified=2022-07-06 18:36:49.652193000, delta=1255000 ns, racy<=17500 ns 18:36:49.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.653807000, lastModified=2022-07-06 18:36:49.652193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.652193000 to 2022-07-06 18:36:49.653193000 18:36:49.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.654280000, lastModified=2022-07-06 18:36:49.653193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.654280000, lastModified=2022-07-06 18:36:49.653193000, delta=1087000 ns, racy<=17500 ns 18:36:49.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.654660000, lastModified=2022-07-06 18:36:49.653193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.654660000, lastModified=2022-07-06 18:36:49.653193000, delta=1467000 ns, racy<=17500 ns 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.655481000, lastModified=2022-07-06 18:36:49.654193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.655481000, lastModified=2022-07-06 18:36:49.654193000, delta=1288000 ns, racy<=17500 ns 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.655910000, lastModified=2022-07-06 18:36:49.654193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.654193000 to 2022-07-06 18:36:49.655193000 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.656279000, lastModified=2022-07-06 18:36:49.655193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.656279000, lastModified=2022-07-06 18:36:49.655193000, delta=1086000 ns, racy<=17500 ns 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.656652000, lastModified=2022-07-06 18:36:49.655193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.656652000, lastModified=2022-07-06 18:36:49.655193000, delta=1459000 ns, racy<=17500 ns 18:36:49.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.657497000, lastModified=2022-07-06 18:36:49.656193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.657497000, lastModified=2022-07-06 18:36:49.656193000, delta=1304000 ns, racy<=17500 ns 18:36:49.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.658016000, lastModified=2022-07-06 18:36:49.657193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.658016000, lastModified=2022-07-06 18:36:49.657193000, delta=823000 ns, racy<=17500 ns 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.658480000, lastModified=2022-07-06 18:36:49.657193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.658480000, lastModified=2022-07-06 18:36:49.657193000, delta=1287000 ns, racy<=17500 ns 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.658949000, lastModified=2022-07-06 18:36:49.657193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.657193000 to 2022-07-06 18:36:49.658193000 18:36:49.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.659323000, lastModified=2022-07-06 18:36:49.658193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.659323000, lastModified=2022-07-06 18:36:49.658193000, delta=1130000 ns, racy<=17500 ns 18:36:49.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.660157000, lastModified=2022-07-06 18:36:49.659193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.660157000, lastModified=2022-07-06 18:36:49.659193000, delta=964000 ns, racy<=17500 ns 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.660494000, lastModified=2022-07-06 18:36:49.659193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.660494000, lastModified=2022-07-06 18:36:49.659193000, delta=1301000 ns, racy<=17500 ns 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.660825000, lastModified=2022-07-06 18:36:49.659193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.659193000 to 2022-07-06 18:36:49.660193000 18:36:49.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.661225000, lastModified=2022-07-06 18:36:49.660193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.661225000, lastModified=2022-07-06 18:36:49.660193000, delta=1032000 ns, racy<=17500 ns 18:36:49.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.661857000, lastModified=2022-07-06 18:36:49.660193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.660193000 to 2022-07-06 18:36:49.661193000 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.662287000, lastModified=2022-07-06 18:36:49.661193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.662287000, lastModified=2022-07-06 18:36:49.661193000, delta=1094000 ns, racy<=17500 ns 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.662623000, lastModified=2022-07-06 18:36:49.661193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.662623000, lastModified=2022-07-06 18:36:49.661193000, delta=1430000 ns, racy<=17500 ns 18:36:49.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.663031000, lastModified=2022-07-06 18:36:49.662193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.663031000, lastModified=2022-07-06 18:36:49.662193000, delta=838000 ns, racy<=17500 ns 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.663377000, lastModified=2022-07-06 18:36:49.662193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.663377000, lastModified=2022-07-06 18:36:49.662193000, delta=1184000 ns, racy<=17500 ns 18:36:49.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.664128000, lastModified=2022-07-06 18:36:49.663193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.664128000, lastModified=2022-07-06 18:36:49.663193000, delta=935000 ns, racy<=17500 ns 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.664470000, lastModified=2022-07-06 18:36:49.663193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.664470000, lastModified=2022-07-06 18:36:49.663193000, delta=1277000 ns, racy<=17500 ns 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.664806000, lastModified=2022-07-06 18:36:49.663193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.663193000 to 2022-07-06 18:36:49.664193000 18:36:49.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.665194000, lastModified=2022-07-06 18:36:49.664193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.665194000, lastModified=2022-07-06 18:36:49.664193000, delta=1001000 ns, racy<=17500 ns 18:36:49.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.665821000, lastModified=2022-07-06 18:36:49.664193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.664193000 to 2022-07-06 18:36:49.665193000 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.666267000, lastModified=2022-07-06 18:36:49.665193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.666267000, lastModified=2022-07-06 18:36:49.665193000, delta=1074000 ns, racy<=17500 ns 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.666644000, lastModified=2022-07-06 18:36:49.665193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.666644000, lastModified=2022-07-06 18:36:49.665193000, delta=1451000 ns, racy<=17500 ns 18:36:49.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.667045000, lastModified=2022-07-06 18:36:49.666193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.667045000, lastModified=2022-07-06 18:36:49.666193000, delta=852000 ns, racy<=17500 ns 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.667386000, lastModified=2022-07-06 18:36:49.666193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.667386000, lastModified=2022-07-06 18:36:49.666193000, delta=1193000 ns, racy<=17500 ns 18:36:49.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.668112000, lastModified=2022-07-06 18:36:49.667193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.668112000, lastModified=2022-07-06 18:36:49.667193000, delta=919000 ns, racy<=17500 ns 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.668438000, lastModified=2022-07-06 18:36:49.667193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.668438000, lastModified=2022-07-06 18:36:49.667193000, delta=1245000 ns, racy<=17500 ns 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.668777000, lastModified=2022-07-06 18:36:49.667193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.668777000, lastModified=2022-07-06 18:36:49.667193000, delta=1584000 ns, racy<=17500 ns 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.669170000, lastModified=2022-07-06 18:36:49.668193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.669170000, lastModified=2022-07-06 18:36:49.668193000, delta=977000 ns, racy<=17500 ns 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.669786000, lastModified=2022-07-06 18:36:49.668193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.668193000 to 2022-07-06 18:36:49.669193000 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.670274000, lastModified=2022-07-06 18:36:49.669193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.670274000, lastModified=2022-07-06 18:36:49.669193000, delta=1081000 ns, racy<=17500 ns 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.670603000, lastModified=2022-07-06 18:36:49.669193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.670603000, lastModified=2022-07-06 18:36:49.669193000, delta=1410000 ns, racy<=17500 ns 18:36:49.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.671013000, lastModified=2022-07-06 18:36:49.669193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.669193000 to 2022-07-06 18:36:49.670193000 18:36:49.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.671349000, lastModified=2022-07-06 18:36:49.670193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.671349000, lastModified=2022-07-06 18:36:49.670193000, delta=1156000 ns, racy<=17500 ns 18:36:49.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.672104000, lastModified=2022-07-06 18:36:49.671193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.672104000, lastModified=2022-07-06 18:36:49.671193000, delta=911000 ns, racy<=17500 ns 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.672439000, lastModified=2022-07-06 18:36:49.671193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.672439000, lastModified=2022-07-06 18:36:49.671193000, delta=1246000 ns, racy<=17500 ns 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.672774000, lastModified=2022-07-06 18:36:49.671193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.672774000, lastModified=2022-07-06 18:36:49.671193000, delta=1581000 ns, racy<=17500 ns 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.673192000, lastModified=2022-07-06 18:36:49.672193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.673192000, lastModified=2022-07-06 18:36:49.672193000, delta=999000 ns, racy<=17500 ns 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.673856000, lastModified=2022-07-06 18:36:49.672193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.672193000 to 2022-07-06 18:36:49.673193000 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.674279000, lastModified=2022-07-06 18:36:49.673193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.674279000, lastModified=2022-07-06 18:36:49.673193000, delta=1086000 ns, racy<=17500 ns 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.674610000, lastModified=2022-07-06 18:36:49.673193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.674610000, lastModified=2022-07-06 18:36:49.673193000, delta=1417000 ns, racy<=17500 ns 18:36:49.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.675006000, lastModified=2022-07-06 18:36:49.673193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.673193000 to 2022-07-06 18:36:49.674193000 18:36:49.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.675312000, lastModified=2022-07-06 18:36:49.674193000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.675312000, lastModified=2022-07-06 18:36:49.674193000, delta=1119000 ns, racy<=17500 ns 18:36:49.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.676024000, lastModified=2022-07-06 18:36:49.675194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.676024000, lastModified=2022-07-06 18:36:49.675194000, delta=830000 ns, racy<=17500 ns 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.676391000, lastModified=2022-07-06 18:36:49.675194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.676391000, lastModified=2022-07-06 18:36:49.675194000, delta=1197000 ns, racy<=17500 ns 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.676734000, lastModified=2022-07-06 18:36:49.675194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.676734000, lastModified=2022-07-06 18:36:49.675194000, delta=1540000 ns, racy<=17500 ns 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.677174000, lastModified=2022-07-06 18:36:49.676194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.677174000, lastModified=2022-07-06 18:36:49.676194000, delta=980000 ns, racy<=17500 ns 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.677852000, lastModified=2022-07-06 18:36:49.676194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.676194000 to 2022-07-06 18:36:49.677194000 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.678385000, lastModified=2022-07-06 18:36:49.677194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.678385000, lastModified=2022-07-06 18:36:49.677194000, delta=1191000 ns, racy<=17500 ns 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.678772000, lastModified=2022-07-06 18:36:49.677194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.678772000, lastModified=2022-07-06 18:36:49.677194000, delta=1578000 ns, racy<=17500 ns 18:36:49.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.679194000, lastModified=2022-07-06 18:36:49.678194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.679194000, lastModified=2022-07-06 18:36:49.678194000, delta=1000000 ns, racy<=17500 ns 18:36:49.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.679560000, lastModified=2022-07-06 18:36:49.678194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.679560000, lastModified=2022-07-06 18:36:49.678194000, delta=1366000 ns, racy<=17500 ns 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.680378000, lastModified=2022-07-06 18:36:49.679194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.680378000, lastModified=2022-07-06 18:36:49.679194000, delta=1184000 ns, racy<=17500 ns 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.680778000, lastModified=2022-07-06 18:36:49.679194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.679194000 to 2022-07-06 18:36:49.680194000 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.681195000, lastModified=2022-07-06 18:36:49.680194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.681195000, lastModified=2022-07-06 18:36:49.680194000, delta=1001000 ns, racy<=17500 ns 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.681595000, lastModified=2022-07-06 18:36:49.680194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.681595000, lastModified=2022-07-06 18:36:49.680194000, delta=1401000 ns, racy<=17500 ns 18:36:49.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.682242000, lastModified=2022-07-06 18:36:49.680194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.680194000 to 2022-07-06 18:36:49.681194000 18:36:49.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.682765000, lastModified=2022-07-06 18:36:49.681194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.681194000 to 2022-07-06 18:36:49.682194000 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.683187000, lastModified=2022-07-06 18:36:49.682194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.683187000, lastModified=2022-07-06 18:36:49.682194000, delta=993000 ns, racy<=17500 ns 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.683591000, lastModified=2022-07-06 18:36:49.682194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.683591000, lastModified=2022-07-06 18:36:49.682194000, delta=1397000 ns, racy<=17500 ns 18:36:49.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.683994000, lastModified=2022-07-06 18:36:49.683194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.683994000, lastModified=2022-07-06 18:36:49.683194000, delta=800000 ns, racy<=17500 ns 18:36:49.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.684877000, lastModified=2022-07-06 18:36:49.683194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.683194000 to 2022-07-06 18:36:49.684194000 18:36:49.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.685273000, lastModified=2022-07-06 18:36:49.684194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.685273000, lastModified=2022-07-06 18:36:49.684194000, delta=1079000 ns, racy<=17500 ns 18:36:49.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.685683000, lastModified=2022-07-06 18:36:49.684194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.684194000 to 2022-07-06 18:36:49.685194000 18:36:49.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.686917000, lastModified=2022-07-06 18:36:49.685194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.685194000 to 2022-07-06 18:36:49.686194000 18:36:49.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.687610000, lastModified=2022-07-06 18:36:49.686194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.687610000, lastModified=2022-07-06 18:36:49.686194000, delta=1416000 ns, racy<=17500 ns 18:36:49.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.736850000, lastModified=2022-07-06 18:36:49.687194000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.687194000 to 2022-07-06 18:36:49.736195000 18:36:49.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.737464000, lastModified=2022-07-06 18:36:49.736195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.737464000, lastModified=2022-07-06 18:36:49.736195000, delta=1269000 ns, racy<=17500 ns 18:36:49.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.738007000, lastModified=2022-07-06 18:36:49.737195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.738007000, lastModified=2022-07-06 18:36:49.737195000, delta=812000 ns, racy<=17500 ns 18:36:49.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.738380000, lastModified=2022-07-06 18:36:49.737195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.738380000, lastModified=2022-07-06 18:36:49.737195000, delta=1185000 ns, racy<=17500 ns 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.739283000, lastModified=2022-07-06 18:36:49.738195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.739283000, lastModified=2022-07-06 18:36:49.738195000, delta=1088000 ns, racy<=17500 ns 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.739624000, lastModified=2022-07-06 18:36:49.738195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.739624000, lastModified=2022-07-06 18:36:49.738195000, delta=1429000 ns, racy<=17500 ns 18:36:49.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.739993000, lastModified=2022-07-06 18:36:49.739195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.739993000, lastModified=2022-07-06 18:36:49.739195000, delta=798000 ns, racy<=17500 ns 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.740344000, lastModified=2022-07-06 18:36:49.739195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.740344000, lastModified=2022-07-06 18:36:49.739195000, delta=1149000 ns, racy<=17500 ns 18:36:49.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.741031000, lastModified=2022-07-06 18:36:49.739195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.739195000 to 2022-07-06 18:36:49.740195000 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.741522000, lastModified=2022-07-06 18:36:49.740195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.741522000, lastModified=2022-07-06 18:36:49.740195000, delta=1327000 ns, racy<=17500 ns 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.741849000, lastModified=2022-07-06 18:36:49.740195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.740195000 to 2022-07-06 18:36:49.741195000 18:36:49.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.742180000, lastModified=2022-07-06 18:36:49.741195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.742180000, lastModified=2022-07-06 18:36:49.741195000, delta=985000 ns, racy<=17500 ns 18:36:49.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.742511000, lastModified=2022-07-06 18:36:49.741195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.742511000, lastModified=2022-07-06 18:36:49.741195000, delta=1316000 ns, racy<=17500 ns 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.743301000, lastModified=2022-07-06 18:36:49.742195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.743301000, lastModified=2022-07-06 18:36:49.742195000, delta=1106000 ns, racy<=17500 ns 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.743636000, lastModified=2022-07-06 18:36:49.742195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.743636000, lastModified=2022-07-06 18:36:49.742195000, delta=1441000 ns, racy<=17500 ns 18:36:49.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.743986000, lastModified=2022-07-06 18:36:49.743195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.743986000, lastModified=2022-07-06 18:36:49.743195000, delta=791000 ns, racy<=17500 ns 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.744331000, lastModified=2022-07-06 18:36:49.743195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.744331000, lastModified=2022-07-06 18:36:49.743195000, delta=1136000 ns, racy<=17500 ns 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.744969000, lastModified=2022-07-06 18:36:49.743195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.743195000 to 2022-07-06 18:36:49.744195000 18:36:49.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.745460000, lastModified=2022-07-06 18:36:49.744195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.745460000, lastModified=2022-07-06 18:36:49.744195000, delta=1265000 ns, racy<=17500 ns 18:36:49.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.745787000, lastModified=2022-07-06 18:36:49.744195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.744195000 to 2022-07-06 18:36:49.745195000 18:36:49.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.746153000, lastModified=2022-07-06 18:36:49.745195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.746153000, lastModified=2022-07-06 18:36:49.745195000, delta=958000 ns, racy<=17500 ns 18:36:49.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.746484000, lastModified=2022-07-06 18:36:49.745195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.746484000, lastModified=2022-07-06 18:36:49.745195000, delta=1289000 ns, racy<=17500 ns 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.747355000, lastModified=2022-07-06 18:36:49.746195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.747355000, lastModified=2022-07-06 18:36:49.746195000, delta=1160000 ns, racy<=17500 ns 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.747687000, lastModified=2022-07-06 18:36:49.746195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.747687000, lastModified=2022-07-06 18:36:49.746195000, delta=1492000 ns, racy<=17500 ns 18:36:49.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.748032000, lastModified=2022-07-06 18:36:49.747195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.748032000, lastModified=2022-07-06 18:36:49.747195000, delta=837000 ns, racy<=17500 ns 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.748366000, lastModified=2022-07-06 18:36:49.747195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.748366000, lastModified=2022-07-06 18:36:49.747195000, delta=1171000 ns, racy<=17500 ns 18:36:49.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.749033000, lastModified=2022-07-06 18:36:49.747195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.747195000 to 2022-07-06 18:36:49.748195000 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.749516000, lastModified=2022-07-06 18:36:49.748195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.749516000, lastModified=2022-07-06 18:36:49.748195000, delta=1321000 ns, racy<=17500 ns 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.749830000, lastModified=2022-07-06 18:36:49.748195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.748195000 to 2022-07-06 18:36:49.749195000 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.750179000, lastModified=2022-07-06 18:36:49.749195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.750179000, lastModified=2022-07-06 18:36:49.749195000, delta=984000 ns, racy<=17500 ns 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.750490000, lastModified=2022-07-06 18:36:49.749195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.750490000, lastModified=2022-07-06 18:36:49.749195000, delta=1295000 ns, racy<=17500 ns 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.751279000, lastModified=2022-07-06 18:36:49.750195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.751279000, lastModified=2022-07-06 18:36:49.750195000, delta=1084000 ns, racy<=17500 ns 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.751616000, lastModified=2022-07-06 18:36:49.750195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.751616000, lastModified=2022-07-06 18:36:49.750195000, delta=1421000 ns, racy<=17500 ns 18:36:49.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.751988000, lastModified=2022-07-06 18:36:49.751195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.751988000, lastModified=2022-07-06 18:36:49.751195000, delta=793000 ns, racy<=17500 ns 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.752324000, lastModified=2022-07-06 18:36:49.751195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.752324000, lastModified=2022-07-06 18:36:49.751195000, delta=1129000 ns, racy<=17500 ns 18:36:49.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.752998000, lastModified=2022-07-06 18:36:49.751195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.751195000 to 2022-07-06 18:36:49.752195000 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.753557000, lastModified=2022-07-06 18:36:49.752195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.753557000, lastModified=2022-07-06 18:36:49.752195000, delta=1362000 ns, racy<=17500 ns 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.753973000, lastModified=2022-07-06 18:36:49.752195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.752195000 to 2022-07-06 18:36:49.753195000 18:36:49.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.754354000, lastModified=2022-07-06 18:36:49.753195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.753195000 to 2022-07-06 18:36:49.754195000 18:36:49.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.755400000, lastModified=2022-07-06 18:36:49.754195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.755400000, lastModified=2022-07-06 18:36:49.754195000, delta=1205000 ns, racy<=17500 ns 18:36:49.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.756207000, lastModified=2022-07-06 18:36:49.755195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.756207000, lastModified=2022-07-06 18:36:49.755195000, delta=1012000 ns, racy<=17500 ns 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.756599000, lastModified=2022-07-06 18:36:49.755195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.756599000, lastModified=2022-07-06 18:36:49.755195000, delta=1404000 ns, racy<=17500 ns 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.756955000, lastModified=2022-07-06 18:36:49.755195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.755195000 to 2022-07-06 18:36:49.756195000 18:36:49.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.757356000, lastModified=2022-07-06 18:36:49.756195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.757356000, lastModified=2022-07-06 18:36:49.756195000, delta=1161000 ns, racy<=17500 ns 18:36:49.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.758160000, lastModified=2022-07-06 18:36:49.756195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.756195000 to 2022-07-06 18:36:49.757195000 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.758628000, lastModified=2022-07-06 18:36:49.757195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.758628000, lastModified=2022-07-06 18:36:49.757195000, delta=1433000 ns, racy<=17500 ns 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.758970000, lastModified=2022-07-06 18:36:49.758195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.758970000, lastModified=2022-07-06 18:36:49.758195000, delta=775000 ns, racy<=17500 ns 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.759298000, lastModified=2022-07-06 18:36:49.758195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.759298000, lastModified=2022-07-06 18:36:49.758195000, delta=1103000 ns, racy<=17500 ns 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.759614000, lastModified=2022-07-06 18:36:49.758195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.759614000, lastModified=2022-07-06 18:36:49.758195000, delta=1419000 ns, racy<=17500 ns 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.760361000, lastModified=2022-07-06 18:36:49.759195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.760361000, lastModified=2022-07-06 18:36:49.759195000, delta=1166000 ns, racy<=17500 ns 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.760683000, lastModified=2022-07-06 18:36:49.759195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.760683000, lastModified=2022-07-06 18:36:49.759195000, delta=1488000 ns, racy<=17500 ns 18:36:49.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.761033000, lastModified=2022-07-06 18:36:49.760195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.761033000, lastModified=2022-07-06 18:36:49.760195000, delta=838000 ns, racy<=17500 ns 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.761363000, lastModified=2022-07-06 18:36:49.760195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.761363000, lastModified=2022-07-06 18:36:49.760195000, delta=1168000 ns, racy<=17500 ns 18:36:49.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.762002000, lastModified=2022-07-06 18:36:49.760195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.760195000 to 2022-07-06 18:36:49.761195000 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.762379000, lastModified=2022-07-06 18:36:49.761195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.762379000, lastModified=2022-07-06 18:36:49.761195000, delta=1184000 ns, racy<=17500 ns 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.762714000, lastModified=2022-07-06 18:36:49.761195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.762714000, lastModified=2022-07-06 18:36:49.761195000, delta=1519000 ns, racy<=17500 ns 18:36:49.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.763091000, lastModified=2022-07-06 18:36:49.762195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.763091000, lastModified=2022-07-06 18:36:49.762195000, delta=896000 ns, racy<=17500 ns 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.763431000, lastModified=2022-07-06 18:36:49.762195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.763431000, lastModified=2022-07-06 18:36:49.762195000, delta=1236000 ns, racy<=17500 ns 18:36:49.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.764131000, lastModified=2022-07-06 18:36:49.763195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.764131000, lastModified=2022-07-06 18:36:49.763195000, delta=936000 ns, racy<=17500 ns 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.764457000, lastModified=2022-07-06 18:36:49.763195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.764457000, lastModified=2022-07-06 18:36:49.763195000, delta=1262000 ns, racy<=17500 ns 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.764797000, lastModified=2022-07-06 18:36:49.763195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.763195000 to 2022-07-06 18:36:49.764195000 18:36:49.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.765144000, lastModified=2022-07-06 18:36:49.764195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.765144000, lastModified=2022-07-06 18:36:49.764195000, delta=949000 ns, racy<=17500 ns 18:36:49.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.765755000, lastModified=2022-07-06 18:36:49.764195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.764195000 to 2022-07-06 18:36:49.765195000 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.766180000, lastModified=2022-07-06 18:36:49.765195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.766180000, lastModified=2022-07-06 18:36:49.765195000, delta=985000 ns, racy<=17500 ns 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.766533000, lastModified=2022-07-06 18:36:49.765195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.766533000, lastModified=2022-07-06 18:36:49.765195000, delta=1338000 ns, racy<=17500 ns 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.766955000, lastModified=2022-07-06 18:36:49.765195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.765195000 to 2022-07-06 18:36:49.766195000 18:36:49.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.767296000, lastModified=2022-07-06 18:36:49.766195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.767296000, lastModified=2022-07-06 18:36:49.766195000, delta=1101000 ns, racy<=17500 ns 18:36:49.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.768116000, lastModified=2022-07-06 18:36:49.767195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.768116000, lastModified=2022-07-06 18:36:49.767195000, delta=921000 ns, racy<=17500 ns 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.768457000, lastModified=2022-07-06 18:36:49.767195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.768457000, lastModified=2022-07-06 18:36:49.767195000, delta=1262000 ns, racy<=17500 ns 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.768794000, lastModified=2022-07-06 18:36:49.767195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.767195000 to 2022-07-06 18:36:49.768195000 18:36:49.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.769186000, lastModified=2022-07-06 18:36:49.768195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.769186000, lastModified=2022-07-06 18:36:49.768195000, delta=991000 ns, racy<=17500 ns 18:36:49.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.769922000, lastModified=2022-07-06 18:36:49.768195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.768195000 to 2022-07-06 18:36:49.769195000 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.770299000, lastModified=2022-07-06 18:36:49.769195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.770299000, lastModified=2022-07-06 18:36:49.769195000, delta=1104000 ns, racy<=17500 ns 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.770643000, lastModified=2022-07-06 18:36:49.769195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.770643000, lastModified=2022-07-06 18:36:49.769195000, delta=1448000 ns, racy<=17500 ns 18:36:49.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.771003000, lastModified=2022-07-06 18:36:49.770195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.771003000, lastModified=2022-07-06 18:36:49.770195000, delta=808000 ns, racy<=17500 ns 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.771349000, lastModified=2022-07-06 18:36:49.770195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.771349000, lastModified=2022-07-06 18:36:49.770195000, delta=1154000 ns, racy<=17500 ns 18:36:49.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.772025000, lastModified=2022-07-06 18:36:49.771195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.772025000, lastModified=2022-07-06 18:36:49.771195000, delta=830000 ns, racy<=17500 ns 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.772366000, lastModified=2022-07-06 18:36:49.771195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.772366000, lastModified=2022-07-06 18:36:49.771195000, delta=1171000 ns, racy<=17500 ns 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.772690000, lastModified=2022-07-06 18:36:49.771195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.772690000, lastModified=2022-07-06 18:36:49.771195000, delta=1495000 ns, racy<=17500 ns 18:36:49.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.773053000, lastModified=2022-07-06 18:36:49.772195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.773053000, lastModified=2022-07-06 18:36:49.772195000, delta=858000 ns, racy<=17500 ns 18:36:49.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.773688000, lastModified=2022-07-06 18:36:49.772195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.773688000, lastModified=2022-07-06 18:36:49.772195000, delta=1493000 ns, racy<=17500 ns 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.774131000, lastModified=2022-07-06 18:36:49.773195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.774131000, lastModified=2022-07-06 18:36:49.773195000, delta=936000 ns, racy<=17500 ns 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.774466000, lastModified=2022-07-06 18:36:49.773195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.774466000, lastModified=2022-07-06 18:36:49.773195000, delta=1271000 ns, racy<=17500 ns 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.774859000, lastModified=2022-07-06 18:36:49.773195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.773195000 to 2022-07-06 18:36:49.774195000 18:36:49.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.775225000, lastModified=2022-07-06 18:36:49.774195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.775225000, lastModified=2022-07-06 18:36:49.774195000, delta=1030000 ns, racy<=17500 ns 18:36:49.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.775880000, lastModified=2022-07-06 18:36:49.774195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.774195000 to 2022-07-06 18:36:49.775195000 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.776279000, lastModified=2022-07-06 18:36:49.775195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.776279000, lastModified=2022-07-06 18:36:49.775195000, delta=1084000 ns, racy<=17500 ns 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.776614000, lastModified=2022-07-06 18:36:49.775195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.776614000, lastModified=2022-07-06 18:36:49.775195000, delta=1419000 ns, racy<=17500 ns 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.776972000, lastModified=2022-07-06 18:36:49.775195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.775195000 to 2022-07-06 18:36:49.776195000 18:36:49.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.777610000, lastModified=2022-07-06 18:36:49.776195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.777610000, lastModified=2022-07-06 18:36:49.776195000, delta=1415000 ns, racy<=17500 ns 18:36:49.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.778059000, lastModified=2022-07-06 18:36:49.777195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.778059000, lastModified=2022-07-06 18:36:49.777195000, delta=864000 ns, racy<=17500 ns 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.778386000, lastModified=2022-07-06 18:36:49.777195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.778386000, lastModified=2022-07-06 18:36:49.777195000, delta=1191000 ns, racy<=17500 ns 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.778701000, lastModified=2022-07-06 18:36:49.777195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.778701000, lastModified=2022-07-06 18:36:49.777195000, delta=1506000 ns, racy<=17500 ns 18:36:49.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.779076000, lastModified=2022-07-06 18:36:49.778195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.779076000, lastModified=2022-07-06 18:36:49.778195000, delta=881000 ns, racy<=17500 ns 18:36:49.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.779813000, lastModified=2022-07-06 18:36:49.778195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.778195000 to 2022-07-06 18:36:49.779195000 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.780147000, lastModified=2022-07-06 18:36:49.779195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.780147000, lastModified=2022-07-06 18:36:49.779195000, delta=952000 ns, racy<=17500 ns 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.780467000, lastModified=2022-07-06 18:36:49.779195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.780467000, lastModified=2022-07-06 18:36:49.779195000, delta=1272000 ns, racy<=17500 ns 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.780775000, lastModified=2022-07-06 18:36:49.779195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.780775000, lastModified=2022-07-06 18:36:49.779195000, delta=1580000 ns, racy<=17500 ns 18:36:49.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.781559000, lastModified=2022-07-06 18:36:49.780195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.781559000, lastModified=2022-07-06 18:36:49.780195000, delta=1364000 ns, racy<=17500 ns 18:36:49.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.781973000, lastModified=2022-07-06 18:36:49.780195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.780195000 to 2022-07-06 18:36:49.781195000 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.782281000, lastModified=2022-07-06 18:36:49.781195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.782281000, lastModified=2022-07-06 18:36:49.781195000, delta=1086000 ns, racy<=17500 ns 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.782605000, lastModified=2022-07-06 18:36:49.781195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.782605000, lastModified=2022-07-06 18:36:49.781195000, delta=1410000 ns, racy<=17500 ns 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.782975000, lastModified=2022-07-06 18:36:49.781195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.781195000 to 2022-07-06 18:36:49.782195000 18:36:49.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.783784000, lastModified=2022-07-06 18:36:49.782195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.783784000, lastModified=2022-07-06 18:36:49.782195000, delta=1589000 ns, racy<=17500 ns 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.784156000, lastModified=2022-07-06 18:36:49.783195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.784156000, lastModified=2022-07-06 18:36:49.783195000, delta=961000 ns, racy<=17500 ns 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.784474000, lastModified=2022-07-06 18:36:49.783195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.784474000, lastModified=2022-07-06 18:36:49.783195000, delta=1279000 ns, racy<=17500 ns 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.784796000, lastModified=2022-07-06 18:36:49.783195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.783195000 to 2022-07-06 18:36:49.784195000 18:36:49.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.785550000, lastModified=2022-07-06 18:36:49.784195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.785550000, lastModified=2022-07-06 18:36:49.784195000, delta=1355000 ns, racy<=17500 ns 18:36:49.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.786013000, lastModified=2022-07-06 18:36:49.784195000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.784195000 to 2022-07-06 18:36:49.785195000 18:36:49.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.836883000, lastModified=2022-07-06 18:36:49.835196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.835196000 to 2022-07-06 18:36:49.836196000 18:36:49.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.837259000, lastModified=2022-07-06 18:36:49.836196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.837259000, lastModified=2022-07-06 18:36:49.836196000, delta=1063000 ns, racy<=17500 ns 18:36:49.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.837624000, lastModified=2022-07-06 18:36:49.836196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.837624000, lastModified=2022-07-06 18:36:49.836196000, delta=1428000 ns, racy<=17500 ns 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.838407000, lastModified=2022-07-06 18:36:49.837196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.838407000, lastModified=2022-07-06 18:36:49.837196000, delta=1211000 ns, racy<=17500 ns 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.838747000, lastModified=2022-07-06 18:36:49.837196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.838747000, lastModified=2022-07-06 18:36:49.837196000, delta=1551000 ns, racy<=17500 ns 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.839166000, lastModified=2022-07-06 18:36:49.838196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.839166000, lastModified=2022-07-06 18:36:49.838196000, delta=970000 ns, racy<=17500 ns 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.839529000, lastModified=2022-07-06 18:36:49.838196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.839529000, lastModified=2022-07-06 18:36:49.838196000, delta=1333000 ns, racy<=17500 ns 18:36:49.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.840349000, lastModified=2022-07-06 18:36:49.838196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.838196000 to 2022-07-06 18:36:49.839196000 18:36:49.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.840865000, lastModified=2022-07-06 18:36:49.839196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.839196000 to 2022-07-06 18:36:49.840196000 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.841272000, lastModified=2022-07-06 18:36:49.840196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.841272000, lastModified=2022-07-06 18:36:49.840196000, delta=1076000 ns, racy<=17500 ns 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.841637000, lastModified=2022-07-06 18:36:49.840196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.841637000, lastModified=2022-07-06 18:36:49.840196000, delta=1441000 ns, racy<=17500 ns 18:36:49.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.842022000, lastModified=2022-07-06 18:36:49.841196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.842022000, lastModified=2022-07-06 18:36:49.841196000, delta=826000 ns, racy<=17500 ns 18:36:49.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.843029000, lastModified=2022-07-06 18:36:49.842196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.843029000, lastModified=2022-07-06 18:36:49.842196000, delta=833000 ns, racy<=17500 ns 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.843370000, lastModified=2022-07-06 18:36:49.842196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.843370000, lastModified=2022-07-06 18:36:49.842196000, delta=1174000 ns, racy<=17500 ns 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.843715000, lastModified=2022-07-06 18:36:49.842196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.843715000, lastModified=2022-07-06 18:36:49.842196000, delta=1519000 ns, racy<=17500 ns 18:36:49.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.844127000, lastModified=2022-07-06 18:36:49.843196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.844127000, lastModified=2022-07-06 18:36:49.843196000, delta=931000 ns, racy<=17500 ns 18:36:49.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.844929000, lastModified=2022-07-06 18:36:49.843196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.843196000 to 2022-07-06 18:36:49.844196000 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.845379000, lastModified=2022-07-06 18:36:49.844196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.845379000, lastModified=2022-07-06 18:36:49.844196000, delta=1183000 ns, racy<=17500 ns 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.845706000, lastModified=2022-07-06 18:36:49.844196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.845706000, lastModified=2022-07-06 18:36:49.844196000, delta=1510000 ns, racy<=17500 ns 18:36:49.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.846124000, lastModified=2022-07-06 18:36:49.845196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.846124000, lastModified=2022-07-06 18:36:49.845196000, delta=928000 ns, racy<=17500 ns 18:36:49.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.846457000, lastModified=2022-07-06 18:36:49.845196000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.846457000, lastModified=2022-07-06 18:36:49.845196000, delta=1261000 ns, racy<=17500 ns 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.847518000, lastModified=2022-07-06 18:36:49.846197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.847518000, lastModified=2022-07-06 18:36:49.846197000, delta=1321000 ns, racy<=17500 ns 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.847869000, lastModified=2022-07-06 18:36:49.846197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.846197000 to 2022-07-06 18:36:49.847197000 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.848295000, lastModified=2022-07-06 18:36:49.847197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.848295000, lastModified=2022-07-06 18:36:49.847197000, delta=1098000 ns, racy<=17500 ns 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.848626000, lastModified=2022-07-06 18:36:49.847197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.848626000, lastModified=2022-07-06 18:36:49.847197000, delta=1429000 ns, racy<=17500 ns 18:36:49.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.849588000, lastModified=2022-07-06 18:36:49.847197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.847197000 to 2022-07-06 18:36:49.848197000 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.850154000, lastModified=2022-07-06 18:36:49.849197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.850154000, lastModified=2022-07-06 18:36:49.849197000, delta=957000 ns, racy<=17500 ns 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.850491000, lastModified=2022-07-06 18:36:49.849197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.850491000, lastModified=2022-07-06 18:36:49.849197000, delta=1294000 ns, racy<=17500 ns 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.850826000, lastModified=2022-07-06 18:36:49.849197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.849197000 to 2022-07-06 18:36:49.850197000 18:36:49.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.851215000, lastModified=2022-07-06 18:36:49.850197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.851215000, lastModified=2022-07-06 18:36:49.850197000, delta=1018000 ns, racy<=17500 ns 18:36:49.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.852144000, lastModified=2022-07-06 18:36:49.851197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.852144000, lastModified=2022-07-06 18:36:49.851197000, delta=947000 ns, racy<=17500 ns 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.852482000, lastModified=2022-07-06 18:36:49.851197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.852482000, lastModified=2022-07-06 18:36:49.851197000, delta=1285000 ns, racy<=17500 ns 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.852811000, lastModified=2022-07-06 18:36:49.851197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.851197000 to 2022-07-06 18:36:49.852197000 18:36:49.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.853207000, lastModified=2022-07-06 18:36:49.852197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.853207000, lastModified=2022-07-06 18:36:49.852197000, delta=1010000 ns, racy<=17500 ns 18:36:49.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.853971000, lastModified=2022-07-06 18:36:49.852197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.852197000 to 2022-07-06 18:36:49.853197000 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.854486000, lastModified=2022-07-06 18:36:49.853197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.854486000, lastModified=2022-07-06 18:36:49.853197000, delta=1289000 ns, racy<=17500 ns 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.854827000, lastModified=2022-07-06 18:36:49.853197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.853197000 to 2022-07-06 18:36:49.854197000 18:36:49.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.855206000, lastModified=2022-07-06 18:36:49.854197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.855206000, lastModified=2022-07-06 18:36:49.854197000, delta=1009000 ns, racy<=17500 ns 18:36:49.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.855531000, lastModified=2022-07-06 18:36:49.854197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.855531000, lastModified=2022-07-06 18:36:49.854197000, delta=1334000 ns, racy<=17500 ns 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.856481000, lastModified=2022-07-06 18:36:49.855197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.856481000, lastModified=2022-07-06 18:36:49.855197000, delta=1284000 ns, racy<=17500 ns 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.856946000, lastModified=2022-07-06 18:36:49.855197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.855197000 to 2022-07-06 18:36:49.856197000 18:36:49.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.857327000, lastModified=2022-07-06 18:36:49.856197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.857327000, lastModified=2022-07-06 18:36:49.856197000, delta=1130000 ns, racy<=17500 ns 18:36:49.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.858005000, lastModified=2022-07-06 18:36:49.857197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.858005000, lastModified=2022-07-06 18:36:49.857197000, delta=808000 ns, racy<=17500 ns 18:36:49.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.858878000, lastModified=2022-07-06 18:36:49.857197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.857197000 to 2022-07-06 18:36:49.858197000 18:36:49.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.859419000, lastModified=2022-07-06 18:36:49.858197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.859419000, lastModified=2022-07-06 18:36:49.858197000, delta=1222000 ns, racy<=17500 ns 18:36:49.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.859824000, lastModified=2022-07-06 18:36:49.858197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.858197000 to 2022-07-06 18:36:49.859197000 18:36:49.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.860193000, lastModified=2022-07-06 18:36:49.859197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.860193000, lastModified=2022-07-06 18:36:49.859197000, delta=996000 ns, racy<=17500 ns 18:36:49.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.860535000, lastModified=2022-07-06 18:36:49.859197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.860535000, lastModified=2022-07-06 18:36:49.859197000, delta=1338000 ns, racy<=17500 ns 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.861480000, lastModified=2022-07-06 18:36:49.860197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.861480000, lastModified=2022-07-06 18:36:49.860197000, delta=1283000 ns, racy<=17500 ns 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.861803000, lastModified=2022-07-06 18:36:49.860197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.860197000 to 2022-07-06 18:36:49.861197000 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.862183000, lastModified=2022-07-06 18:36:49.861197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.862183000, lastModified=2022-07-06 18:36:49.861197000, delta=986000 ns, racy<=17500 ns 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.862523000, lastModified=2022-07-06 18:36:49.861197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.862523000, lastModified=2022-07-06 18:36:49.861197000, delta=1326000 ns, racy<=17500 ns 18:36:49.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.863450000, lastModified=2022-07-06 18:36:49.861197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.861197000 to 2022-07-06 18:36:49.862197000 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.864002000, lastModified=2022-07-06 18:36:49.862197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.862197000 to 2022-07-06 18:36:49.863197000 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.864342000, lastModified=2022-07-06 18:36:49.863197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.864342000, lastModified=2022-07-06 18:36:49.863197000, delta=1145000 ns, racy<=17500 ns 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.864681000, lastModified=2022-07-06 18:36:49.863197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.864681000, lastModified=2022-07-06 18:36:49.863197000, delta=1484000 ns, racy<=17500 ns 18:36:49.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.865101000, lastModified=2022-07-06 18:36:49.864197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.865101000, lastModified=2022-07-06 18:36:49.864197000, delta=904000 ns, racy<=17500 ns 18:36:49.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.866113000, lastModified=2022-07-06 18:36:49.865197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.866113000, lastModified=2022-07-06 18:36:49.865197000, delta=916000 ns, racy<=17500 ns 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.866463000, lastModified=2022-07-06 18:36:49.865197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.866463000, lastModified=2022-07-06 18:36:49.865197000, delta=1266000 ns, racy<=17500 ns 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.866801000, lastModified=2022-07-06 18:36:49.865197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.865197000 to 2022-07-06 18:36:49.866197000 18:36:49.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.867180000, lastModified=2022-07-06 18:36:49.866197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.867180000, lastModified=2022-07-06 18:36:49.866197000, delta=983000 ns, racy<=17500 ns 18:36:49.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.867939000, lastModified=2022-07-06 18:36:49.866197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.866197000 to 2022-07-06 18:36:49.867197000 18:36:49.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.868457000, lastModified=2022-07-06 18:36:49.867197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.868457000, lastModified=2022-07-06 18:36:49.867197000, delta=1260000 ns, racy<=17500 ns 18:36:49.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.868822000, lastModified=2022-07-06 18:36:49.867197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.867197000 to 2022-07-06 18:36:49.868197000 18:36:49.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.869215000, lastModified=2022-07-06 18:36:49.868197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.869215000, lastModified=2022-07-06 18:36:49.868197000, delta=1018000 ns, racy<=17500 ns 18:36:49.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.869558000, lastModified=2022-07-06 18:36:49.868197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.869558000, lastModified=2022-07-06 18:36:49.868197000, delta=1361000 ns, racy<=17500 ns 18:36:49.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.870575000, lastModified=2022-07-06 18:36:49.869197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.869197000 to 2022-07-06 18:36:49.870197000 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.871251000, lastModified=2022-07-06 18:36:49.870197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.871251000, lastModified=2022-07-06 18:36:49.870197000, delta=1054000 ns, racy<=17500 ns 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.871604000, lastModified=2022-07-06 18:36:49.870197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.871604000, lastModified=2022-07-06 18:36:49.870197000, delta=1407000 ns, racy<=17500 ns 18:36:49.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.872007000, lastModified=2022-07-06 18:36:49.870197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.870197000 to 2022-07-06 18:36:49.871197000 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.872972000, lastModified=2022-07-06 18:36:49.871197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.871197000 to 2022-07-06 18:36:49.872197000 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.873454000, lastModified=2022-07-06 18:36:49.872197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.873454000, lastModified=2022-07-06 18:36:49.872197000, delta=1257000 ns, racy<=17500 ns 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.873787000, lastModified=2022-07-06 18:36:49.872197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.873787000, lastModified=2022-07-06 18:36:49.872197000, delta=1590000 ns, racy<=17500 ns 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.874259000, lastModified=2022-07-06 18:36:49.873197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.874259000, lastModified=2022-07-06 18:36:49.873197000, delta=1062000 ns, racy<=17500 ns 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.874635000, lastModified=2022-07-06 18:36:49.873197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.874635000, lastModified=2022-07-06 18:36:49.873197000, delta=1438000 ns, racy<=17500 ns 18:36:49.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.875530000, lastModified=2022-07-06 18:36:49.874197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.875530000, lastModified=2022-07-06 18:36:49.874197000, delta=1333000 ns, racy<=17500 ns 18:36:49.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.876014000, lastModified=2022-07-06 18:36:49.875197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.876014000, lastModified=2022-07-06 18:36:49.875197000, delta=817000 ns, racy<=17500 ns 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.876415000, lastModified=2022-07-06 18:36:49.875197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.876415000, lastModified=2022-07-06 18:36:49.875197000, delta=1218000 ns, racy<=17500 ns 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.876781000, lastModified=2022-07-06 18:36:49.875197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.876781000, lastModified=2022-07-06 18:36:49.875197000, delta=1584000 ns, racy<=17500 ns 18:36:49.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.877574000, lastModified=2022-07-06 18:36:49.876197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.877574000, lastModified=2022-07-06 18:36:49.876197000, delta=1377000 ns, racy<=17500 ns 18:36:49.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.878034000, lastModified=2022-07-06 18:36:49.877197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.878034000, lastModified=2022-07-06 18:36:49.877197000, delta=837000 ns, racy<=17500 ns 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.878375000, lastModified=2022-07-06 18:36:49.877197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.878375000, lastModified=2022-07-06 18:36:49.877197000, delta=1178000 ns, racy<=17500 ns 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.878709000, lastModified=2022-07-06 18:36:49.877197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.878709000, lastModified=2022-07-06 18:36:49.877197000, delta=1512000 ns, racy<=17500 ns 18:36:49.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.879119000, lastModified=2022-07-06 18:36:49.878197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.879119000, lastModified=2022-07-06 18:36:49.878197000, delta=922000 ns, racy<=17500 ns 18:36:49.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.879927000, lastModified=2022-07-06 18:36:49.878197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.878197000 to 2022-07-06 18:36:49.879197000 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.880273000, lastModified=2022-07-06 18:36:49.879197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.880273000, lastModified=2022-07-06 18:36:49.879197000, delta=1076000 ns, racy<=17500 ns 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.880599000, lastModified=2022-07-06 18:36:49.879197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.880599000, lastModified=2022-07-06 18:36:49.879197000, delta=1402000 ns, racy<=17500 ns 18:36:49.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.881031000, lastModified=2022-07-06 18:36:49.879197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.879197000 to 2022-07-06 18:36:49.880197000 18:36:49.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.881687000, lastModified=2022-07-06 18:36:49.880197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.881687000, lastModified=2022-07-06 18:36:49.880197000, delta=1490000 ns, racy<=17500 ns 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.882166000, lastModified=2022-07-06 18:36:49.881197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.882166000, lastModified=2022-07-06 18:36:49.881197000, delta=969000 ns, racy<=17500 ns 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.882499000, lastModified=2022-07-06 18:36:49.881197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.882499000, lastModified=2022-07-06 18:36:49.881197000, delta=1302000 ns, racy<=17500 ns 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.882832000, lastModified=2022-07-06 18:36:49.881197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.881197000 to 2022-07-06 18:36:49.882197000 18:36:49.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.883205000, lastModified=2022-07-06 18:36:49.882197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.883205000, lastModified=2022-07-06 18:36:49.882197000, delta=1008000 ns, racy<=17500 ns 18:36:49.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.884043000, lastModified=2022-07-06 18:36:49.883197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.884043000, lastModified=2022-07-06 18:36:49.883197000, delta=846000 ns, racy<=17500 ns 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.884381000, lastModified=2022-07-06 18:36:49.883197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.884381000, lastModified=2022-07-06 18:36:49.883197000, delta=1184000 ns, racy<=17500 ns 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.884715000, lastModified=2022-07-06 18:36:49.883197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.884715000, lastModified=2022-07-06 18:36:49.883197000, delta=1518000 ns, racy<=17500 ns 18:36:49.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.885121000, lastModified=2022-07-06 18:36:49.884197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.885121000, lastModified=2022-07-06 18:36:49.884197000, delta=924000 ns, racy<=17500 ns 18:36:49.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.885805000, lastModified=2022-07-06 18:36:49.884197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.884197000 to 2022-07-06 18:36:49.885197000 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.886258000, lastModified=2022-07-06 18:36:49.885197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.886258000, lastModified=2022-07-06 18:36:49.885197000, delta=1061000 ns, racy<=17500 ns 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.886592000, lastModified=2022-07-06 18:36:49.885197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.886592000, lastModified=2022-07-06 18:36:49.885197000, delta=1395000 ns, racy<=17500 ns 18:36:49.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.936733000, lastModified=2022-07-06 18:36:49.885197000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.885197000 to 2022-07-06 18:36:49.936198000 18:36:49.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.937409000, lastModified=2022-07-06 18:36:49.936198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.937409000, lastModified=2022-07-06 18:36:49.936198000, delta=1211000 ns, racy<=17500 ns 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.938536000, lastModified=2022-07-06 18:36:49.937198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.938536000, lastModified=2022-07-06 18:36:49.937198000, delta=1338000 ns, racy<=17500 ns 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.938932000, lastModified=2022-07-06 18:36:49.937198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.937198000 to 2022-07-06 18:36:49.938198000 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.939276000, lastModified=2022-07-06 18:36:49.938198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.939276000, lastModified=2022-07-06 18:36:49.938198000, delta=1078000 ns, racy<=17500 ns 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.939620000, lastModified=2022-07-06 18:36:49.938198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.939620000, lastModified=2022-07-06 18:36:49.938198000, delta=1422000 ns, racy<=17500 ns 18:36:49.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.940492000, lastModified=2022-07-06 18:36:49.939198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.940492000, lastModified=2022-07-06 18:36:49.939198000, delta=1294000 ns, racy<=17500 ns 18:36:49.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.940919000, lastModified=2022-07-06 18:36:49.939198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.939198000 to 2022-07-06 18:36:49.940198000 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.941275000, lastModified=2022-07-06 18:36:49.940198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.941275000, lastModified=2022-07-06 18:36:49.940198000, delta=1077000 ns, racy<=17500 ns 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.941611000, lastModified=2022-07-06 18:36:49.940198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.941611000, lastModified=2022-07-06 18:36:49.940198000, delta=1413000 ns, racy<=17500 ns 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.941971000, lastModified=2022-07-06 18:36:49.940198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.940198000 to 2022-07-06 18:36:49.941198000 18:36:49.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.942797000, lastModified=2022-07-06 18:36:49.941198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.941198000 to 2022-07-06 18:36:49.942198000 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.943167000, lastModified=2022-07-06 18:36:49.942198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.943167000, lastModified=2022-07-06 18:36:49.942198000, delta=969000 ns, racy<=17500 ns 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.943506000, lastModified=2022-07-06 18:36:49.942198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.943506000, lastModified=2022-07-06 18:36:49.942198000, delta=1308000 ns, racy<=17500 ns 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.943841000, lastModified=2022-07-06 18:36:49.942198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.942198000 to 2022-07-06 18:36:49.943198000 18:36:49.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.944844000, lastModified=2022-07-06 18:36:49.943198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.943198000 to 2022-07-06 18:36:49.944198000 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.945279000, lastModified=2022-07-06 18:36:49.944198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.945279000, lastModified=2022-07-06 18:36:49.944198000, delta=1081000 ns, racy<=17500 ns 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.945613000, lastModified=2022-07-06 18:36:49.944198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.945613000, lastModified=2022-07-06 18:36:49.944198000, delta=1415000 ns, racy<=17500 ns 18:36:49.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.945996000, lastModified=2022-07-06 18:36:49.945198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.945996000, lastModified=2022-07-06 18:36:49.945198000, delta=798000 ns, racy<=17500 ns 18:36:49.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.946337000, lastModified=2022-07-06 18:36:49.945198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.946337000, lastModified=2022-07-06 18:36:49.945198000, delta=1139000 ns, racy<=17500 ns 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.947385000, lastModified=2022-07-06 18:36:49.946198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.947385000, lastModified=2022-07-06 18:36:49.946198000, delta=1187000 ns, racy<=17500 ns 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.947740000, lastModified=2022-07-06 18:36:49.946198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.947740000, lastModified=2022-07-06 18:36:49.946198000, delta=1542000 ns, racy<=17500 ns 18:36:49.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.948099000, lastModified=2022-07-06 18:36:49.947198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.948099000, lastModified=2022-07-06 18:36:49.947198000, delta=901000 ns, racy<=17500 ns 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.948456000, lastModified=2022-07-06 18:36:49.947198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.948456000, lastModified=2022-07-06 18:36:49.947198000, delta=1258000 ns, racy<=17500 ns 18:36:49.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.949240000, lastModified=2022-07-06 18:36:49.947198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.947198000 to 2022-07-06 18:36:49.948198000 18:36:49.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.949640000, lastModified=2022-07-06 18:36:49.948198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.949640000, lastModified=2022-07-06 18:36:49.948198000, delta=1442000 ns, racy<=17500 ns 18:36:49.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.950037000, lastModified=2022-07-06 18:36:49.949198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.950037000, lastModified=2022-07-06 18:36:49.949198000, delta=839000 ns, racy<=17500 ns 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.950472000, lastModified=2022-07-06 18:36:49.949198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.950472000, lastModified=2022-07-06 18:36:49.949198000, delta=1274000 ns, racy<=17500 ns 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.950868000, lastModified=2022-07-06 18:36:49.949198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.949198000 to 2022-07-06 18:36:49.950198000 18:36:49.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.951965000, lastModified=2022-07-06 18:36:49.950198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.950198000 to 2022-07-06 18:36:49.951198000 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.952317000, lastModified=2022-07-06 18:36:49.951198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.952317000, lastModified=2022-07-06 18:36:49.951198000, delta=1119000 ns, racy<=17500 ns 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.952658000, lastModified=2022-07-06 18:36:49.951198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.952658000, lastModified=2022-07-06 18:36:49.951198000, delta=1460000 ns, racy<=17500 ns 18:36:49.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.953052000, lastModified=2022-07-06 18:36:49.952198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.953052000, lastModified=2022-07-06 18:36:49.952198000, delta=854000 ns, racy<=17500 ns 18:36:49.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.953882000, lastModified=2022-07-06 18:36:49.952198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.952198000 to 2022-07-06 18:36:49.953198000 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.954277000, lastModified=2022-07-06 18:36:49.953198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.954277000, lastModified=2022-07-06 18:36:49.953198000, delta=1079000 ns, racy<=17500 ns 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.954625000, lastModified=2022-07-06 18:36:49.953198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.954625000, lastModified=2022-07-06 18:36:49.953198000, delta=1427000 ns, racy<=17500 ns 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.954975000, lastModified=2022-07-06 18:36:49.953198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.953198000 to 2022-07-06 18:36:49.954198000 18:36:49.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.955296000, lastModified=2022-07-06 18:36:49.954198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.955296000, lastModified=2022-07-06 18:36:49.954198000, delta=1098000 ns, racy<=17500 ns 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.956211000, lastModified=2022-07-06 18:36:49.955198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.956211000, lastModified=2022-07-06 18:36:49.955198000, delta=1013000 ns, racy<=17500 ns 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.956553000, lastModified=2022-07-06 18:36:49.955198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.956553000, lastModified=2022-07-06 18:36:49.955198000, delta=1355000 ns, racy<=17500 ns 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.956941000, lastModified=2022-07-06 18:36:49.955198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.955198000 to 2022-07-06 18:36:49.956198000 18:36:49.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.957278000, lastModified=2022-07-06 18:36:49.956198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.957278000, lastModified=2022-07-06 18:36:49.956198000, delta=1080000 ns, racy<=17500 ns 18:36:49.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.958124000, lastModified=2022-07-06 18:36:49.956198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.956198000 to 2022-07-06 18:36:49.957198000 18:36:49.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.958652000, lastModified=2022-07-06 18:36:49.957198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.958652000, lastModified=2022-07-06 18:36:49.957198000, delta=1454000 ns, racy<=17500 ns 18:36:49.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.958992000, lastModified=2022-07-06 18:36:49.958198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.958992000, lastModified=2022-07-06 18:36:49.958198000, delta=794000 ns, racy<=17500 ns 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.959332000, lastModified=2022-07-06 18:36:49.958198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.959332000, lastModified=2022-07-06 18:36:49.958198000, delta=1134000 ns, racy<=17500 ns 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.959665000, lastModified=2022-07-06 18:36:49.958198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.959665000, lastModified=2022-07-06 18:36:49.958198000, delta=1467000 ns, racy<=17500 ns 18:36:49.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.960694000, lastModified=2022-07-06 18:36:49.959198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.960694000, lastModified=2022-07-06 18:36:49.959198000, delta=1496000 ns, racy<=17500 ns 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.961151000, lastModified=2022-07-06 18:36:49.960198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.961151000, lastModified=2022-07-06 18:36:49.960198000, delta=953000 ns, racy<=17500 ns 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.961491000, lastModified=2022-07-06 18:36:49.960198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.961491000, lastModified=2022-07-06 18:36:49.960198000, delta=1293000 ns, racy<=17500 ns 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.961821000, lastModified=2022-07-06 18:36:49.960198000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.960198000 to 2022-07-06 18:36:49.961199000 18:36:49.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.962759000, lastModified=2022-07-06 18:36:49.961199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.961199000 to 2022-07-06 18:36:49.962199000 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.963311000, lastModified=2022-07-06 18:36:49.962199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.963311000, lastModified=2022-07-06 18:36:49.962199000, delta=1112000 ns, racy<=17500 ns 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.963663000, lastModified=2022-07-06 18:36:49.962199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.963663000, lastModified=2022-07-06 18:36:49.962199000, delta=1464000 ns, racy<=17500 ns 18:36:49.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.964047000, lastModified=2022-07-06 18:36:49.963199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.964047000, lastModified=2022-07-06 18:36:49.963199000, delta=848000 ns, racy<=17500 ns 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.964381000, lastModified=2022-07-06 18:36:49.963199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.964381000, lastModified=2022-07-06 18:36:49.963199000, delta=1182000 ns, racy<=17500 ns 18:36:49.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.965196000, lastModified=2022-07-06 18:36:49.964199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.965196000, lastModified=2022-07-06 18:36:49.964199000, delta=997000 ns, racy<=17500 ns 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.965546000, lastModified=2022-07-06 18:36:49.964199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.965546000, lastModified=2022-07-06 18:36:49.964199000, delta=1347000 ns, racy<=17500 ns 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.965882000, lastModified=2022-07-06 18:36:49.964199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.964199000 to 2022-07-06 18:36:49.965199000 18:36:49.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.966307000, lastModified=2022-07-06 18:36:49.965199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.966307000, lastModified=2022-07-06 18:36:49.965199000, delta=1108000 ns, racy<=17500 ns 18:36:49.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.966984000, lastModified=2022-07-06 18:36:49.965199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.965199000 to 2022-07-06 18:36:49.966199000 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.967489000, lastModified=2022-07-06 18:36:49.966199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.967489000, lastModified=2022-07-06 18:36:49.966199000, delta=1290000 ns, racy<=17500 ns 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.967822000, lastModified=2022-07-06 18:36:49.966199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.966199000 to 2022-07-06 18:36:49.967199000 18:36:49.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.968215000, lastModified=2022-07-06 18:36:49.967199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.968215000, lastModified=2022-07-06 18:36:49.967199000, delta=1016000 ns, racy<=17500 ns 18:36:49.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.968561000, lastModified=2022-07-06 18:36:49.967199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.968561000, lastModified=2022-07-06 18:36:49.967199000, delta=1362000 ns, racy<=17500 ns 18:36:49.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.969604000, lastModified=2022-07-06 18:36:49.968199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.969604000, lastModified=2022-07-06 18:36:49.968199000, delta=1405000 ns, racy<=17500 ns 18:36:49.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.970009000, lastModified=2022-07-06 18:36:49.969199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.970009000, lastModified=2022-07-06 18:36:49.969199000, delta=810000 ns, racy<=17500 ns 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.970371000, lastModified=2022-07-06 18:36:49.969199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.970371000, lastModified=2022-07-06 18:36:49.969199000, delta=1172000 ns, racy<=17500 ns 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.970735000, lastModified=2022-07-06 18:36:49.969199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.970735000, lastModified=2022-07-06 18:36:49.969199000, delta=1536000 ns, racy<=17500 ns 18:36:49.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.971677000, lastModified=2022-07-06 18:36:49.970199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.970199000 to 2022-07-06 18:36:49.971199000 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.972189000, lastModified=2022-07-06 18:36:49.971199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.972189000, lastModified=2022-07-06 18:36:49.971199000, delta=990000 ns, racy<=17500 ns 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.972536000, lastModified=2022-07-06 18:36:49.971199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.972536000, lastModified=2022-07-06 18:36:49.971199000, delta=1337000 ns, racy<=17500 ns 18:36:49.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.972953000, lastModified=2022-07-06 18:36:49.971199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.971199000 to 2022-07-06 18:36:49.972199000 18:36:49.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.973331000, lastModified=2022-07-06 18:36:49.972199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.973331000, lastModified=2022-07-06 18:36:49.972199000, delta=1132000 ns, racy<=17500 ns 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.974260000, lastModified=2022-07-06 18:36:49.973199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.974260000, lastModified=2022-07-06 18:36:49.973199000, delta=1061000 ns, racy<=17500 ns 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.974602000, lastModified=2022-07-06 18:36:49.973199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.974602000, lastModified=2022-07-06 18:36:49.973199000, delta=1403000 ns, racy<=17500 ns 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.974956000, lastModified=2022-07-06 18:36:49.973199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.973199000 to 2022-07-06 18:36:49.974199000 18:36:49.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.975277000, lastModified=2022-07-06 18:36:49.974199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.975277000, lastModified=2022-07-06 18:36:49.974199000, delta=1078000 ns, racy<=17500 ns 18:36:49.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.976066000, lastModified=2022-07-06 18:36:49.974199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:49.974199000 to 2022-07-06 18:36:49.975199000 18:36:49.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.976530000, lastModified=2022-07-06 18:36:49.975199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.976530000, lastModified=2022-07-06 18:36:49.975199000, delta=1331000 ns, racy<=17500 ns 18:36:49.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.999153000, lastModified=2022-07-06 18:36:49.998199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.999153000, lastModified=2022-07-06 18:36:49.998199000, delta=954000 ns, racy<=17500 ns 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:49.999599000, lastModified=2022-07-06 18:36:49.998199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:49.999599000, lastModified=2022-07-06 18:36:49.998199000, delta=1400000 ns, racy<=17500 ns 18:36:49.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.000014000, lastModified=2022-07-06 18:36:49.999199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.000014000, lastModified=2022-07-06 18:36:49.999199000, delta=815000 ns, racy<=17500 ns 18:36:50.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.001121000, lastModified=2022-07-06 18:36:50.000199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.001121000, lastModified=2022-07-06 18:36:50.000199000, delta=922000 ns, racy<=17500 ns 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.001469000, lastModified=2022-07-06 18:36:50.000199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.001469000, lastModified=2022-07-06 18:36:50.000199000, delta=1270000 ns, racy<=17500 ns 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.001786000, lastModified=2022-07-06 18:36:50.000199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.000199000 to 2022-07-06 18:36:50.001199000 18:36:50.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.036805000, lastModified=2022-07-06 18:36:50.001199000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.001199000 to 2022-07-06 18:36:50.036200000 18:36:50.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.038154000, lastModified=2022-07-06 18:36:50.036200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.036200000 to 2022-07-06 18:36:50.037200000 18:36:50.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.038688000, lastModified=2022-07-06 18:36:50.037200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.038688000, lastModified=2022-07-06 18:36:50.037200000, delta=1488000 ns, racy<=17500 ns 18:36:50.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.039097000, lastModified=2022-07-06 18:36:50.038200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.039097000, lastModified=2022-07-06 18:36:50.038200000, delta=897000 ns, racy<=17500 ns 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.039502000, lastModified=2022-07-06 18:36:50.038200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.039502000, lastModified=2022-07-06 18:36:50.038200000, delta=1302000 ns, racy<=17500 ns 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.039941000, lastModified=2022-07-06 18:36:50.038200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.038200000 to 2022-07-06 18:36:50.039200000 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.041014000, lastModified=2022-07-06 18:36:50.040200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.041014000, lastModified=2022-07-06 18:36:50.040200000, delta=814000 ns, racy<=17500 ns 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.041376000, lastModified=2022-07-06 18:36:50.040200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.041376000, lastModified=2022-07-06 18:36:50.040200000, delta=1176000 ns, racy<=17500 ns 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.041762000, lastModified=2022-07-06 18:36:50.040200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.041762000, lastModified=2022-07-06 18:36:50.040200000, delta=1562000 ns, racy<=17500 ns 18:36:50.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.042215000, lastModified=2022-07-06 18:36:50.041200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.042215000, lastModified=2022-07-06 18:36:50.041200000, delta=1015000 ns, racy<=17500 ns 18:36:50.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.043137000, lastModified=2022-07-06 18:36:50.041200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.041200000 to 2022-07-06 18:36:50.042200000 18:36:50.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.043686000, lastModified=2022-07-06 18:36:50.042200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.043686000, lastModified=2022-07-06 18:36:50.042200000, delta=1486000 ns, racy<=17500 ns 18:36:50.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.044112000, lastModified=2022-07-06 18:36:50.043200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.044112000, lastModified=2022-07-06 18:36:50.043200000, delta=912000 ns, racy<=17500 ns 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.044501000, lastModified=2022-07-06 18:36:50.043200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.044501000, lastModified=2022-07-06 18:36:50.043200000, delta=1301000 ns, racy<=17500 ns 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.044858000, lastModified=2022-07-06 18:36:50.043200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.043200000 to 2022-07-06 18:36:50.044200000 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.046019000, lastModified=2022-07-06 18:36:50.045200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.046019000, lastModified=2022-07-06 18:36:50.045200000, delta=819000 ns, racy<=17500 ns 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.046424000, lastModified=2022-07-06 18:36:50.045200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.046424000, lastModified=2022-07-06 18:36:50.045200000, delta=1224000 ns, racy<=17500 ns 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.046832000, lastModified=2022-07-06 18:36:50.045200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.045200000 to 2022-07-06 18:36:50.046200000 18:36:50.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.047263000, lastModified=2022-07-06 18:36:50.046200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.047263000, lastModified=2022-07-06 18:36:50.046200000, delta=1063000 ns, racy<=17500 ns 18:36:50.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.047938000, lastModified=2022-07-06 18:36:50.046200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.046200000 to 2022-07-06 18:36:50.047200000 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.048419000, lastModified=2022-07-06 18:36:50.047200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.048419000, lastModified=2022-07-06 18:36:50.047200000, delta=1219000 ns, racy<=17500 ns 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.048743000, lastModified=2022-07-06 18:36:50.047200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.048743000, lastModified=2022-07-06 18:36:50.047200000, delta=1543000 ns, racy<=17500 ns 18:36:50.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.049139000, lastModified=2022-07-06 18:36:50.048200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.049139000, lastModified=2022-07-06 18:36:50.048200000, delta=939000 ns, racy<=17500 ns 18:36:50.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.049535000, lastModified=2022-07-06 18:36:50.048200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.049535000, lastModified=2022-07-06 18:36:50.048200000, delta=1335000 ns, racy<=17500 ns 18:36:50.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.050576000, lastModified=2022-07-06 18:36:50.049200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.050576000, lastModified=2022-07-06 18:36:50.049200000, delta=1376000 ns, racy<=17500 ns 18:36:50.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.051008000, lastModified=2022-07-06 18:36:50.050200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.051008000, lastModified=2022-07-06 18:36:50.050200000, delta=808000 ns, racy<=17500 ns 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.051359000, lastModified=2022-07-06 18:36:50.050200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.051359000, lastModified=2022-07-06 18:36:50.050200000, delta=1159000 ns, racy<=17500 ns 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.051736000, lastModified=2022-07-06 18:36:50.050200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.051736000, lastModified=2022-07-06 18:36:50.050200000, delta=1536000 ns, racy<=17500 ns 18:36:50.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.052706000, lastModified=2022-07-06 18:36:50.051200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.052706000, lastModified=2022-07-06 18:36:50.051200000, delta=1506000 ns, racy<=17500 ns 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.053188000, lastModified=2022-07-06 18:36:50.052200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.053188000, lastModified=2022-07-06 18:36:50.052200000, delta=988000 ns, racy<=17500 ns 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.053576000, lastModified=2022-07-06 18:36:50.052200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.053576000, lastModified=2022-07-06 18:36:50.052200000, delta=1376000 ns, racy<=17500 ns 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.053943000, lastModified=2022-07-06 18:36:50.052200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.052200000 to 2022-07-06 18:36:50.053200000 18:36:50.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.054314000, lastModified=2022-07-06 18:36:50.053200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.054314000, lastModified=2022-07-06 18:36:50.053200000, delta=1114000 ns, racy<=17500 ns 18:36:50.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.055170000, lastModified=2022-07-06 18:36:50.054200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.055170000, lastModified=2022-07-06 18:36:50.054200000, delta=970000 ns, racy<=17500 ns 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.055556000, lastModified=2022-07-06 18:36:50.054200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.055556000, lastModified=2022-07-06 18:36:50.054200000, delta=1356000 ns, racy<=17500 ns 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.055974000, lastModified=2022-07-06 18:36:50.054200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.054200000 to 2022-07-06 18:36:50.055200000 18:36:50.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.056360000, lastModified=2022-07-06 18:36:50.055200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.056360000, lastModified=2022-07-06 18:36:50.055200000, delta=1160000 ns, racy<=17500 ns 18:36:50.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.057004000, lastModified=2022-07-06 18:36:50.055200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.055200000 to 2022-07-06 18:36:50.056200000 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.057442000, lastModified=2022-07-06 18:36:50.056200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.057442000, lastModified=2022-07-06 18:36:50.056200000, delta=1242000 ns, racy<=17500 ns 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.057835000, lastModified=2022-07-06 18:36:50.056200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.056200000 to 2022-07-06 18:36:50.057200000 18:36:50.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.058260000, lastModified=2022-07-06 18:36:50.057200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.058260000, lastModified=2022-07-06 18:36:50.057200000, delta=1060000 ns, racy<=17500 ns 18:36:50.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.058665000, lastModified=2022-07-06 18:36:50.057200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.058665000, lastModified=2022-07-06 18:36:50.057200000, delta=1465000 ns, racy<=17500 ns 18:36:50.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.059715000, lastModified=2022-07-06 18:36:50.058200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.059715000, lastModified=2022-07-06 18:36:50.058200000, delta=1515000 ns, racy<=17500 ns 18:36:50.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.060117000, lastModified=2022-07-06 18:36:50.059200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.060117000, lastModified=2022-07-06 18:36:50.059200000, delta=917000 ns, racy<=17500 ns 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.060511000, lastModified=2022-07-06 18:36:50.059200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.060511000, lastModified=2022-07-06 18:36:50.059200000, delta=1311000 ns, racy<=17500 ns 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.060943000, lastModified=2022-07-06 18:36:50.059200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.059200000 to 2022-07-06 18:36:50.060200000 18:36:50.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.061582000, lastModified=2022-07-06 18:36:50.060200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.061582000, lastModified=2022-07-06 18:36:50.060200000, delta=1382000 ns, racy<=17500 ns 18:36:50.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.062033000, lastModified=2022-07-06 18:36:50.061200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.062033000, lastModified=2022-07-06 18:36:50.061200000, delta=833000 ns, racy<=17500 ns 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.062376000, lastModified=2022-07-06 18:36:50.061200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.062376000, lastModified=2022-07-06 18:36:50.061200000, delta=1176000 ns, racy<=17500 ns 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.062707000, lastModified=2022-07-06 18:36:50.061200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.062707000, lastModified=2022-07-06 18:36:50.061200000, delta=1507000 ns, racy<=17500 ns 18:36:50.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.063063000, lastModified=2022-07-06 18:36:50.062200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.063063000, lastModified=2022-07-06 18:36:50.062200000, delta=863000 ns, racy<=17500 ns 18:36:50.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.063784000, lastModified=2022-07-06 18:36:50.062200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.062200000 to 2022-07-06 18:36:50.063200000 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.064124000, lastModified=2022-07-06 18:36:50.063200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.064124000, lastModified=2022-07-06 18:36:50.063200000, delta=924000 ns, racy<=17500 ns 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.064460000, lastModified=2022-07-06 18:36:50.063200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.064460000, lastModified=2022-07-06 18:36:50.063200000, delta=1260000 ns, racy<=17500 ns 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.064795000, lastModified=2022-07-06 18:36:50.063200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.063200000 to 2022-07-06 18:36:50.064200000 18:36:50.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.065517000, lastModified=2022-07-06 18:36:50.064200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.065517000, lastModified=2022-07-06 18:36:50.064200000, delta=1317000 ns, racy<=17500 ns 18:36:50.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.065939000, lastModified=2022-07-06 18:36:50.064200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.064200000 to 2022-07-06 18:36:50.065200000 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.066283000, lastModified=2022-07-06 18:36:50.065200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.066283000, lastModified=2022-07-06 18:36:50.065200000, delta=1083000 ns, racy<=17500 ns 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.066624000, lastModified=2022-07-06 18:36:50.065200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.066624000, lastModified=2022-07-06 18:36:50.065200000, delta=1424000 ns, racy<=17500 ns 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.066961000, lastModified=2022-07-06 18:36:50.065200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.065200000 to 2022-07-06 18:36:50.066200000 18:36:50.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.067701000, lastModified=2022-07-06 18:36:50.066200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.067701000, lastModified=2022-07-06 18:36:50.066200000, delta=1501000 ns, racy<=17500 ns 18:36:50.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.068115000, lastModified=2022-07-06 18:36:50.067200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.068115000, lastModified=2022-07-06 18:36:50.067200000, delta=915000 ns, racy<=17500 ns 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.068462000, lastModified=2022-07-06 18:36:50.067200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.068462000, lastModified=2022-07-06 18:36:50.067200000, delta=1262000 ns, racy<=17500 ns 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.068792000, lastModified=2022-07-06 18:36:50.067200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.067200000 to 2022-07-06 18:36:50.068200000 18:36:50.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.069507000, lastModified=2022-07-06 18:36:50.068200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.069507000, lastModified=2022-07-06 18:36:50.068200000, delta=1307000 ns, racy<=17500 ns 18:36:50.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.069942000, lastModified=2022-07-06 18:36:50.068200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.068200000 to 2022-07-06 18:36:50.069200000 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.070282000, lastModified=2022-07-06 18:36:50.069200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.070282000, lastModified=2022-07-06 18:36:50.069200000, delta=1082000 ns, racy<=17500 ns 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.070629000, lastModified=2022-07-06 18:36:50.069200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.070629000, lastModified=2022-07-06 18:36:50.069200000, delta=1429000 ns, racy<=17500 ns 18:36:50.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.070987000, lastModified=2022-07-06 18:36:50.070200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.070987000, lastModified=2022-07-06 18:36:50.070200000, delta=787000 ns, racy<=17500 ns 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.071686000, lastModified=2022-07-06 18:36:50.070200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.071686000, lastModified=2022-07-06 18:36:50.070200000, delta=1486000 ns, racy<=17500 ns 18:36:50.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.072079000, lastModified=2022-07-06 18:36:50.071200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.072079000, lastModified=2022-07-06 18:36:50.071200000, delta=879000 ns, racy<=17500 ns 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.072436000, lastModified=2022-07-06 18:36:50.071200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.072436000, lastModified=2022-07-06 18:36:50.071200000, delta=1236000 ns, racy<=17500 ns 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.072783000, lastModified=2022-07-06 18:36:50.071200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.072783000, lastModified=2022-07-06 18:36:50.071200000, delta=1583000 ns, racy<=17500 ns 18:36:50.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.073492000, lastModified=2022-07-06 18:36:50.072200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.073492000, lastModified=2022-07-06 18:36:50.072200000, delta=1292000 ns, racy<=17500 ns 18:36:50.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.073938000, lastModified=2022-07-06 18:36:50.072200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.072200000 to 2022-07-06 18:36:50.073200000 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.074288000, lastModified=2022-07-06 18:36:50.073200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.074288000, lastModified=2022-07-06 18:36:50.073200000, delta=1088000 ns, racy<=17500 ns 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.074614000, lastModified=2022-07-06 18:36:50.073200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.074614000, lastModified=2022-07-06 18:36:50.073200000, delta=1414000 ns, racy<=17500 ns 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.074950000, lastModified=2022-07-06 18:36:50.073200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.073200000 to 2022-07-06 18:36:50.074200000 18:36:50.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.075660000, lastModified=2022-07-06 18:36:50.074200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.075660000, lastModified=2022-07-06 18:36:50.074200000, delta=1460000 ns, racy<=17500 ns 18:36:50.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.076035000, lastModified=2022-07-06 18:36:50.075200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.076035000, lastModified=2022-07-06 18:36:50.075200000, delta=835000 ns, racy<=17500 ns 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.076390000, lastModified=2022-07-06 18:36:50.075200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.076390000, lastModified=2022-07-06 18:36:50.075200000, delta=1190000 ns, racy<=17500 ns 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.076733000, lastModified=2022-07-06 18:36:50.075200000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.076733000, lastModified=2022-07-06 18:36:50.075200000, delta=1533000 ns, racy<=17500 ns 18:36:50.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.077439000, lastModified=2022-07-06 18:36:50.076201000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.076201000 to 2022-07-06 18:36:50.136202000 18:36:50.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.137425000, lastModified=2022-07-06 18:36:50.136202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.137425000, lastModified=2022-07-06 18:36:50.136202000, delta=1223000 ns, racy<=17500 ns 18:36:50.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.138070000, lastModified=2022-07-06 18:36:50.137202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.138070000, lastModified=2022-07-06 18:36:50.137202000, delta=868000 ns, racy<=17500 ns 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.138430000, lastModified=2022-07-06 18:36:50.137202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.138430000, lastModified=2022-07-06 18:36:50.137202000, delta=1228000 ns, racy<=17500 ns 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.138767000, lastModified=2022-07-06 18:36:50.137202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.137202000 to 2022-07-06 18:36:50.138202000 18:36:50.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.139648000, lastModified=2022-07-06 18:36:50.138202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.139648000, lastModified=2022-07-06 18:36:50.138202000, delta=1446000 ns, racy<=17500 ns 18:36:50.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.140055000, lastModified=2022-07-06 18:36:50.139202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.140055000, lastModified=2022-07-06 18:36:50.139202000, delta=853000 ns, racy<=17500 ns 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.140442000, lastModified=2022-07-06 18:36:50.139202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.140442000, lastModified=2022-07-06 18:36:50.139202000, delta=1240000 ns, racy<=17500 ns 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.140920000, lastModified=2022-07-06 18:36:50.139202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.139202000 to 2022-07-06 18:36:50.140202000 18:36:50.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.141588000, lastModified=2022-07-06 18:36:50.140202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.141588000, lastModified=2022-07-06 18:36:50.140202000, delta=1386000 ns, racy<=17500 ns 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.142185000, lastModified=2022-07-06 18:36:50.141202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.142185000, lastModified=2022-07-06 18:36:50.141202000, delta=983000 ns, racy<=17500 ns 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.142517000, lastModified=2022-07-06 18:36:50.141202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.142517000, lastModified=2022-07-06 18:36:50.141202000, delta=1315000 ns, racy<=17500 ns 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.142843000, lastModified=2022-07-06 18:36:50.141202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.141202000 to 2022-07-06 18:36:50.142202000 18:36:50.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.143201000, lastModified=2022-07-06 18:36:50.142202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.143201000, lastModified=2022-07-06 18:36:50.142202000, delta=999000 ns, racy<=17500 ns 18:36:50.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.144016000, lastModified=2022-07-06 18:36:50.143202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.144016000, lastModified=2022-07-06 18:36:50.143202000, delta=814000 ns, racy<=17500 ns 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.144353000, lastModified=2022-07-06 18:36:50.143202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.144353000, lastModified=2022-07-06 18:36:50.143202000, delta=1151000 ns, racy<=17500 ns 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.144683000, lastModified=2022-07-06 18:36:50.143202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.144683000, lastModified=2022-07-06 18:36:50.143202000, delta=1481000 ns, racy<=17500 ns 18:36:50.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.145044000, lastModified=2022-07-06 18:36:50.144202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.145044000, lastModified=2022-07-06 18:36:50.144202000, delta=842000 ns, racy<=17500 ns 18:36:50.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.145702000, lastModified=2022-07-06 18:36:50.144202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.144202000 to 2022-07-06 18:36:50.145202000 18:36:50.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.146190000, lastModified=2022-07-06 18:36:50.145202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.146190000, lastModified=2022-07-06 18:36:50.145202000, delta=988000 ns, racy<=17500 ns 18:36:50.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.146600000, lastModified=2022-07-06 18:36:50.145202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.146600000, lastModified=2022-07-06 18:36:50.145202000, delta=1398000 ns, racy<=17500 ns 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.147200000, lastModified=2022-07-06 18:36:50.146202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.147200000, lastModified=2022-07-06 18:36:50.146202000, delta=998000 ns, racy<=17500 ns 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.147637000, lastModified=2022-07-06 18:36:50.146202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.147637000, lastModified=2022-07-06 18:36:50.146202000, delta=1435000 ns, racy<=17500 ns 18:36:50.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.148583000, lastModified=2022-07-06 18:36:50.147202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.148583000, lastModified=2022-07-06 18:36:50.147202000, delta=1381000 ns, racy<=17500 ns 18:36:50.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.149054000, lastModified=2022-07-06 18:36:50.148202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.149054000, lastModified=2022-07-06 18:36:50.148202000, delta=852000 ns, racy<=17500 ns 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.149516000, lastModified=2022-07-06 18:36:50.148202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.149516000, lastModified=2022-07-06 18:36:50.148202000, delta=1314000 ns, racy<=17500 ns 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.149979000, lastModified=2022-07-06 18:36:50.148202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.148202000 to 2022-07-06 18:36:50.149202000 18:36:50.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.150679000, lastModified=2022-07-06 18:36:50.149202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.149202000 to 2022-07-06 18:36:50.150202000 18:36:50.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.151267000, lastModified=2022-07-06 18:36:50.150202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.151267000, lastModified=2022-07-06 18:36:50.150202000, delta=1065000 ns, racy<=17500 ns 18:36:50.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.151755000, lastModified=2022-07-06 18:36:50.150202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.150202000 to 2022-07-06 18:36:50.151202000 18:36:50.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.152208000, lastModified=2022-07-06 18:36:50.151202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.152208000, lastModified=2022-07-06 18:36:50.151202000, delta=1006000 ns, racy<=17500 ns 18:36:50.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.152683000, lastModified=2022-07-06 18:36:50.151202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.152683000, lastModified=2022-07-06 18:36:50.151202000, delta=1481000 ns, racy<=17500 ns 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.153551000, lastModified=2022-07-06 18:36:50.152202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.153551000, lastModified=2022-07-06 18:36:50.152202000, delta=1349000 ns, racy<=17500 ns 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.153879000, lastModified=2022-07-06 18:36:50.152202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.152202000 to 2022-07-06 18:36:50.153202000 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.154257000, lastModified=2022-07-06 18:36:50.153202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.154257000, lastModified=2022-07-06 18:36:50.153202000, delta=1055000 ns, racy<=17500 ns 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.154590000, lastModified=2022-07-06 18:36:50.153202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.154590000, lastModified=2022-07-06 18:36:50.153202000, delta=1388000 ns, racy<=17500 ns 18:36:50.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.155232000, lastModified=2022-07-06 18:36:50.153202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.153202000 to 2022-07-06 18:36:50.154202000 18:36:50.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.155692000, lastModified=2022-07-06 18:36:50.154202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.155692000, lastModified=2022-07-06 18:36:50.154202000, delta=1490000 ns, racy<=17500 ns 18:36:50.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.156023000, lastModified=2022-07-06 18:36:50.155202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.156023000, lastModified=2022-07-06 18:36:50.155202000, delta=821000 ns, racy<=17500 ns 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.156335000, lastModified=2022-07-06 18:36:50.155202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.156335000, lastModified=2022-07-06 18:36:50.155202000, delta=1133000 ns, racy<=17500 ns 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.156642000, lastModified=2022-07-06 18:36:50.155202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.156642000, lastModified=2022-07-06 18:36:50.155202000, delta=1440000 ns, racy<=17500 ns 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.157407000, lastModified=2022-07-06 18:36:50.156202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.157407000, lastModified=2022-07-06 18:36:50.156202000, delta=1205000 ns, racy<=17500 ns 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.157727000, lastModified=2022-07-06 18:36:50.156202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.157727000, lastModified=2022-07-06 18:36:50.156202000, delta=1525000 ns, racy<=17500 ns 18:36:50.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.158105000, lastModified=2022-07-06 18:36:50.157202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.158105000, lastModified=2022-07-06 18:36:50.157202000, delta=903000 ns, racy<=17500 ns 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.158424000, lastModified=2022-07-06 18:36:50.157202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.158424000, lastModified=2022-07-06 18:36:50.157202000, delta=1222000 ns, racy<=17500 ns 18:36:50.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.159070000, lastModified=2022-07-06 18:36:50.157202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.157202000 to 2022-07-06 18:36:50.158202000 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.159526000, lastModified=2022-07-06 18:36:50.158202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.159526000, lastModified=2022-07-06 18:36:50.158202000, delta=1324000 ns, racy<=17500 ns 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.159835000, lastModified=2022-07-06 18:36:50.158202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.158202000 to 2022-07-06 18:36:50.159202000 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.160163000, lastModified=2022-07-06 18:36:50.159202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.160163000, lastModified=2022-07-06 18:36:50.159202000, delta=961000 ns, racy<=17500 ns 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.160470000, lastModified=2022-07-06 18:36:50.159202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.160470000, lastModified=2022-07-06 18:36:50.159202000, delta=1268000 ns, racy<=17500 ns 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.161251000, lastModified=2022-07-06 18:36:50.160202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.161251000, lastModified=2022-07-06 18:36:50.160202000, delta=1049000 ns, racy<=17500 ns 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.161590000, lastModified=2022-07-06 18:36:50.160202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.161590000, lastModified=2022-07-06 18:36:50.160202000, delta=1388000 ns, racy<=17500 ns 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.161926000, lastModified=2022-07-06 18:36:50.160202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.160202000 to 2022-07-06 18:36:50.161202000 18:36:50.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.162248000, lastModified=2022-07-06 18:36:50.161202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.162248000, lastModified=2022-07-06 18:36:50.161202000, delta=1046000 ns, racy<=17500 ns 18:36:50.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.162843000, lastModified=2022-07-06 18:36:50.161202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.161202000 to 2022-07-06 18:36:50.162202000 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.163306000, lastModified=2022-07-06 18:36:50.162202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.163306000, lastModified=2022-07-06 18:36:50.162202000, delta=1104000 ns, racy<=17500 ns 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.163627000, lastModified=2022-07-06 18:36:50.162202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.163627000, lastModified=2022-07-06 18:36:50.162202000, delta=1425000 ns, racy<=17500 ns 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.163973000, lastModified=2022-07-06 18:36:50.162202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.162202000 to 2022-07-06 18:36:50.163202000 18:36:50.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.164284000, lastModified=2022-07-06 18:36:50.163202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.164284000, lastModified=2022-07-06 18:36:50.163202000, delta=1082000 ns, racy<=17500 ns 18:36:50.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.165093000, lastModified=2022-07-06 18:36:50.164202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.165093000, lastModified=2022-07-06 18:36:50.164202000, delta=891000 ns, racy<=17500 ns 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.165419000, lastModified=2022-07-06 18:36:50.164202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.165419000, lastModified=2022-07-06 18:36:50.164202000, delta=1217000 ns, racy<=17500 ns 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.165728000, lastModified=2022-07-06 18:36:50.164202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.165728000, lastModified=2022-07-06 18:36:50.164202000, delta=1526000 ns, racy<=17500 ns 18:36:50.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.166107000, lastModified=2022-07-06 18:36:50.165202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.166107000, lastModified=2022-07-06 18:36:50.165202000, delta=905000 ns, racy<=17500 ns 18:36:50.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.166827000, lastModified=2022-07-06 18:36:50.165202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.165202000 to 2022-07-06 18:36:50.166202000 18:36:50.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.167466000, lastModified=2022-07-06 18:36:50.166202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.167466000, lastModified=2022-07-06 18:36:50.166202000, delta=1264000 ns, racy<=17500 ns 18:36:50.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.168024000, lastModified=2022-07-06 18:36:50.167202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.168024000, lastModified=2022-07-06 18:36:50.167202000, delta=822000 ns, racy<=17500 ns 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.168430000, lastModified=2022-07-06 18:36:50.167202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.168430000, lastModified=2022-07-06 18:36:50.167202000, delta=1228000 ns, racy<=17500 ns 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.168762000, lastModified=2022-07-06 18:36:50.167202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.168762000, lastModified=2022-07-06 18:36:50.167202000, delta=1560000 ns, racy<=17500 ns 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.169603000, lastModified=2022-07-06 18:36:50.168202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.169603000, lastModified=2022-07-06 18:36:50.168202000, delta=1401000 ns, racy<=17500 ns 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.169973000, lastModified=2022-07-06 18:36:50.168202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.168202000 to 2022-07-06 18:36:50.169202000 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.170309000, lastModified=2022-07-06 18:36:50.169202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.170309000, lastModified=2022-07-06 18:36:50.169202000, delta=1107000 ns, racy<=17500 ns 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.170632000, lastModified=2022-07-06 18:36:50.169202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.170632000, lastModified=2022-07-06 18:36:50.169202000, delta=1430000 ns, racy<=17500 ns 18:36:50.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.171363000, lastModified=2022-07-06 18:36:50.169202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.169202000 to 2022-07-06 18:36:50.170202000 18:36:50.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.171826000, lastModified=2022-07-06 18:36:50.170202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.170202000 to 2022-07-06 18:36:50.171202000 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.172217000, lastModified=2022-07-06 18:36:50.171202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.172217000, lastModified=2022-07-06 18:36:50.171202000, delta=1015000 ns, racy<=17500 ns 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.172543000, lastModified=2022-07-06 18:36:50.171202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.172543000, lastModified=2022-07-06 18:36:50.171202000, delta=1341000 ns, racy<=17500 ns 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.172875000, lastModified=2022-07-06 18:36:50.171202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.171202000 to 2022-07-06 18:36:50.172202000 18:36:50.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.173620000, lastModified=2022-07-06 18:36:50.172202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.173620000, lastModified=2022-07-06 18:36:50.172202000, delta=1418000 ns, racy<=17500 ns 18:36:50.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.174035000, lastModified=2022-07-06 18:36:50.173202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.174035000, lastModified=2022-07-06 18:36:50.173202000, delta=833000 ns, racy<=17500 ns 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.174362000, lastModified=2022-07-06 18:36:50.173202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.174362000, lastModified=2022-07-06 18:36:50.173202000, delta=1160000 ns, racy<=17500 ns 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.174693000, lastModified=2022-07-06 18:36:50.173202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.174693000, lastModified=2022-07-06 18:36:50.173202000, delta=1491000 ns, racy<=17500 ns 18:36:50.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.175337000, lastModified=2022-07-06 18:36:50.174202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.175337000, lastModified=2022-07-06 18:36:50.174202000, delta=1135000 ns, racy<=17500 ns 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.175695000, lastModified=2022-07-06 18:36:50.174202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.175695000, lastModified=2022-07-06 18:36:50.174202000, delta=1493000 ns, racy<=17500 ns 18:36:50.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.176046000, lastModified=2022-07-06 18:36:50.175202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.176046000, lastModified=2022-07-06 18:36:50.175202000, delta=844000 ns, racy<=17500 ns 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.176372000, lastModified=2022-07-06 18:36:50.175202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.176372000, lastModified=2022-07-06 18:36:50.175202000, delta=1170000 ns, racy<=17500 ns 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.176713000, lastModified=2022-07-06 18:36:50.175202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.176713000, lastModified=2022-07-06 18:36:50.175202000, delta=1511000 ns, racy<=17500 ns 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.177427000, lastModified=2022-07-06 18:36:50.176202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.177427000, lastModified=2022-07-06 18:36:50.176202000, delta=1225000 ns, racy<=17500 ns 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.177741000, lastModified=2022-07-06 18:36:50.176202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.177741000, lastModified=2022-07-06 18:36:50.176202000, delta=1539000 ns, racy<=17500 ns 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.178165000, lastModified=2022-07-06 18:36:50.177202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.178165000, lastModified=2022-07-06 18:36:50.177202000, delta=963000 ns, racy<=17500 ns 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.178487000, lastModified=2022-07-06 18:36:50.177202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.178487000, lastModified=2022-07-06 18:36:50.177202000, delta=1285000 ns, racy<=17500 ns 18:36:50.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.179113000, lastModified=2022-07-06 18:36:50.177202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.177202000 to 2022-07-06 18:36:50.178202000 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.179471000, lastModified=2022-07-06 18:36:50.178202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.179471000, lastModified=2022-07-06 18:36:50.178202000, delta=1269000 ns, racy<=17500 ns 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.179796000, lastModified=2022-07-06 18:36:50.178202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.178202000 to 2022-07-06 18:36:50.179202000 18:36:50.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.180124000, lastModified=2022-07-06 18:36:50.179202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.180124000, lastModified=2022-07-06 18:36:50.179202000, delta=922000 ns, racy<=17500 ns 18:36:50.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.180437000, lastModified=2022-07-06 18:36:50.179202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.180437000, lastModified=2022-07-06 18:36:50.179202000, delta=1235000 ns, racy<=17500 ns 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.181165000, lastModified=2022-07-06 18:36:50.180202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.181165000, lastModified=2022-07-06 18:36:50.180202000, delta=963000 ns, racy<=17500 ns 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.181487000, lastModified=2022-07-06 18:36:50.180202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.181487000, lastModified=2022-07-06 18:36:50.180202000, delta=1285000 ns, racy<=17500 ns 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.181823000, lastModified=2022-07-06 18:36:50.180202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.180202000 to 2022-07-06 18:36:50.181202000 18:36:50.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.182202000, lastModified=2022-07-06 18:36:50.181202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.182202000, lastModified=2022-07-06 18:36:50.181202000, delta=1000000 ns, racy<=17500 ns 18:36:50.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.182841000, lastModified=2022-07-06 18:36:50.181202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.181202000 to 2022-07-06 18:36:50.182202000 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.183225000, lastModified=2022-07-06 18:36:50.182202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.183225000, lastModified=2022-07-06 18:36:50.182202000, delta=1023000 ns, racy<=17500 ns 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.183541000, lastModified=2022-07-06 18:36:50.182202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.183541000, lastModified=2022-07-06 18:36:50.182202000, delta=1339000 ns, racy<=17500 ns 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.183869000, lastModified=2022-07-06 18:36:50.182202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.182202000 to 2022-07-06 18:36:50.183202000 18:36:50.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.184225000, lastModified=2022-07-06 18:36:50.183202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.184225000, lastModified=2022-07-06 18:36:50.183202000, delta=1023000 ns, racy<=17500 ns 18:36:50.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.184866000, lastModified=2022-07-06 18:36:50.183202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.183202000 to 2022-07-06 18:36:50.184202000 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.185218000, lastModified=2022-07-06 18:36:50.184202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.185218000, lastModified=2022-07-06 18:36:50.184202000, delta=1016000 ns, racy<=17500 ns 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.185533000, lastModified=2022-07-06 18:36:50.184202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.185533000, lastModified=2022-07-06 18:36:50.184202000, delta=1331000 ns, racy<=17500 ns 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.185853000, lastModified=2022-07-06 18:36:50.184202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.184202000 to 2022-07-06 18:36:50.185202000 18:36:50.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.186543000, lastModified=2022-07-06 18:36:50.185202000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.186543000, lastModified=2022-07-06 18:36:50.185202000, delta=1341000 ns, racy<=17500 ns 18:36:50.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.237219000, lastModified=2022-07-06 18:36:50.236203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.237219000, lastModified=2022-07-06 18:36:50.236203000, delta=1016000 ns, racy<=17500 ns 18:36:50.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.237767000, lastModified=2022-07-06 18:36:50.236203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.236203000 to 2022-07-06 18:36:50.237203000 18:36:50.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.238168000, lastModified=2022-07-06 18:36:50.237203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.238168000, lastModified=2022-07-06 18:36:50.237203000, delta=965000 ns, racy<=17500 ns 18:36:50.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.238504000, lastModified=2022-07-06 18:36:50.237203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.238504000, lastModified=2022-07-06 18:36:50.237203000, delta=1301000 ns, racy<=17500 ns 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.239344000, lastModified=2022-07-06 18:36:50.238203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.239344000, lastModified=2022-07-06 18:36:50.238203000, delta=1141000 ns, racy<=17500 ns 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.239735000, lastModified=2022-07-06 18:36:50.238203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.239735000, lastModified=2022-07-06 18:36:50.238203000, delta=1532000 ns, racy<=17500 ns 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.240172000, lastModified=2022-07-06 18:36:50.239203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.240172000, lastModified=2022-07-06 18:36:50.239203000, delta=969000 ns, racy<=17500 ns 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.240582000, lastModified=2022-07-06 18:36:50.239203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.240582000, lastModified=2022-07-06 18:36:50.239203000, delta=1379000 ns, racy<=17500 ns 18:36:50.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.241254000, lastModified=2022-07-06 18:36:50.239203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.239203000 to 2022-07-06 18:36:50.240203000 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.241612000, lastModified=2022-07-06 18:36:50.240203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.241612000, lastModified=2022-07-06 18:36:50.240203000, delta=1409000 ns, racy<=17500 ns 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.241957000, lastModified=2022-07-06 18:36:50.240203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.240203000 to 2022-07-06 18:36:50.241203000 18:36:50.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.242261000, lastModified=2022-07-06 18:36:50.241203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.242261000, lastModified=2022-07-06 18:36:50.241203000, delta=1058000 ns, racy<=17500 ns 18:36:50.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.242578000, lastModified=2022-07-06 18:36:50.241203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.242578000, lastModified=2022-07-06 18:36:50.241203000, delta=1375000 ns, racy<=17500 ns 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.243266000, lastModified=2022-07-06 18:36:50.242203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.243266000, lastModified=2022-07-06 18:36:50.242203000, delta=1063000 ns, racy<=17500 ns 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.243590000, lastModified=2022-07-06 18:36:50.242203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.243590000, lastModified=2022-07-06 18:36:50.242203000, delta=1387000 ns, racy<=17500 ns 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.243939000, lastModified=2022-07-06 18:36:50.242203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.242203000 to 2022-07-06 18:36:50.243203000 18:36:50.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.244249000, lastModified=2022-07-06 18:36:50.243203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.244249000, lastModified=2022-07-06 18:36:50.243203000, delta=1046000 ns, racy<=17500 ns 18:36:50.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.244854000, lastModified=2022-07-06 18:36:50.243203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.243203000 to 2022-07-06 18:36:50.244203000 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.245258000, lastModified=2022-07-06 18:36:50.244203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.245258000, lastModified=2022-07-06 18:36:50.244203000, delta=1055000 ns, racy<=17500 ns 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.245594000, lastModified=2022-07-06 18:36:50.244203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.245594000, lastModified=2022-07-06 18:36:50.244203000, delta=1391000 ns, racy<=17500 ns 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.245962000, lastModified=2022-07-06 18:36:50.244203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.244203000 to 2022-07-06 18:36:50.245203000 18:36:50.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.246286000, lastModified=2022-07-06 18:36:50.245203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.246286000, lastModified=2022-07-06 18:36:50.245203000, delta=1083000 ns, racy<=17500 ns 18:36:50.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.246986000, lastModified=2022-07-06 18:36:50.246203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.246986000, lastModified=2022-07-06 18:36:50.246203000, delta=783000 ns, racy<=17500 ns 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.247315000, lastModified=2022-07-06 18:36:50.246203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.247315000, lastModified=2022-07-06 18:36:50.246203000, delta=1112000 ns, racy<=17500 ns 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.247628000, lastModified=2022-07-06 18:36:50.246203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.247628000, lastModified=2022-07-06 18:36:50.246203000, delta=1425000 ns, racy<=17500 ns 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.247965000, lastModified=2022-07-06 18:36:50.246203000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.246203000 to 2022-07-06 18:36:50.247204000 18:36:50.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.248623000, lastModified=2022-07-06 18:36:50.247204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.248623000, lastModified=2022-07-06 18:36:50.247204000, delta=1419000 ns, racy<=17500 ns 18:36:50.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.249066000, lastModified=2022-07-06 18:36:50.248204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.249066000, lastModified=2022-07-06 18:36:50.248204000, delta=862000 ns, racy<=17500 ns 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.249382000, lastModified=2022-07-06 18:36:50.248204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.249382000, lastModified=2022-07-06 18:36:50.248204000, delta=1178000 ns, racy<=17500 ns 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.249694000, lastModified=2022-07-06 18:36:50.248204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.249694000, lastModified=2022-07-06 18:36:50.248204000, delta=1490000 ns, racy<=17500 ns 18:36:50.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.250056000, lastModified=2022-07-06 18:36:50.249204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.250056000, lastModified=2022-07-06 18:36:50.249204000, delta=852000 ns, racy<=17500 ns 18:36:50.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.250800000, lastModified=2022-07-06 18:36:50.249204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.249204000 to 2022-07-06 18:36:50.250204000 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.251127000, lastModified=2022-07-06 18:36:50.250204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.251127000, lastModified=2022-07-06 18:36:50.250204000, delta=923000 ns, racy<=17500 ns 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.251441000, lastModified=2022-07-06 18:36:50.250204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.251441000, lastModified=2022-07-06 18:36:50.250204000, delta=1237000 ns, racy<=17500 ns 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.251751000, lastModified=2022-07-06 18:36:50.250204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.251751000, lastModified=2022-07-06 18:36:50.250204000, delta=1547000 ns, racy<=17500 ns 18:36:50.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.252470000, lastModified=2022-07-06 18:36:50.251204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.252470000, lastModified=2022-07-06 18:36:50.251204000, delta=1266000 ns, racy<=17500 ns 18:36:50.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.253047000, lastModified=2022-07-06 18:36:50.252204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.253047000, lastModified=2022-07-06 18:36:50.252204000, delta=843000 ns, racy<=17500 ns 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.253371000, lastModified=2022-07-06 18:36:50.252204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.253371000, lastModified=2022-07-06 18:36:50.252204000, delta=1167000 ns, racy<=17500 ns 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.253679000, lastModified=2022-07-06 18:36:50.252204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.253679000, lastModified=2022-07-06 18:36:50.252204000, delta=1475000 ns, racy<=17500 ns 18:36:50.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.254010000, lastModified=2022-07-06 18:36:50.253204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.254010000, lastModified=2022-07-06 18:36:50.253204000, delta=806000 ns, racy<=17500 ns 18:36:50.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.254848000, lastModified=2022-07-06 18:36:50.253204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.253204000 to 2022-07-06 18:36:50.254204000 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.255207000, lastModified=2022-07-06 18:36:50.254204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.255207000, lastModified=2022-07-06 18:36:50.254204000, delta=1003000 ns, racy<=17500 ns 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.255515000, lastModified=2022-07-06 18:36:50.254204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.255515000, lastModified=2022-07-06 18:36:50.254204000, delta=1311000 ns, racy<=17500 ns 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.255819000, lastModified=2022-07-06 18:36:50.254204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.254204000 to 2022-07-06 18:36:50.255204000 18:36:50.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.256650000, lastModified=2022-07-06 18:36:50.255204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.255204000 to 2022-07-06 18:36:50.256204000 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.257186000, lastModified=2022-07-06 18:36:50.256204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.257186000, lastModified=2022-07-06 18:36:50.256204000, delta=982000 ns, racy<=17500 ns 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.257514000, lastModified=2022-07-06 18:36:50.256204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.257514000, lastModified=2022-07-06 18:36:50.256204000, delta=1310000 ns, racy<=17500 ns 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.257825000, lastModified=2022-07-06 18:36:50.256204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.256204000 to 2022-07-06 18:36:50.257204000 18:36:50.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.258196000, lastModified=2022-07-06 18:36:50.257204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.258196000, lastModified=2022-07-06 18:36:50.257204000, delta=992000 ns, racy<=17500 ns 18:36:50.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.259141000, lastModified=2022-07-06 18:36:50.258204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.259141000, lastModified=2022-07-06 18:36:50.258204000, delta=937000 ns, racy<=17500 ns 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.259495000, lastModified=2022-07-06 18:36:50.258204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.259495000, lastModified=2022-07-06 18:36:50.258204000, delta=1291000 ns, racy<=17500 ns 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.259831000, lastModified=2022-07-06 18:36:50.258204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.258204000 to 2022-07-06 18:36:50.259204000 18:36:50.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.260165000, lastModified=2022-07-06 18:36:50.259204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.260165000, lastModified=2022-07-06 18:36:50.259204000, delta=961000 ns, racy<=17500 ns 18:36:50.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.260784000, lastModified=2022-07-06 18:36:50.259204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.259204000 to 2022-07-06 18:36:50.260204000 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.261304000, lastModified=2022-07-06 18:36:50.260204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.261304000, lastModified=2022-07-06 18:36:50.260204000, delta=1100000 ns, racy<=17500 ns 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.261640000, lastModified=2022-07-06 18:36:50.260204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.261640000, lastModified=2022-07-06 18:36:50.260204000, delta=1436000 ns, racy<=17500 ns 18:36:50.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.262008000, lastModified=2022-07-06 18:36:50.261204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.262008000, lastModified=2022-07-06 18:36:50.261204000, delta=804000 ns, racy<=17500 ns 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.262334000, lastModified=2022-07-06 18:36:50.261204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.262334000, lastModified=2022-07-06 18:36:50.261204000, delta=1130000 ns, racy<=17500 ns 18:36:50.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.263135000, lastModified=2022-07-06 18:36:50.262204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.263135000, lastModified=2022-07-06 18:36:50.262204000, delta=931000 ns, racy<=17500 ns 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.263479000, lastModified=2022-07-06 18:36:50.262204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.263479000, lastModified=2022-07-06 18:36:50.262204000, delta=1275000 ns, racy<=17500 ns 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.263800000, lastModified=2022-07-06 18:36:50.262204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.262204000 to 2022-07-06 18:36:50.263204000 18:36:50.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.264144000, lastModified=2022-07-06 18:36:50.263204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.264144000, lastModified=2022-07-06 18:36:50.263204000, delta=940000 ns, racy<=17500 ns 18:36:50.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.264870000, lastModified=2022-07-06 18:36:50.263204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.263204000 to 2022-07-06 18:36:50.264204000 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.265384000, lastModified=2022-07-06 18:36:50.264204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.265384000, lastModified=2022-07-06 18:36:50.264204000, delta=1180000 ns, racy<=17500 ns 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.265710000, lastModified=2022-07-06 18:36:50.264204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.265710000, lastModified=2022-07-06 18:36:50.264204000, delta=1506000 ns, racy<=17500 ns 18:36:50.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.266134000, lastModified=2022-07-06 18:36:50.265204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.266134000, lastModified=2022-07-06 18:36:50.265204000, delta=930000 ns, racy<=17500 ns 18:36:50.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.266465000, lastModified=2022-07-06 18:36:50.265204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.266465000, lastModified=2022-07-06 18:36:50.265204000, delta=1261000 ns, racy<=17500 ns 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.267287000, lastModified=2022-07-06 18:36:50.266204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.267287000, lastModified=2022-07-06 18:36:50.266204000, delta=1083000 ns, racy<=17500 ns 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.267642000, lastModified=2022-07-06 18:36:50.266204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.267642000, lastModified=2022-07-06 18:36:50.266204000, delta=1438000 ns, racy<=17500 ns 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.267970000, lastModified=2022-07-06 18:36:50.267204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.267970000, lastModified=2022-07-06 18:36:50.267204000, delta=766000 ns, racy<=17500 ns 18:36:50.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.268282000, lastModified=2022-07-06 18:36:50.267204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.268282000, lastModified=2022-07-06 18:36:50.267204000, delta=1078000 ns, racy<=17500 ns 18:36:50.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.269133000, lastModified=2022-07-06 18:36:50.267204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.267204000 to 2022-07-06 18:36:50.268204000 18:36:50.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.269678000, lastModified=2022-07-06 18:36:50.268204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.269678000, lastModified=2022-07-06 18:36:50.268204000, delta=1474000 ns, racy<=17500 ns 18:36:50.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.270056000, lastModified=2022-07-06 18:36:50.269204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.270056000, lastModified=2022-07-06 18:36:50.269204000, delta=852000 ns, racy<=17500 ns 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.270362000, lastModified=2022-07-06 18:36:50.269204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.270362000, lastModified=2022-07-06 18:36:50.269204000, delta=1158000 ns, racy<=17500 ns 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.270670000, lastModified=2022-07-06 18:36:50.269204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.270670000, lastModified=2022-07-06 18:36:50.269204000, delta=1466000 ns, racy<=17500 ns 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.271514000, lastModified=2022-07-06 18:36:50.270204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.271514000, lastModified=2022-07-06 18:36:50.270204000, delta=1310000 ns, racy<=17500 ns 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.271864000, lastModified=2022-07-06 18:36:50.270204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.270204000 to 2022-07-06 18:36:50.271204000 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.272194000, lastModified=2022-07-06 18:36:50.271204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.272194000, lastModified=2022-07-06 18:36:50.271204000, delta=990000 ns, racy<=17500 ns 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.272525000, lastModified=2022-07-06 18:36:50.271204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.272525000, lastModified=2022-07-06 18:36:50.271204000, delta=1321000 ns, racy<=17500 ns 18:36:50.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.273349000, lastModified=2022-07-06 18:36:50.271204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.271204000 to 2022-07-06 18:36:50.272204000 18:36:50.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.273943000, lastModified=2022-07-06 18:36:50.272204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.272204000 to 2022-07-06 18:36:50.273204000 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.274282000, lastModified=2022-07-06 18:36:50.273204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.274282000, lastModified=2022-07-06 18:36:50.273204000, delta=1078000 ns, racy<=17500 ns 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.274614000, lastModified=2022-07-06 18:36:50.273204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.274614000, lastModified=2022-07-06 18:36:50.273204000, delta=1410000 ns, racy<=17500 ns 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.274955000, lastModified=2022-07-06 18:36:50.273204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.273204000 to 2022-07-06 18:36:50.274204000 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.276002000, lastModified=2022-07-06 18:36:50.275204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.276002000, lastModified=2022-07-06 18:36:50.275204000, delta=798000 ns, racy<=17500 ns 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.276336000, lastModified=2022-07-06 18:36:50.275204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.276336000, lastModified=2022-07-06 18:36:50.275204000, delta=1132000 ns, racy<=17500 ns 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.276649000, lastModified=2022-07-06 18:36:50.275204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.276649000, lastModified=2022-07-06 18:36:50.275204000, delta=1445000 ns, racy<=17500 ns 18:36:50.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.277034000, lastModified=2022-07-06 18:36:50.276204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.277034000, lastModified=2022-07-06 18:36:50.276204000, delta=830000 ns, racy<=17500 ns 18:36:50.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.277753000, lastModified=2022-07-06 18:36:50.276204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.276204000 to 2022-07-06 18:36:50.277204000 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.278226000, lastModified=2022-07-06 18:36:50.277204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.278226000, lastModified=2022-07-06 18:36:50.277204000, delta=1022000 ns, racy<=17500 ns 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.278543000, lastModified=2022-07-06 18:36:50.277204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.278543000, lastModified=2022-07-06 18:36:50.277204000, delta=1339000 ns, racy<=17500 ns 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.278868000, lastModified=2022-07-06 18:36:50.277204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.277204000 to 2022-07-06 18:36:50.278204000 18:36:50.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.279202000, lastModified=2022-07-06 18:36:50.278204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.279202000, lastModified=2022-07-06 18:36:50.278204000, delta=998000 ns, racy<=17500 ns 18:36:50.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.280055000, lastModified=2022-07-06 18:36:50.279204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.280055000, lastModified=2022-07-06 18:36:50.279204000, delta=851000 ns, racy<=17500 ns 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.280388000, lastModified=2022-07-06 18:36:50.279204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.280388000, lastModified=2022-07-06 18:36:50.279204000, delta=1184000 ns, racy<=17500 ns 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.280723000, lastModified=2022-07-06 18:36:50.279204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.280723000, lastModified=2022-07-06 18:36:50.279204000, delta=1519000 ns, racy<=17500 ns 18:36:50.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.281132000, lastModified=2022-07-06 18:36:50.280204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.281132000, lastModified=2022-07-06 18:36:50.280204000, delta=928000 ns, racy<=17500 ns 18:36:50.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.281765000, lastModified=2022-07-06 18:36:50.280204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.280204000 to 2022-07-06 18:36:50.281204000 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.282246000, lastModified=2022-07-06 18:36:50.281204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.282246000, lastModified=2022-07-06 18:36:50.281204000, delta=1042000 ns, racy<=17500 ns 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.282566000, lastModified=2022-07-06 18:36:50.281204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.282566000, lastModified=2022-07-06 18:36:50.281204000, delta=1362000 ns, racy<=17500 ns 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.282916000, lastModified=2022-07-06 18:36:50.281204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.281204000 to 2022-07-06 18:36:50.282204000 18:36:50.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.283250000, lastModified=2022-07-06 18:36:50.282204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.283250000, lastModified=2022-07-06 18:36:50.282204000, delta=1046000 ns, racy<=17500 ns 18:36:50.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.284024000, lastModified=2022-07-06 18:36:50.283204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.284024000, lastModified=2022-07-06 18:36:50.283204000, delta=820000 ns, racy<=17500 ns 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.284360000, lastModified=2022-07-06 18:36:50.283204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.284360000, lastModified=2022-07-06 18:36:50.283204000, delta=1156000 ns, racy<=17500 ns 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.284678000, lastModified=2022-07-06 18:36:50.283204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.284678000, lastModified=2022-07-06 18:36:50.283204000, delta=1474000 ns, racy<=17500 ns 18:36:50.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.285046000, lastModified=2022-07-06 18:36:50.284204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.285046000, lastModified=2022-07-06 18:36:50.284204000, delta=842000 ns, racy<=17500 ns 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.285665000, lastModified=2022-07-06 18:36:50.284204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.285665000, lastModified=2022-07-06 18:36:50.284204000, delta=1461000 ns, racy<=17500 ns 18:36:50.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.286085000, lastModified=2022-07-06 18:36:50.285204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.286085000, lastModified=2022-07-06 18:36:50.285204000, delta=881000 ns, racy<=17500 ns 18:36:50.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.286414000, lastModified=2022-07-06 18:36:50.285204000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.286414000, lastModified=2022-07-06 18:36:50.285204000, delta=1210000 ns, racy<=17500 ns 18:36:50.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.336963000, lastModified=2022-07-06 18:36:50.335205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.335205000 to 2022-07-06 18:36:50.336205000 18:36:50.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.337554000, lastModified=2022-07-06 18:36:50.336205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.337554000, lastModified=2022-07-06 18:36:50.336205000, delta=1349000 ns, racy<=17500 ns 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.338503000, lastModified=2022-07-06 18:36:50.337205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.338503000, lastModified=2022-07-06 18:36:50.337205000, delta=1298000 ns, racy<=17500 ns 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.338838000, lastModified=2022-07-06 18:36:50.337205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.337205000 to 2022-07-06 18:36:50.338205000 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.339233000, lastModified=2022-07-06 18:36:50.338205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.339233000, lastModified=2022-07-06 18:36:50.338205000, delta=1028000 ns, racy<=17500 ns 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.339587000, lastModified=2022-07-06 18:36:50.338205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.339587000, lastModified=2022-07-06 18:36:50.338205000, delta=1382000 ns, racy<=17500 ns 18:36:50.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.340252000, lastModified=2022-07-06 18:36:50.338205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.338205000 to 2022-07-06 18:36:50.339205000 18:36:50.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.340653000, lastModified=2022-07-06 18:36:50.339205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.340653000, lastModified=2022-07-06 18:36:50.339205000, delta=1448000 ns, racy<=17500 ns 18:36:50.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.341009000, lastModified=2022-07-06 18:36:50.340205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.341009000, lastModified=2022-07-06 18:36:50.340205000, delta=804000 ns, racy<=17500 ns 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.341351000, lastModified=2022-07-06 18:36:50.340205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.341351000, lastModified=2022-07-06 18:36:50.340205000, delta=1146000 ns, racy<=17500 ns 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.341676000, lastModified=2022-07-06 18:36:50.340205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.341676000, lastModified=2022-07-06 18:36:50.340205000, delta=1471000 ns, racy<=17500 ns 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.342478000, lastModified=2022-07-06 18:36:50.341205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.342478000, lastModified=2022-07-06 18:36:50.341205000, delta=1273000 ns, racy<=17500 ns 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.342840000, lastModified=2022-07-06 18:36:50.341205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.341205000 to 2022-07-06 18:36:50.342205000 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.343223000, lastModified=2022-07-06 18:36:50.342205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.343223000, lastModified=2022-07-06 18:36:50.342205000, delta=1018000 ns, racy<=17500 ns 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.343552000, lastModified=2022-07-06 18:36:50.342205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.343552000, lastModified=2022-07-06 18:36:50.342205000, delta=1347000 ns, racy<=17500 ns 18:36:50.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.344250000, lastModified=2022-07-06 18:36:50.342205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.342205000 to 2022-07-06 18:36:50.343205000 18:36:50.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.344658000, lastModified=2022-07-06 18:36:50.343205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.344658000, lastModified=2022-07-06 18:36:50.343205000, delta=1453000 ns, racy<=17500 ns 18:36:50.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.345007000, lastModified=2022-07-06 18:36:50.344205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.345007000, lastModified=2022-07-06 18:36:50.344205000, delta=802000 ns, racy<=17500 ns 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.345334000, lastModified=2022-07-06 18:36:50.344205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.345334000, lastModified=2022-07-06 18:36:50.344205000, delta=1129000 ns, racy<=17500 ns 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.345705000, lastModified=2022-07-06 18:36:50.344205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.345705000, lastModified=2022-07-06 18:36:50.344205000, delta=1500000 ns, racy<=17500 ns 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.346485000, lastModified=2022-07-06 18:36:50.345205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.346485000, lastModified=2022-07-06 18:36:50.345205000, delta=1280000 ns, racy<=17500 ns 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.346805000, lastModified=2022-07-06 18:36:50.345205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.345205000 to 2022-07-06 18:36:50.346205000 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.347185000, lastModified=2022-07-06 18:36:50.346205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.347185000, lastModified=2022-07-06 18:36:50.346205000, delta=980000 ns, racy<=17500 ns 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.347498000, lastModified=2022-07-06 18:36:50.346205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.347498000, lastModified=2022-07-06 18:36:50.346205000, delta=1293000 ns, racy<=17500 ns 18:36:50.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.348218000, lastModified=2022-07-06 18:36:50.346205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.346205000 to 2022-07-06 18:36:50.347205000 18:36:50.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.348630000, lastModified=2022-07-06 18:36:50.347205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.348630000, lastModified=2022-07-06 18:36:50.347205000, delta=1425000 ns, racy<=17500 ns 18:36:50.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.348993000, lastModified=2022-07-06 18:36:50.348205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.348993000, lastModified=2022-07-06 18:36:50.348205000, delta=788000 ns, racy<=17500 ns 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.349321000, lastModified=2022-07-06 18:36:50.348205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.349321000, lastModified=2022-07-06 18:36:50.348205000, delta=1116000 ns, racy<=17500 ns 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.349635000, lastModified=2022-07-06 18:36:50.348205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.349635000, lastModified=2022-07-06 18:36:50.348205000, delta=1430000 ns, racy<=17500 ns 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.350358000, lastModified=2022-07-06 18:36:50.349205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.350358000, lastModified=2022-07-06 18:36:50.349205000, delta=1153000 ns, racy<=17500 ns 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.350679000, lastModified=2022-07-06 18:36:50.349205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.350679000, lastModified=2022-07-06 18:36:50.349205000, delta=1474000 ns, racy<=17500 ns 18:36:50.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.351052000, lastModified=2022-07-06 18:36:50.350205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.351052000, lastModified=2022-07-06 18:36:50.350205000, delta=847000 ns, racy<=17500 ns 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.351391000, lastModified=2022-07-06 18:36:50.350205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.351391000, lastModified=2022-07-06 18:36:50.350205000, delta=1186000 ns, racy<=17500 ns 18:36:50.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.352032000, lastModified=2022-07-06 18:36:50.350205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.350205000 to 2022-07-06 18:36:50.351205000 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.352444000, lastModified=2022-07-06 18:36:50.351205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.352444000, lastModified=2022-07-06 18:36:50.351205000, delta=1239000 ns, racy<=17500 ns 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.352760000, lastModified=2022-07-06 18:36:50.351205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.352760000, lastModified=2022-07-06 18:36:50.351205000, delta=1555000 ns, racy<=17500 ns 18:36:50.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.353110000, lastModified=2022-07-06 18:36:50.352205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.353110000, lastModified=2022-07-06 18:36:50.352205000, delta=905000 ns, racy<=17500 ns 18:36:50.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.353435000, lastModified=2022-07-06 18:36:50.352205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.353435000, lastModified=2022-07-06 18:36:50.352205000, delta=1230000 ns, racy<=17500 ns 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.354193000, lastModified=2022-07-06 18:36:50.353205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.354193000, lastModified=2022-07-06 18:36:50.353205000, delta=988000 ns, racy<=17500 ns 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.354518000, lastModified=2022-07-06 18:36:50.353205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.354518000, lastModified=2022-07-06 18:36:50.353205000, delta=1313000 ns, racy<=17500 ns 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.354834000, lastModified=2022-07-06 18:36:50.353205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.353205000 to 2022-07-06 18:36:50.354205000 18:36:50.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.355184000, lastModified=2022-07-06 18:36:50.354205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.355184000, lastModified=2022-07-06 18:36:50.354205000, delta=979000 ns, racy<=17500 ns 18:36:50.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.355826000, lastModified=2022-07-06 18:36:50.354205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.354205000 to 2022-07-06 18:36:50.355205000 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.356215000, lastModified=2022-07-06 18:36:50.355205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.356215000, lastModified=2022-07-06 18:36:50.355205000, delta=1010000 ns, racy<=17500 ns 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.356544000, lastModified=2022-07-06 18:36:50.355205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.356544000, lastModified=2022-07-06 18:36:50.355205000, delta=1339000 ns, racy<=17500 ns 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.356860000, lastModified=2022-07-06 18:36:50.355205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.355205000 to 2022-07-06 18:36:50.356205000 18:36:50.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.357189000, lastModified=2022-07-06 18:36:50.356205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.357189000, lastModified=2022-07-06 18:36:50.356205000, delta=984000 ns, racy<=17500 ns 18:36:50.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.357964000, lastModified=2022-07-06 18:36:50.356205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.356205000 to 2022-07-06 18:36:50.357205000 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.358282000, lastModified=2022-07-06 18:36:50.357205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.358282000, lastModified=2022-07-06 18:36:50.357205000, delta=1077000 ns, racy<=17500 ns 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.358585000, lastModified=2022-07-06 18:36:50.357205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.358585000, lastModified=2022-07-06 18:36:50.357205000, delta=1380000 ns, racy<=17500 ns 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.358933000, lastModified=2022-07-06 18:36:50.357205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.357205000 to 2022-07-06 18:36:50.358205000 18:36:50.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.359563000, lastModified=2022-07-06 18:36:50.358205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.359563000, lastModified=2022-07-06 18:36:50.358205000, delta=1358000 ns, racy<=17500 ns 18:36:50.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.359989000, lastModified=2022-07-06 18:36:50.358205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.358205000 to 2022-07-06 18:36:50.359205000 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.360326000, lastModified=2022-07-06 18:36:50.359205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.360326000, lastModified=2022-07-06 18:36:50.359205000, delta=1121000 ns, racy<=17500 ns 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.360645000, lastModified=2022-07-06 18:36:50.359205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.360645000, lastModified=2022-07-06 18:36:50.359205000, delta=1440000 ns, racy<=17500 ns 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.360985000, lastModified=2022-07-06 18:36:50.360205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.360985000, lastModified=2022-07-06 18:36:50.360205000, delta=780000 ns, racy<=17500 ns 18:36:50.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.361685000, lastModified=2022-07-06 18:36:50.360205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.361685000, lastModified=2022-07-06 18:36:50.360205000, delta=1480000 ns, racy<=17500 ns 18:36:50.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.362065000, lastModified=2022-07-06 18:36:50.361205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.362065000, lastModified=2022-07-06 18:36:50.361205000, delta=860000 ns, racy<=17500 ns 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.362386000, lastModified=2022-07-06 18:36:50.361205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.362386000, lastModified=2022-07-06 18:36:50.361205000, delta=1181000 ns, racy<=17500 ns 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.362749000, lastModified=2022-07-06 18:36:50.361205000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.362749000, lastModified=2022-07-06 18:36:50.361205000, delta=1544000 ns, racy<=17500 ns 18:36:50.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.363424000, lastModified=2022-07-06 18:36:50.362206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.363424000, lastModified=2022-07-06 18:36:50.362206000, delta=1218000 ns, racy<=17500 ns 18:36:50.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.363974000, lastModified=2022-07-06 18:36:50.362206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.362206000 to 2022-07-06 18:36:50.363206000 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.364275000, lastModified=2022-07-06 18:36:50.363206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.364275000, lastModified=2022-07-06 18:36:50.363206000, delta=1069000 ns, racy<=17500 ns 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.364593000, lastModified=2022-07-06 18:36:50.363206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.364593000, lastModified=2022-07-06 18:36:50.363206000, delta=1387000 ns, racy<=17500 ns 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.364916000, lastModified=2022-07-06 18:36:50.363206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.363206000 to 2022-07-06 18:36:50.364206000 18:36:50.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.365731000, lastModified=2022-07-06 18:36:50.364206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.365731000, lastModified=2022-07-06 18:36:50.364206000, delta=1525000 ns, racy<=17500 ns 18:36:50.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.366082000, lastModified=2022-07-06 18:36:50.365206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.366082000, lastModified=2022-07-06 18:36:50.365206000, delta=876000 ns, racy<=17500 ns 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.366384000, lastModified=2022-07-06 18:36:50.365206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.366384000, lastModified=2022-07-06 18:36:50.365206000, delta=1178000 ns, racy<=17500 ns 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.366693000, lastModified=2022-07-06 18:36:50.365206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.366693000, lastModified=2022-07-06 18:36:50.365206000, delta=1487000 ns, racy<=17500 ns 18:36:50.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.367460000, lastModified=2022-07-06 18:36:50.366206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.367460000, lastModified=2022-07-06 18:36:50.366206000, delta=1254000 ns, racy<=17500 ns 18:36:50.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.367979000, lastModified=2022-07-06 18:36:50.366206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.366206000 to 2022-07-06 18:36:50.367206000 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.368288000, lastModified=2022-07-06 18:36:50.367206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.368288000, lastModified=2022-07-06 18:36:50.367206000, delta=1082000 ns, racy<=17500 ns 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.368598000, lastModified=2022-07-06 18:36:50.367206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.368598000, lastModified=2022-07-06 18:36:50.367206000, delta=1392000 ns, racy<=17500 ns 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.368914000, lastModified=2022-07-06 18:36:50.367206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.367206000 to 2022-07-06 18:36:50.368206000 18:36:50.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.369806000, lastModified=2022-07-06 18:36:50.368206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.368206000 to 2022-07-06 18:36:50.369206000 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.370156000, lastModified=2022-07-06 18:36:50.369206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.370156000, lastModified=2022-07-06 18:36:50.369206000, delta=950000 ns, racy<=17500 ns 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.370462000, lastModified=2022-07-06 18:36:50.369206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.370462000, lastModified=2022-07-06 18:36:50.369206000, delta=1256000 ns, racy<=17500 ns 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.370787000, lastModified=2022-07-06 18:36:50.369206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.370787000, lastModified=2022-07-06 18:36:50.369206000, delta=1581000 ns, racy<=17500 ns 18:36:50.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.371516000, lastModified=2022-07-06 18:36:50.370206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.371516000, lastModified=2022-07-06 18:36:50.370206000, delta=1310000 ns, racy<=17500 ns 18:36:50.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.372026000, lastModified=2022-07-06 18:36:50.371206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.372026000, lastModified=2022-07-06 18:36:50.371206000, delta=820000 ns, racy<=17500 ns 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.372337000, lastModified=2022-07-06 18:36:50.371206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.372337000, lastModified=2022-07-06 18:36:50.371206000, delta=1131000 ns, racy<=17500 ns 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.372656000, lastModified=2022-07-06 18:36:50.371206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.372656000, lastModified=2022-07-06 18:36:50.371206000, delta=1450000 ns, racy<=17500 ns 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.372986000, lastModified=2022-07-06 18:36:50.371206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.371206000 to 2022-07-06 18:36:50.372206000 18:36:50.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.373781000, lastModified=2022-07-06 18:36:50.372206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.373781000, lastModified=2022-07-06 18:36:50.372206000, delta=1575000 ns, racy<=17500 ns 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.374140000, lastModified=2022-07-06 18:36:50.373206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.374140000, lastModified=2022-07-06 18:36:50.373206000, delta=934000 ns, racy<=17500 ns 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.374471000, lastModified=2022-07-06 18:36:50.373206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.374471000, lastModified=2022-07-06 18:36:50.373206000, delta=1265000 ns, racy<=17500 ns 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.374791000, lastModified=2022-07-06 18:36:50.373206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.374791000, lastModified=2022-07-06 18:36:50.373206000, delta=1585000 ns, racy<=17500 ns 18:36:50.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.375519000, lastModified=2022-07-06 18:36:50.374206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.375519000, lastModified=2022-07-06 18:36:50.374206000, delta=1313000 ns, racy<=17500 ns 18:36:50.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.376027000, lastModified=2022-07-06 18:36:50.375206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.376027000, lastModified=2022-07-06 18:36:50.375206000, delta=821000 ns, racy<=17500 ns 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.376346000, lastModified=2022-07-06 18:36:50.375206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.376346000, lastModified=2022-07-06 18:36:50.375206000, delta=1140000 ns, racy<=17500 ns 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.376671000, lastModified=2022-07-06 18:36:50.375206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.376671000, lastModified=2022-07-06 18:36:50.375206000, delta=1465000 ns, racy<=17500 ns 18:36:50.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.377097000, lastModified=2022-07-06 18:36:50.376206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.377097000, lastModified=2022-07-06 18:36:50.376206000, delta=891000 ns, racy<=17500 ns 18:36:50.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.377994000, lastModified=2022-07-06 18:36:50.376206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.376206000 to 2022-07-06 18:36:50.377206000 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.378358000, lastModified=2022-07-06 18:36:50.377206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.378358000, lastModified=2022-07-06 18:36:50.377206000, delta=1152000 ns, racy<=17500 ns 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.378752000, lastModified=2022-07-06 18:36:50.377206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.378752000, lastModified=2022-07-06 18:36:50.377206000, delta=1546000 ns, racy<=17500 ns 18:36:50.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.379131000, lastModified=2022-07-06 18:36:50.378206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.379131000, lastModified=2022-07-06 18:36:50.378206000, delta=925000 ns, racy<=17500 ns 18:36:50.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.379732000, lastModified=2022-07-06 18:36:50.378206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.378206000 to 2022-07-06 18:36:50.379206000 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.380267000, lastModified=2022-07-06 18:36:50.379206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.380267000, lastModified=2022-07-06 18:36:50.379206000, delta=1061000 ns, racy<=17500 ns 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.380594000, lastModified=2022-07-06 18:36:50.379206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.380594000, lastModified=2022-07-06 18:36:50.379206000, delta=1388000 ns, racy<=17500 ns 18:36:50.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.380960000, lastModified=2022-07-06 18:36:50.379206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.379206000 to 2022-07-06 18:36:50.380206000 18:36:50.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.381340000, lastModified=2022-07-06 18:36:50.380206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.381340000, lastModified=2022-07-06 18:36:50.380206000, delta=1134000 ns, racy<=17500 ns 18:36:50.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.382251000, lastModified=2022-07-06 18:36:50.381206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.382251000, lastModified=2022-07-06 18:36:50.381206000, delta=1045000 ns, racy<=17500 ns 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.382639000, lastModified=2022-07-06 18:36:50.381206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.382639000, lastModified=2022-07-06 18:36:50.381206000, delta=1433000 ns, racy<=17500 ns 18:36:50.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.382997000, lastModified=2022-07-06 18:36:50.381206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.381206000 to 2022-07-06 18:36:50.382206000 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.383308000, lastModified=2022-07-06 18:36:50.382206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.383308000, lastModified=2022-07-06 18:36:50.382206000, delta=1102000 ns, racy<=17500 ns 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.383956000, lastModified=2022-07-06 18:36:50.382206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.382206000 to 2022-07-06 18:36:50.383206000 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.384424000, lastModified=2022-07-06 18:36:50.383206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.384424000, lastModified=2022-07-06 18:36:50.383206000, delta=1218000 ns, racy<=17500 ns 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.384744000, lastModified=2022-07-06 18:36:50.383206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.384744000, lastModified=2022-07-06 18:36:50.383206000, delta=1538000 ns, racy<=17500 ns 18:36:50.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.385130000, lastModified=2022-07-06 18:36:50.384206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.385130000, lastModified=2022-07-06 18:36:50.384206000, delta=924000 ns, racy<=17500 ns 18:36:50.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.385453000, lastModified=2022-07-06 18:36:50.384206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.385453000, lastModified=2022-07-06 18:36:50.384206000, delta=1247000 ns, racy<=17500 ns 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.386343000, lastModified=2022-07-06 18:36:50.385206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.386343000, lastModified=2022-07-06 18:36:50.385206000, delta=1137000 ns, racy<=17500 ns 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.386647000, lastModified=2022-07-06 18:36:50.385206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.386647000, lastModified=2022-07-06 18:36:50.385206000, delta=1441000 ns, racy<=17500 ns 18:36:50.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.387026000, lastModified=2022-07-06 18:36:50.385206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.385206000 to 2022-07-06 18:36:50.386206000 18:36:50.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.387361000, lastModified=2022-07-06 18:36:50.386206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.387361000, lastModified=2022-07-06 18:36:50.386206000, delta=1155000 ns, racy<=17500 ns 18:36:50.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.388056000, lastModified=2022-07-06 18:36:50.386206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.386206000 to 2022-07-06 18:36:50.387206000 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.388522000, lastModified=2022-07-06 18:36:50.387206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.388522000, lastModified=2022-07-06 18:36:50.387206000, delta=1316000 ns, racy<=17500 ns 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.388831000, lastModified=2022-07-06 18:36:50.387206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.387206000 to 2022-07-06 18:36:50.388206000 18:36:50.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.389196000, lastModified=2022-07-06 18:36:50.388206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.389196000, lastModified=2022-07-06 18:36:50.388206000, delta=990000 ns, racy<=17500 ns 18:36:50.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.389501000, lastModified=2022-07-06 18:36:50.388206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.389501000, lastModified=2022-07-06 18:36:50.388206000, delta=1295000 ns, racy<=17500 ns 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.390325000, lastModified=2022-07-06 18:36:50.389206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.390325000, lastModified=2022-07-06 18:36:50.389206000, delta=1119000 ns, racy<=17500 ns 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.390621000, lastModified=2022-07-06 18:36:50.389206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.390621000, lastModified=2022-07-06 18:36:50.389206000, delta=1415000 ns, racy<=17500 ns 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.390939000, lastModified=2022-07-06 18:36:50.389206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.389206000 to 2022-07-06 18:36:50.390206000 18:36:50.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.391235000, lastModified=2022-07-06 18:36:50.390206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.391235000, lastModified=2022-07-06 18:36:50.390206000, delta=1029000 ns, racy<=17500 ns 18:36:50.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.391848000, lastModified=2022-07-06 18:36:50.390206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.390206000 to 2022-07-06 18:36:50.391206000 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.392355000, lastModified=2022-07-06 18:36:50.391206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.392355000, lastModified=2022-07-06 18:36:50.391206000, delta=1149000 ns, racy<=17500 ns 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.392690000, lastModified=2022-07-06 18:36:50.391206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.392690000, lastModified=2022-07-06 18:36:50.391206000, delta=1484000 ns, racy<=17500 ns 18:36:50.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.393012000, lastModified=2022-07-06 18:36:50.392206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.393012000, lastModified=2022-07-06 18:36:50.392206000, delta=806000 ns, racy<=17500 ns 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.393332000, lastModified=2022-07-06 18:36:50.392206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.393332000, lastModified=2022-07-06 18:36:50.392206000, delta=1126000 ns, racy<=17500 ns 18:36:50.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.394070000, lastModified=2022-07-06 18:36:50.393206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.394070000, lastModified=2022-07-06 18:36:50.393206000, delta=864000 ns, racy<=17500 ns 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.394389000, lastModified=2022-07-06 18:36:50.393206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.394389000, lastModified=2022-07-06 18:36:50.393206000, delta=1183000 ns, racy<=17500 ns 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.394700000, lastModified=2022-07-06 18:36:50.393206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.394700000, lastModified=2022-07-06 18:36:50.393206000, delta=1494000 ns, racy<=17500 ns 18:36:50.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.395121000, lastModified=2022-07-06 18:36:50.394206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.395121000, lastModified=2022-07-06 18:36:50.394206000, delta=915000 ns, racy<=17500 ns 18:36:50.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.395774000, lastModified=2022-07-06 18:36:50.394206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.394206000 to 2022-07-06 18:36:50.395206000 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.396169000, lastModified=2022-07-06 18:36:50.395206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.396169000, lastModified=2022-07-06 18:36:50.395206000, delta=963000 ns, racy<=17500 ns 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.396493000, lastModified=2022-07-06 18:36:50.395206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.396493000, lastModified=2022-07-06 18:36:50.395206000, delta=1287000 ns, racy<=17500 ns 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.396814000, lastModified=2022-07-06 18:36:50.395206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.395206000 to 2022-07-06 18:36:50.396206000 18:36:50.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.397167000, lastModified=2022-07-06 18:36:50.396206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.397167000, lastModified=2022-07-06 18:36:50.396206000, delta=961000 ns, racy<=17500 ns 18:36:50.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.397845000, lastModified=2022-07-06 18:36:50.396206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.396206000 to 2022-07-06 18:36:50.397206000 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.398193000, lastModified=2022-07-06 18:36:50.397206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.398193000, lastModified=2022-07-06 18:36:50.397206000, delta=987000 ns, racy<=17500 ns 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.398504000, lastModified=2022-07-06 18:36:50.397206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.398504000, lastModified=2022-07-06 18:36:50.397206000, delta=1298000 ns, racy<=17500 ns 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.398819000, lastModified=2022-07-06 18:36:50.397206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.397206000 to 2022-07-06 18:36:50.398206000 18:36:50.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.399438000, lastModified=2022-07-06 18:36:50.398206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.399438000, lastModified=2022-07-06 18:36:50.398206000, delta=1232000 ns, racy<=17500 ns 18:36:50.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.399837000, lastModified=2022-07-06 18:36:50.398206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.398206000 to 2022-07-06 18:36:50.399206000 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.400167000, lastModified=2022-07-06 18:36:50.399206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.400167000, lastModified=2022-07-06 18:36:50.399206000, delta=961000 ns, racy<=17500 ns 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.400487000, lastModified=2022-07-06 18:36:50.399206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.400487000, lastModified=2022-07-06 18:36:50.399206000, delta=1281000 ns, racy<=17500 ns 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.400813000, lastModified=2022-07-06 18:36:50.399206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.399206000 to 2022-07-06 18:36:50.400206000 18:36:50.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.401700000, lastModified=2022-07-06 18:36:50.400206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.401700000, lastModified=2022-07-06 18:36:50.400206000, delta=1494000 ns, racy<=17500 ns 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.402172000, lastModified=2022-07-06 18:36:50.401206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.402172000, lastModified=2022-07-06 18:36:50.401206000, delta=966000 ns, racy<=17500 ns 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.402490000, lastModified=2022-07-06 18:36:50.401206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.402490000, lastModified=2022-07-06 18:36:50.401206000, delta=1284000 ns, racy<=17500 ns 18:36:50.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.402975000, lastModified=2022-07-06 18:36:50.401206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.401206000 to 2022-07-06 18:36:50.402206000 18:36:50.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.403660000, lastModified=2022-07-06 18:36:50.402206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.403660000, lastModified=2022-07-06 18:36:50.402206000, delta=1454000 ns, racy<=17500 ns 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.404176000, lastModified=2022-07-06 18:36:50.403206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.404176000, lastModified=2022-07-06 18:36:50.403206000, delta=970000 ns, racy<=17500 ns 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.404616000, lastModified=2022-07-06 18:36:50.403206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.404616000, lastModified=2022-07-06 18:36:50.403206000, delta=1410000 ns, racy<=17500 ns 18:36:50.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.405034000, lastModified=2022-07-06 18:36:50.404206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.405034000, lastModified=2022-07-06 18:36:50.404206000, delta=828000 ns, racy<=17500 ns 18:36:50.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.405433000, lastModified=2022-07-06 18:36:50.404206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.405433000, lastModified=2022-07-06 18:36:50.404206000, delta=1227000 ns, racy<=17500 ns 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.406227000, lastModified=2022-07-06 18:36:50.405206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.406227000, lastModified=2022-07-06 18:36:50.405206000, delta=1021000 ns, racy<=17500 ns 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.406649000, lastModified=2022-07-06 18:36:50.405206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.406649000, lastModified=2022-07-06 18:36:50.405206000, delta=1443000 ns, racy<=17500 ns 18:36:50.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.407120000, lastModified=2022-07-06 18:36:50.406206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.407120000, lastModified=2022-07-06 18:36:50.406206000, delta=914000 ns, racy<=17500 ns 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.407501000, lastModified=2022-07-06 18:36:50.406206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.407501000, lastModified=2022-07-06 18:36:50.406206000, delta=1295000 ns, racy<=17500 ns 18:36:50.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.408197000, lastModified=2022-07-06 18:36:50.406206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.406206000 to 2022-07-06 18:36:50.407206000 18:36:50.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.408684000, lastModified=2022-07-06 18:36:50.407206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.408684000, lastModified=2022-07-06 18:36:50.407206000, delta=1478000 ns, racy<=17500 ns 18:36:50.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.409134000, lastModified=2022-07-06 18:36:50.408206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.409134000, lastModified=2022-07-06 18:36:50.408206000, delta=928000 ns, racy<=17500 ns 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.409549000, lastModified=2022-07-06 18:36:50.408206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.409549000, lastModified=2022-07-06 18:36:50.408206000, delta=1343000 ns, racy<=17500 ns 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.409929000, lastModified=2022-07-06 18:36:50.408206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.408206000 to 2022-07-06 18:36:50.409206000 18:36:50.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.410821000, lastModified=2022-07-06 18:36:50.409206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.409206000 to 2022-07-06 18:36:50.410206000 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.411275000, lastModified=2022-07-06 18:36:50.410206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.411275000, lastModified=2022-07-06 18:36:50.410206000, delta=1069000 ns, racy<=17500 ns 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.411696000, lastModified=2022-07-06 18:36:50.410206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.411696000, lastModified=2022-07-06 18:36:50.410206000, delta=1490000 ns, racy<=17500 ns 18:36:50.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.412156000, lastModified=2022-07-06 18:36:50.411206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.412156000, lastModified=2022-07-06 18:36:50.411206000, delta=950000 ns, racy<=17500 ns 18:36:50.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.412879000, lastModified=2022-07-06 18:36:50.411206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.411206000 to 2022-07-06 18:36:50.412206000 18:36:50.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.413447000, lastModified=2022-07-06 18:36:50.412206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.413447000, lastModified=2022-07-06 18:36:50.412206000, delta=1241000 ns, racy<=17500 ns 18:36:50.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.413946000, lastModified=2022-07-06 18:36:50.412206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.412206000 to 2022-07-06 18:36:50.413206000 18:36:50.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.414415000, lastModified=2022-07-06 18:36:50.413206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.414415000, lastModified=2022-07-06 18:36:50.413206000, delta=1209000 ns, racy<=17500 ns 18:36:50.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.414869000, lastModified=2022-07-06 18:36:50.413206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.413206000 to 2022-07-06 18:36:50.414206000 18:36:50.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.415837000, lastModified=2022-07-06 18:36:50.414206000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.414206000 to 2022-07-06 18:36:50.435207000 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.437049000, lastModified=2022-07-06 18:36:50.436207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.437049000, lastModified=2022-07-06 18:36:50.436207000, delta=842000 ns, racy<=17500 ns 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.437400000, lastModified=2022-07-06 18:36:50.436207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.437400000, lastModified=2022-07-06 18:36:50.436207000, delta=1193000 ns, racy<=17500 ns 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.437705000, lastModified=2022-07-06 18:36:50.436207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.437705000, lastModified=2022-07-06 18:36:50.436207000, delta=1498000 ns, racy<=17500 ns 18:36:50.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.438608000, lastModified=2022-07-06 18:36:50.437207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.438608000, lastModified=2022-07-06 18:36:50.437207000, delta=1401000 ns, racy<=17500 ns 18:36:50.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.439042000, lastModified=2022-07-06 18:36:50.438207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.439042000, lastModified=2022-07-06 18:36:50.438207000, delta=835000 ns, racy<=17500 ns 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.439362000, lastModified=2022-07-06 18:36:50.438207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.439362000, lastModified=2022-07-06 18:36:50.438207000, delta=1155000 ns, racy<=17500 ns 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.439737000, lastModified=2022-07-06 18:36:50.438207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.439737000, lastModified=2022-07-06 18:36:50.438207000, delta=1530000 ns, racy<=17500 ns 18:36:50.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.440255000, lastModified=2022-07-06 18:36:50.439207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.440255000, lastModified=2022-07-06 18:36:50.439207000, delta=1048000 ns, racy<=17500 ns 18:36:50.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.441287000, lastModified=2022-07-06 18:36:50.440207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.441287000, lastModified=2022-07-06 18:36:50.440207000, delta=1080000 ns, racy<=17500 ns 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.441686000, lastModified=2022-07-06 18:36:50.440207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.441686000, lastModified=2022-07-06 18:36:50.440207000, delta=1479000 ns, racy<=17500 ns 18:36:50.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.442166000, lastModified=2022-07-06 18:36:50.441207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.442166000, lastModified=2022-07-06 18:36:50.441207000, delta=959000 ns, racy<=17500 ns 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.442736000, lastModified=2022-07-06 18:36:50.441207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.442736000, lastModified=2022-07-06 18:36:50.441207000, delta=1529000 ns, racy<=17500 ns 18:36:50.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.443459000, lastModified=2022-07-06 18:36:50.442207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.443459000, lastModified=2022-07-06 18:36:50.442207000, delta=1252000 ns, racy<=17500 ns 18:36:50.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.444086000, lastModified=2022-07-06 18:36:50.443207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.444086000, lastModified=2022-07-06 18:36:50.443207000, delta=879000 ns, racy<=17500 ns 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.444396000, lastModified=2022-07-06 18:36:50.443207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.444396000, lastModified=2022-07-06 18:36:50.443207000, delta=1189000 ns, racy<=17500 ns 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.444726000, lastModified=2022-07-06 18:36:50.443207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.444726000, lastModified=2022-07-06 18:36:50.443207000, delta=1519000 ns, racy<=17500 ns 18:36:50.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.445081000, lastModified=2022-07-06 18:36:50.444207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.445081000, lastModified=2022-07-06 18:36:50.444207000, delta=874000 ns, racy<=17500 ns 18:36:50.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.445801000, lastModified=2022-07-06 18:36:50.444207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.445801000, lastModified=2022-07-06 18:36:50.444207000, delta=1594000 ns, racy<=17500 ns 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.446174000, lastModified=2022-07-06 18:36:50.445207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.446174000, lastModified=2022-07-06 18:36:50.445207000, delta=967000 ns, racy<=17500 ns 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.446461000, lastModified=2022-07-06 18:36:50.445207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.446461000, lastModified=2022-07-06 18:36:50.445207000, delta=1254000 ns, racy<=17500 ns 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.446761000, lastModified=2022-07-06 18:36:50.445207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.446761000, lastModified=2022-07-06 18:36:50.445207000, delta=1554000 ns, racy<=17500 ns 18:36:50.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.447523000, lastModified=2022-07-06 18:36:50.446207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.447523000, lastModified=2022-07-06 18:36:50.446207000, delta=1316000 ns, racy<=17500 ns 18:36:50.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.448126000, lastModified=2022-07-06 18:36:50.447207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.448126000, lastModified=2022-07-06 18:36:50.447207000, delta=919000 ns, racy<=17500 ns 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.448502000, lastModified=2022-07-06 18:36:50.447207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.448502000, lastModified=2022-07-06 18:36:50.447207000, delta=1295000 ns, racy<=17500 ns 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.448798000, lastModified=2022-07-06 18:36:50.447207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.448798000, lastModified=2022-07-06 18:36:50.447207000, delta=1591000 ns, racy<=17500 ns 18:36:50.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.449194000, lastModified=2022-07-06 18:36:50.448207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.449194000, lastModified=2022-07-06 18:36:50.448207000, delta=987000 ns, racy<=17500 ns 18:36:50.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.450027000, lastModified=2022-07-06 18:36:50.449207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.450027000, lastModified=2022-07-06 18:36:50.449207000, delta=820000 ns, racy<=17500 ns 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.450400000, lastModified=2022-07-06 18:36:50.449207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.450400000, lastModified=2022-07-06 18:36:50.449207000, delta=1193000 ns, racy<=17500 ns 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.450839000, lastModified=2022-07-06 18:36:50.449207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.449207000 to 2022-07-06 18:36:50.450207000 18:36:50.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.451546000, lastModified=2022-07-06 18:36:50.450207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.451546000, lastModified=2022-07-06 18:36:50.450207000, delta=1339000 ns, racy<=17500 ns 18:36:50.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.452470000, lastModified=2022-07-06 18:36:50.450207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.450207000 to 2022-07-06 18:36:50.451207000 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.453036000, lastModified=2022-07-06 18:36:50.452207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.453036000, lastModified=2022-07-06 18:36:50.452207000, delta=829000 ns, racy<=17500 ns 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.453388000, lastModified=2022-07-06 18:36:50.452207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.453388000, lastModified=2022-07-06 18:36:50.452207000, delta=1181000 ns, racy<=17500 ns 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.453720000, lastModified=2022-07-06 18:36:50.452207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.453720000, lastModified=2022-07-06 18:36:50.452207000, delta=1513000 ns, racy<=17500 ns 18:36:50.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.454100000, lastModified=2022-07-06 18:36:50.453207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.454100000, lastModified=2022-07-06 18:36:50.453207000, delta=893000 ns, racy<=17500 ns 18:36:50.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.455020000, lastModified=2022-07-06 18:36:50.454207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.455020000, lastModified=2022-07-06 18:36:50.454207000, delta=813000 ns, racy<=17500 ns 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.455393000, lastModified=2022-07-06 18:36:50.454207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.455393000, lastModified=2022-07-06 18:36:50.454207000, delta=1186000 ns, racy<=17500 ns 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.455715000, lastModified=2022-07-06 18:36:50.454207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.455715000, lastModified=2022-07-06 18:36:50.454207000, delta=1508000 ns, racy<=17500 ns 18:36:50.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.456088000, lastModified=2022-07-06 18:36:50.455207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.456088000, lastModified=2022-07-06 18:36:50.455207000, delta=881000 ns, racy<=17500 ns 18:36:50.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.456737000, lastModified=2022-07-06 18:36:50.455207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.455207000 to 2022-07-06 18:36:50.456207000 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.457302000, lastModified=2022-07-06 18:36:50.456207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.457302000, lastModified=2022-07-06 18:36:50.456207000, delta=1095000 ns, racy<=17500 ns 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.457686000, lastModified=2022-07-06 18:36:50.456207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.457686000, lastModified=2022-07-06 18:36:50.456207000, delta=1479000 ns, racy<=17500 ns 18:36:50.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.458030000, lastModified=2022-07-06 18:36:50.457207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.458030000, lastModified=2022-07-06 18:36:50.457207000, delta=823000 ns, racy<=17500 ns 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.458401000, lastModified=2022-07-06 18:36:50.457207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.458401000, lastModified=2022-07-06 18:36:50.457207000, delta=1194000 ns, racy<=17500 ns 18:36:50.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.459195000, lastModified=2022-07-06 18:36:50.458207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.459195000, lastModified=2022-07-06 18:36:50.458207000, delta=988000 ns, racy<=17500 ns 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.459472000, lastModified=2022-07-06 18:36:50.458207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.459472000, lastModified=2022-07-06 18:36:50.458207000, delta=1265000 ns, racy<=17500 ns 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.459723000, lastModified=2022-07-06 18:36:50.458207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.459723000, lastModified=2022-07-06 18:36:50.458207000, delta=1516000 ns, racy<=17500 ns 18:36:50.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.460103000, lastModified=2022-07-06 18:36:50.459207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.460103000, lastModified=2022-07-06 18:36:50.459207000, delta=896000 ns, racy<=17500 ns 18:36:50.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.460732000, lastModified=2022-07-06 18:36:50.459207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.459207000 to 2022-07-06 18:36:50.460207000 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.461308000, lastModified=2022-07-06 18:36:50.460207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.461308000, lastModified=2022-07-06 18:36:50.460207000, delta=1101000 ns, racy<=17500 ns 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.461679000, lastModified=2022-07-06 18:36:50.460207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.461679000, lastModified=2022-07-06 18:36:50.460207000, delta=1472000 ns, racy<=17500 ns 18:36:50.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.462032000, lastModified=2022-07-06 18:36:50.461207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.462032000, lastModified=2022-07-06 18:36:50.461207000, delta=825000 ns, racy<=17500 ns 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.462394000, lastModified=2022-07-06 18:36:50.461207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.462394000, lastModified=2022-07-06 18:36:50.461207000, delta=1187000 ns, racy<=17500 ns 18:36:50.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.463226000, lastModified=2022-07-06 18:36:50.462207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.463226000, lastModified=2022-07-06 18:36:50.462207000, delta=1019000 ns, racy<=17500 ns 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.463553000, lastModified=2022-07-06 18:36:50.462207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.463553000, lastModified=2022-07-06 18:36:50.462207000, delta=1346000 ns, racy<=17500 ns 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.463821000, lastModified=2022-07-06 18:36:50.462207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.462207000 to 2022-07-06 18:36:50.463207000 18:36:50.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.464241000, lastModified=2022-07-06 18:36:50.463207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.464241000, lastModified=2022-07-06 18:36:50.463207000, delta=1034000 ns, racy<=17500 ns 18:36:50.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.464934000, lastModified=2022-07-06 18:36:50.463207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.463207000 to 2022-07-06 18:36:50.464207000 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.465346000, lastModified=2022-07-06 18:36:50.464207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.465346000, lastModified=2022-07-06 18:36:50.464207000, delta=1139000 ns, racy<=17500 ns 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.465698000, lastModified=2022-07-06 18:36:50.464207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.465698000, lastModified=2022-07-06 18:36:50.464207000, delta=1491000 ns, racy<=17500 ns 18:36:50.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.466117000, lastModified=2022-07-06 18:36:50.465207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.466117000, lastModified=2022-07-06 18:36:50.465207000, delta=910000 ns, racy<=17500 ns 18:36:50.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.466474000, lastModified=2022-07-06 18:36:50.465207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.466474000, lastModified=2022-07-06 18:36:50.465207000, delta=1267000 ns, racy<=17500 ns 18:36:50.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.467555000, lastModified=2022-07-06 18:36:50.466207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.467555000, lastModified=2022-07-06 18:36:50.466207000, delta=1348000 ns, racy<=17500 ns 18:36:50.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.468069000, lastModified=2022-07-06 18:36:50.467207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.468069000, lastModified=2022-07-06 18:36:50.467207000, delta=862000 ns, racy<=17500 ns 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.468474000, lastModified=2022-07-06 18:36:50.467207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.468474000, lastModified=2022-07-06 18:36:50.467207000, delta=1267000 ns, racy<=17500 ns 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.468872000, lastModified=2022-07-06 18:36:50.467207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.467207000 to 2022-07-06 18:36:50.468207000 18:36:50.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.469710000, lastModified=2022-07-06 18:36:50.468207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.468207000 to 2022-07-06 18:36:50.469207000 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.470294000, lastModified=2022-07-06 18:36:50.469207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.470294000, lastModified=2022-07-06 18:36:50.469207000, delta=1087000 ns, racy<=17500 ns 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.470694000, lastModified=2022-07-06 18:36:50.469207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.470694000, lastModified=2022-07-06 18:36:50.469207000, delta=1487000 ns, racy<=17500 ns 18:36:50.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.471075000, lastModified=2022-07-06 18:36:50.470207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.471075000, lastModified=2022-07-06 18:36:50.470207000, delta=868000 ns, racy<=17500 ns 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.471459000, lastModified=2022-07-06 18:36:50.470207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.471459000, lastModified=2022-07-06 18:36:50.470207000, delta=1252000 ns, racy<=17500 ns 18:36:50.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.472239000, lastModified=2022-07-06 18:36:50.471207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.472239000, lastModified=2022-07-06 18:36:50.471207000, delta=1032000 ns, racy<=17500 ns 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.472624000, lastModified=2022-07-06 18:36:50.471207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.472624000, lastModified=2022-07-06 18:36:50.471207000, delta=1417000 ns, racy<=17500 ns 18:36:50.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.473069000, lastModified=2022-07-06 18:36:50.472207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.473069000, lastModified=2022-07-06 18:36:50.472207000, delta=862000 ns, racy<=17500 ns 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.473479000, lastModified=2022-07-06 18:36:50.472207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.473479000, lastModified=2022-07-06 18:36:50.472207000, delta=1272000 ns, racy<=17500 ns 18:36:50.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.474165000, lastModified=2022-07-06 18:36:50.472207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.472207000 to 2022-07-06 18:36:50.473207000 18:36:50.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.474655000, lastModified=2022-07-06 18:36:50.473207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.474655000, lastModified=2022-07-06 18:36:50.473207000, delta=1448000 ns, racy<=17500 ns 18:36:50.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.475097000, lastModified=2022-07-06 18:36:50.474207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.475097000, lastModified=2022-07-06 18:36:50.474207000, delta=890000 ns, racy<=17500 ns 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.475508000, lastModified=2022-07-06 18:36:50.474207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.475508000, lastModified=2022-07-06 18:36:50.474207000, delta=1301000 ns, racy<=17500 ns 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.475941000, lastModified=2022-07-06 18:36:50.474207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.474207000 to 2022-07-06 18:36:50.475207000 18:36:50.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.476684000, lastModified=2022-07-06 18:36:50.475207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.476684000, lastModified=2022-07-06 18:36:50.475207000, delta=1477000 ns, racy<=17500 ns 18:36:50.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.477093000, lastModified=2022-07-06 18:36:50.476207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.477093000, lastModified=2022-07-06 18:36:50.476207000, delta=886000 ns, racy<=17500 ns 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.477501000, lastModified=2022-07-06 18:36:50.476207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.477501000, lastModified=2022-07-06 18:36:50.476207000, delta=1294000 ns, racy<=17500 ns 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.477961000, lastModified=2022-07-06 18:36:50.476207000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.476207000 to 2022-07-06 18:36:50.477208000 18:36:50.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.478675000, lastModified=2022-07-06 18:36:50.477208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.477208000 to 2022-07-06 18:36:50.478208000 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.479231000, lastModified=2022-07-06 18:36:50.478208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.479231000, lastModified=2022-07-06 18:36:50.478208000, delta=1023000 ns, racy<=17500 ns 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.479661000, lastModified=2022-07-06 18:36:50.478208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.479661000, lastModified=2022-07-06 18:36:50.478208000, delta=1453000 ns, racy<=17500 ns 18:36:50.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.480072000, lastModified=2022-07-06 18:36:50.479208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.480072000, lastModified=2022-07-06 18:36:50.479208000, delta=864000 ns, racy<=17500 ns 18:36:50.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.480570000, lastModified=2022-07-06 18:36:50.479208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.480570000, lastModified=2022-07-06 18:36:50.479208000, delta=1362000 ns, racy<=17500 ns 18:36:50.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.481504000, lastModified=2022-07-06 18:36:50.480208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.481504000, lastModified=2022-07-06 18:36:50.480208000, delta=1296000 ns, racy<=17500 ns 18:36:50.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.482015000, lastModified=2022-07-06 18:36:50.481208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.482015000, lastModified=2022-07-06 18:36:50.481208000, delta=807000 ns, racy<=17500 ns 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.482519000, lastModified=2022-07-06 18:36:50.481208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.482519000, lastModified=2022-07-06 18:36:50.481208000, delta=1311000 ns, racy<=17500 ns 18:36:50.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.483055000, lastModified=2022-07-06 18:36:50.482208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.483055000, lastModified=2022-07-06 18:36:50.482208000, delta=847000 ns, racy<=17500 ns 18:36:50.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.483995000, lastModified=2022-07-06 18:36:50.482208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.482208000 to 2022-07-06 18:36:50.483208000 18:36:50.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.484549000, lastModified=2022-07-06 18:36:50.483208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.484549000, lastModified=2022-07-06 18:36:50.483208000, delta=1341000 ns, racy<=17500 ns 18:36:50.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.485067000, lastModified=2022-07-06 18:36:50.484208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.485067000, lastModified=2022-07-06 18:36:50.484208000, delta=859000 ns, racy<=17500 ns 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.485556000, lastModified=2022-07-06 18:36:50.484208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.485556000, lastModified=2022-07-06 18:36:50.484208000, delta=1348000 ns, racy<=17500 ns 18:36:50.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.486016000, lastModified=2022-07-06 18:36:50.485208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.486016000, lastModified=2022-07-06 18:36:50.485208000, delta=808000 ns, racy<=17500 ns 18:36:50.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.487003000, lastModified=2022-07-06 18:36:50.485208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.485208000 to 2022-07-06 18:36:50.486208000 18:36:50.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.487526000, lastModified=2022-07-06 18:36:50.486208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.487526000, lastModified=2022-07-06 18:36:50.486208000, delta=1318000 ns, racy<=17500 ns 18:36:50.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.488027000, lastModified=2022-07-06 18:36:50.487208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.488027000, lastModified=2022-07-06 18:36:50.487208000, delta=819000 ns, racy<=17500 ns 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.488502000, lastModified=2022-07-06 18:36:50.487208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.488502000, lastModified=2022-07-06 18:36:50.487208000, delta=1294000 ns, racy<=17500 ns 18:36:50.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.489246000, lastModified=2022-07-06 18:36:50.487208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.487208000 to 2022-07-06 18:36:50.488208000 18:36:50.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.489775000, lastModified=2022-07-06 18:36:50.488208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.488208000 to 2022-07-06 18:36:50.489208000 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.490232000, lastModified=2022-07-06 18:36:50.489208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.490232000, lastModified=2022-07-06 18:36:50.489208000, delta=1024000 ns, racy<=17500 ns 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.490715000, lastModified=2022-07-06 18:36:50.489208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.490715000, lastModified=2022-07-06 18:36:50.489208000, delta=1507000 ns, racy<=17500 ns 18:36:50.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.491234000, lastModified=2022-07-06 18:36:50.490208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.491234000, lastModified=2022-07-06 18:36:50.490208000, delta=1026000 ns, racy<=17500 ns 18:36:50.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.492115000, lastModified=2022-07-06 18:36:50.491208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.492115000, lastModified=2022-07-06 18:36:50.491208000, delta=907000 ns, racy<=17500 ns 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.492495000, lastModified=2022-07-06 18:36:50.491208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.492495000, lastModified=2022-07-06 18:36:50.491208000, delta=1287000 ns, racy<=17500 ns 18:36:50.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.493000000, lastModified=2022-07-06 18:36:50.492208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.493000000, lastModified=2022-07-06 18:36:50.492208000, delta=792000 ns, racy<=17500 ns 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.493456000, lastModified=2022-07-06 18:36:50.492208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.493456000, lastModified=2022-07-06 18:36:50.492208000, delta=1248000 ns, racy<=17500 ns 18:36:50.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.494235000, lastModified=2022-07-06 18:36:50.492208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.492208000 to 2022-07-06 18:36:50.493208000 18:36:50.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.494762000, lastModified=2022-07-06 18:36:50.493208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.493208000 to 2022-07-06 18:36:50.494208000 18:36:50.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.495263000, lastModified=2022-07-06 18:36:50.494208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.495263000, lastModified=2022-07-06 18:36:50.494208000, delta=1055000 ns, racy<=17500 ns 18:36:50.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.495748000, lastModified=2022-07-06 18:36:50.494208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.494208000 to 2022-07-06 18:36:50.495208000 18:36:50.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.496277000, lastModified=2022-07-06 18:36:50.495208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.496277000, lastModified=2022-07-06 18:36:50.495208000, delta=1069000 ns, racy<=17500 ns 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.497230000, lastModified=2022-07-06 18:36:50.496208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.497230000, lastModified=2022-07-06 18:36:50.496208000, delta=1022000 ns, racy<=17500 ns 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.497590000, lastModified=2022-07-06 18:36:50.496208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.497590000, lastModified=2022-07-06 18:36:50.496208000, delta=1382000 ns, racy<=17500 ns 18:36:50.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.498098000, lastModified=2022-07-06 18:36:50.497208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.498098000, lastModified=2022-07-06 18:36:50.497208000, delta=890000 ns, racy<=17500 ns 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.498586000, lastModified=2022-07-06 18:36:50.497208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.498586000, lastModified=2022-07-06 18:36:50.497208000, delta=1378000 ns, racy<=17500 ns 18:36:50.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.536775000, lastModified=2022-07-06 18:36:50.497208000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.497208000 to 2022-07-06 18:36:50.536209000 18:36:50.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.537516000, lastModified=2022-07-06 18:36:50.536209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.537516000, lastModified=2022-07-06 18:36:50.536209000, delta=1307000 ns, racy<=17500 ns 18:36:50.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.538075000, lastModified=2022-07-06 18:36:50.537209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.538075000, lastModified=2022-07-06 18:36:50.537209000, delta=866000 ns, racy<=17500 ns 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.538581000, lastModified=2022-07-06 18:36:50.537209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.538581000, lastModified=2022-07-06 18:36:50.537209000, delta=1372000 ns, racy<=17500 ns 18:36:50.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.539105000, lastModified=2022-07-06 18:36:50.538209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.539105000, lastModified=2022-07-06 18:36:50.538209000, delta=896000 ns, racy<=17500 ns 18:36:50.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.540019000, lastModified=2022-07-06 18:36:50.539209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.540019000, lastModified=2022-07-06 18:36:50.539209000, delta=810000 ns, racy<=17500 ns 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.540489000, lastModified=2022-07-06 18:36:50.539209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.540489000, lastModified=2022-07-06 18:36:50.539209000, delta=1280000 ns, racy<=17500 ns 18:36:50.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.541037000, lastModified=2022-07-06 18:36:50.540209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.541037000, lastModified=2022-07-06 18:36:50.540209000, delta=828000 ns, racy<=17500 ns 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.541555000, lastModified=2022-07-06 18:36:50.540209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.541555000, lastModified=2022-07-06 18:36:50.540209000, delta=1346000 ns, racy<=17500 ns 18:36:50.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.542468000, lastModified=2022-07-06 18:36:50.541209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.542468000, lastModified=2022-07-06 18:36:50.541209000, delta=1259000 ns, racy<=17500 ns 18:36:50.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.543014000, lastModified=2022-07-06 18:36:50.542209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.543014000, lastModified=2022-07-06 18:36:50.542209000, delta=805000 ns, racy<=17500 ns 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.543507000, lastModified=2022-07-06 18:36:50.542209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.543507000, lastModified=2022-07-06 18:36:50.542209000, delta=1298000 ns, racy<=17500 ns 18:36:50.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.544018000, lastModified=2022-07-06 18:36:50.543209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.544018000, lastModified=2022-07-06 18:36:50.543209000, delta=809000 ns, racy<=17500 ns 18:36:50.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.544502000, lastModified=2022-07-06 18:36:50.543209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.544502000, lastModified=2022-07-06 18:36:50.543209000, delta=1293000 ns, racy<=17500 ns 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.545451000, lastModified=2022-07-06 18:36:50.544209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.545451000, lastModified=2022-07-06 18:36:50.544209000, delta=1242000 ns, racy<=17500 ns 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.545957000, lastModified=2022-07-06 18:36:50.544209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.544209000 to 2022-07-06 18:36:50.545209000 18:36:50.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.546422000, lastModified=2022-07-06 18:36:50.545209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.546422000, lastModified=2022-07-06 18:36:50.545209000, delta=1213000 ns, racy<=17500 ns 18:36:50.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.546872000, lastModified=2022-07-06 18:36:50.545209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.545209000 to 2022-07-06 18:36:50.546209000 18:36:50.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.547665000, lastModified=2022-07-06 18:36:50.546209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.546209000 to 2022-07-06 18:36:50.547209000 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.548230000, lastModified=2022-07-06 18:36:50.547209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.548230000, lastModified=2022-07-06 18:36:50.547209000, delta=1021000 ns, racy<=17500 ns 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.548645000, lastModified=2022-07-06 18:36:50.547209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.548645000, lastModified=2022-07-06 18:36:50.547209000, delta=1436000 ns, racy<=17500 ns 18:36:50.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.549123000, lastModified=2022-07-06 18:36:50.548209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.549123000, lastModified=2022-07-06 18:36:50.548209000, delta=914000 ns, racy<=17500 ns 18:36:50.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.549530000, lastModified=2022-07-06 18:36:50.548209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.549530000, lastModified=2022-07-06 18:36:50.548209000, delta=1321000 ns, racy<=17500 ns 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.550456000, lastModified=2022-07-06 18:36:50.549209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.550456000, lastModified=2022-07-06 18:36:50.549209000, delta=1247000 ns, racy<=17500 ns 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.550934000, lastModified=2022-07-06 18:36:50.549209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.549209000 to 2022-07-06 18:36:50.550209000 18:36:50.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.551434000, lastModified=2022-07-06 18:36:50.550209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.551434000, lastModified=2022-07-06 18:36:50.550209000, delta=1225000 ns, racy<=17500 ns 18:36:50.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.551953000, lastModified=2022-07-06 18:36:50.550209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.550209000 to 2022-07-06 18:36:50.551209000 18:36:50.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.552831000, lastModified=2022-07-06 18:36:50.551209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.551209000 to 2022-07-06 18:36:50.552209000 18:36:50.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.553368000, lastModified=2022-07-06 18:36:50.552209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.553368000, lastModified=2022-07-06 18:36:50.552209000, delta=1159000 ns, racy<=17500 ns 18:36:50.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.553846000, lastModified=2022-07-06 18:36:50.552209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.552209000 to 2022-07-06 18:36:50.553209000 18:36:50.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.554345000, lastModified=2022-07-06 18:36:50.553209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.554345000, lastModified=2022-07-06 18:36:50.553209000, delta=1136000 ns, racy<=17500 ns 18:36:50.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.554827000, lastModified=2022-07-06 18:36:50.553209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.553209000 to 2022-07-06 18:36:50.554209000 18:36:50.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.555741000, lastModified=2022-07-06 18:36:50.554209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.554209000 to 2022-07-06 18:36:50.555209000 18:36:50.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.556251000, lastModified=2022-07-06 18:36:50.555209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.556251000, lastModified=2022-07-06 18:36:50.555209000, delta=1042000 ns, racy<=17500 ns 18:36:50.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.556741000, lastModified=2022-07-06 18:36:50.555209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.555209000 to 2022-07-06 18:36:50.556209000 18:36:50.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.557305000, lastModified=2022-07-06 18:36:50.556209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.557305000, lastModified=2022-07-06 18:36:50.556209000, delta=1096000 ns, racy<=17500 ns 18:36:50.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.558207000, lastModified=2022-07-06 18:36:50.556209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.556209000 to 2022-07-06 18:36:50.557209000 18:36:50.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.558857000, lastModified=2022-07-06 18:36:50.557209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.557209000 to 2022-07-06 18:36:50.558209000 18:36:50.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.559348000, lastModified=2022-07-06 18:36:50.558209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.559348000, lastModified=2022-07-06 18:36:50.558209000, delta=1139000 ns, racy<=17500 ns 18:36:50.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.559824000, lastModified=2022-07-06 18:36:50.558209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.558209000 to 2022-07-06 18:36:50.559209000 18:36:50.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.560300000, lastModified=2022-07-06 18:36:50.559209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.560300000, lastModified=2022-07-06 18:36:50.559209000, delta=1091000 ns, racy<=17500 ns 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.561344000, lastModified=2022-07-06 18:36:50.560209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.561344000, lastModified=2022-07-06 18:36:50.560209000, delta=1135000 ns, racy<=17500 ns 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.561777000, lastModified=2022-07-06 18:36:50.560209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.560209000 to 2022-07-06 18:36:50.561209000 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.562319000, lastModified=2022-07-06 18:36:50.561209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.562319000, lastModified=2022-07-06 18:36:50.561209000, delta=1110000 ns, racy<=17500 ns 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.562683000, lastModified=2022-07-06 18:36:50.561209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.562683000, lastModified=2022-07-06 18:36:50.561209000, delta=1474000 ns, racy<=17500 ns 18:36:50.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.563434000, lastModified=2022-07-06 18:36:50.562209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.563434000, lastModified=2022-07-06 18:36:50.562209000, delta=1225000 ns, racy<=17500 ns 18:36:50.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.564046000, lastModified=2022-07-06 18:36:50.563209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.564046000, lastModified=2022-07-06 18:36:50.563209000, delta=837000 ns, racy<=17500 ns 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.564452000, lastModified=2022-07-06 18:36:50.563209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.564452000, lastModified=2022-07-06 18:36:50.563209000, delta=1243000 ns, racy<=17500 ns 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.564853000, lastModified=2022-07-06 18:36:50.563209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.563209000 to 2022-07-06 18:36:50.564209000 18:36:50.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.565331000, lastModified=2022-07-06 18:36:50.564209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.565331000, lastModified=2022-07-06 18:36:50.564209000, delta=1122000 ns, racy<=17500 ns 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.566370000, lastModified=2022-07-06 18:36:50.565209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.566370000, lastModified=2022-07-06 18:36:50.565209000, delta=1161000 ns, racy<=17500 ns 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.566873000, lastModified=2022-07-06 18:36:50.565209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.565209000 to 2022-07-06 18:36:50.566209000 18:36:50.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.567369000, lastModified=2022-07-06 18:36:50.566209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.567369000, lastModified=2022-07-06 18:36:50.566209000, delta=1160000 ns, racy<=17500 ns 18:36:50.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.567854000, lastModified=2022-07-06 18:36:50.566209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.566209000 to 2022-07-06 18:36:50.567209000 18:36:50.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.568690000, lastModified=2022-07-06 18:36:50.567209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.567209000 to 2022-07-06 18:36:50.568209000 18:36:50.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.569357000, lastModified=2022-07-06 18:36:50.568209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.569357000, lastModified=2022-07-06 18:36:50.568209000, delta=1148000 ns, racy<=17500 ns 18:36:50.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.569846000, lastModified=2022-07-06 18:36:50.568209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.568209000 to 2022-07-06 18:36:50.569209000 18:36:50.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.570324000, lastModified=2022-07-06 18:36:50.569209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.570324000, lastModified=2022-07-06 18:36:50.569209000, delta=1115000 ns, racy<=17500 ns 18:36:50.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.570791000, lastModified=2022-07-06 18:36:50.569209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.569209000 to 2022-07-06 18:36:50.570209000 18:36:50.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.571846000, lastModified=2022-07-06 18:36:50.570209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.570209000 to 2022-07-06 18:36:50.571209000 18:36:50.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.572308000, lastModified=2022-07-06 18:36:50.571209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.572308000, lastModified=2022-07-06 18:36:50.571209000, delta=1099000 ns, racy<=17500 ns 18:36:50.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.572773000, lastModified=2022-07-06 18:36:50.571209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.571209000 to 2022-07-06 18:36:50.572209000 18:36:50.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.573204000, lastModified=2022-07-06 18:36:50.572209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.573204000, lastModified=2022-07-06 18:36:50.572209000, delta=995000 ns, racy<=17500 ns 18:36:50.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.573956000, lastModified=2022-07-06 18:36:50.572209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.572209000 to 2022-07-06 18:36:50.573209000 18:36:50.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.574539000, lastModified=2022-07-06 18:36:50.573209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.574539000, lastModified=2022-07-06 18:36:50.573209000, delta=1330000 ns, racy<=17500 ns 18:36:50.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.574988000, lastModified=2022-07-06 18:36:50.573209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.573209000 to 2022-07-06 18:36:50.574209000 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.575364000, lastModified=2022-07-06 18:36:50.574209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.575364000, lastModified=2022-07-06 18:36:50.574209000, delta=1155000 ns, racy<=17500 ns 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.575711000, lastModified=2022-07-06 18:36:50.574209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.575711000, lastModified=2022-07-06 18:36:50.574209000, delta=1502000 ns, racy<=17500 ns 18:36:50.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.576823000, lastModified=2022-07-06 18:36:50.575209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.575209000 to 2022-07-06 18:36:50.576209000 18:36:50.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.577363000, lastModified=2022-07-06 18:36:50.576209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.577363000, lastModified=2022-07-06 18:36:50.576209000, delta=1154000 ns, racy<=17500 ns 18:36:50.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.577821000, lastModified=2022-07-06 18:36:50.576209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.576209000 to 2022-07-06 18:36:50.577209000 18:36:50.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.578307000, lastModified=2022-07-06 18:36:50.577209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.578307000, lastModified=2022-07-06 18:36:50.577209000, delta=1098000 ns, racy<=17500 ns 18:36:50.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.579177000, lastModified=2022-07-06 18:36:50.577209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.577209000 to 2022-07-06 18:36:50.578209000 18:36:50.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.579811000, lastModified=2022-07-06 18:36:50.578209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.578209000 to 2022-07-06 18:36:50.579209000 18:36:50.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.580325000, lastModified=2022-07-06 18:36:50.579209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.580325000, lastModified=2022-07-06 18:36:50.579209000, delta=1116000 ns, racy<=17500 ns 18:36:50.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.580786000, lastModified=2022-07-06 18:36:50.579209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.579209000 to 2022-07-06 18:36:50.580209000 18:36:50.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.581268000, lastModified=2022-07-06 18:36:50.580209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.581268000, lastModified=2022-07-06 18:36:50.580209000, delta=1059000 ns, racy<=17500 ns 18:36:50.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.582286000, lastModified=2022-07-06 18:36:50.581209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.582286000, lastModified=2022-07-06 18:36:50.581209000, delta=1077000 ns, racy<=17500 ns 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.582709000, lastModified=2022-07-06 18:36:50.581209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.582709000, lastModified=2022-07-06 18:36:50.581209000, delta=1500000 ns, racy<=17500 ns 18:36:50.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.583108000, lastModified=2022-07-06 18:36:50.582209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.583108000, lastModified=2022-07-06 18:36:50.582209000, delta=899000 ns, racy<=17500 ns 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.583435000, lastModified=2022-07-06 18:36:50.582209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.583435000, lastModified=2022-07-06 18:36:50.582209000, delta=1226000 ns, racy<=17500 ns 18:36:50.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.584313000, lastModified=2022-07-06 18:36:50.582209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.582209000 to 2022-07-06 18:36:50.583209000 18:36:50.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.584930000, lastModified=2022-07-06 18:36:50.583209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.583209000 to 2022-07-06 18:36:50.584209000 18:36:50.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.585371000, lastModified=2022-07-06 18:36:50.584209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.585371000, lastModified=2022-07-06 18:36:50.584209000, delta=1162000 ns, racy<=17500 ns 18:36:50.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.585819000, lastModified=2022-07-06 18:36:50.584209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.584209000 to 2022-07-06 18:36:50.585209000 18:36:50.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.586207000, lastModified=2022-07-06 18:36:50.585209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.586207000, lastModified=2022-07-06 18:36:50.585209000, delta=998000 ns, racy<=17500 ns 18:36:50.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.587172000, lastModified=2022-07-06 18:36:50.586209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.587172000, lastModified=2022-07-06 18:36:50.586209000, delta=963000 ns, racy<=17500 ns 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.587530000, lastModified=2022-07-06 18:36:50.586209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.587530000, lastModified=2022-07-06 18:36:50.586209000, delta=1321000 ns, racy<=17500 ns 18:36:50.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.587987000, lastModified=2022-07-06 18:36:50.586209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.586209000 to 2022-07-06 18:36:50.587209000 18:36:50.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.588395000, lastModified=2022-07-06 18:36:50.587209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.588395000, lastModified=2022-07-06 18:36:50.587209000, delta=1186000 ns, racy<=17500 ns 18:36:50.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.589189000, lastModified=2022-07-06 18:36:50.587209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.587209000 to 2022-07-06 18:36:50.588209000 18:36:50.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.589782000, lastModified=2022-07-06 18:36:50.588209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.588209000 to 2022-07-06 18:36:50.589209000 18:36:50.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.590217000, lastModified=2022-07-06 18:36:50.589209000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.589209000 to 2022-07-06 18:36:50.636210000 18:36:50.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.637418000, lastModified=2022-07-06 18:36:50.636210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.637418000, lastModified=2022-07-06 18:36:50.636210000, delta=1208000 ns, racy<=17500 ns 18:36:50.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.638066000, lastModified=2022-07-06 18:36:50.637210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.638066000, lastModified=2022-07-06 18:36:50.637210000, delta=856000 ns, racy<=17500 ns 18:36:50.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.639137000, lastModified=2022-07-06 18:36:50.638210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.639137000, lastModified=2022-07-06 18:36:50.638210000, delta=927000 ns, racy<=17500 ns 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.639485000, lastModified=2022-07-06 18:36:50.638210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.639485000, lastModified=2022-07-06 18:36:50.638210000, delta=1275000 ns, racy<=17500 ns 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.639919000, lastModified=2022-07-06 18:36:50.638210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.638210000 to 2022-07-06 18:36:50.639210000 18:36:50.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.640366000, lastModified=2022-07-06 18:36:50.639210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.640366000, lastModified=2022-07-06 18:36:50.639210000, delta=1156000 ns, racy<=17500 ns 18:36:50.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.641262000, lastModified=2022-07-06 18:36:50.639210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.639210000 to 2022-07-06 18:36:50.640210000 18:36:50.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.641858000, lastModified=2022-07-06 18:36:50.640210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.640210000 to 2022-07-06 18:36:50.641210000 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.642325000, lastModified=2022-07-06 18:36:50.641210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.642325000, lastModified=2022-07-06 18:36:50.641210000, delta=1115000 ns, racy<=17500 ns 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.642757000, lastModified=2022-07-06 18:36:50.641210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.642757000, lastModified=2022-07-06 18:36:50.641210000, delta=1547000 ns, racy<=17500 ns 18:36:50.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.643174000, lastModified=2022-07-06 18:36:50.642210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.643174000, lastModified=2022-07-06 18:36:50.642210000, delta=964000 ns, racy<=17500 ns 18:36:50.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.644000000, lastModified=2022-07-06 18:36:50.643210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.644000000, lastModified=2022-07-06 18:36:50.643210000, delta=790000 ns, racy<=17500 ns 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.644327000, lastModified=2022-07-06 18:36:50.643210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.644327000, lastModified=2022-07-06 18:36:50.643210000, delta=1117000 ns, racy<=17500 ns 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.644713000, lastModified=2022-07-06 18:36:50.643210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.644713000, lastModified=2022-07-06 18:36:50.643210000, delta=1503000 ns, racy<=17500 ns 18:36:50.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.645183000, lastModified=2022-07-06 18:36:50.644210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.645183000, lastModified=2022-07-06 18:36:50.644210000, delta=973000 ns, racy<=17500 ns 18:36:50.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.646005000, lastModified=2022-07-06 18:36:50.644210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.644210000 to 2022-07-06 18:36:50.645210000 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.646483000, lastModified=2022-07-06 18:36:50.645210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.646483000, lastModified=2022-07-06 18:36:50.645210000, delta=1273000 ns, racy<=17500 ns 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.646939000, lastModified=2022-07-06 18:36:50.645210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.645210000 to 2022-07-06 18:36:50.646210000 18:36:50.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.647337000, lastModified=2022-07-06 18:36:50.646210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.647337000, lastModified=2022-07-06 18:36:50.646210000, delta=1127000 ns, racy<=17500 ns 18:36:50.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.647663000, lastModified=2022-07-06 18:36:50.646210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.647663000, lastModified=2022-07-06 18:36:50.646210000, delta=1453000 ns, racy<=17500 ns 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.648484000, lastModified=2022-07-06 18:36:50.647210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.648484000, lastModified=2022-07-06 18:36:50.647210000, delta=1274000 ns, racy<=17500 ns 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.648923000, lastModified=2022-07-06 18:36:50.647210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.647210000 to 2022-07-06 18:36:50.648210000 18:36:50.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.649335000, lastModified=2022-07-06 18:36:50.648210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.649335000, lastModified=2022-07-06 18:36:50.648210000, delta=1125000 ns, racy<=17500 ns 18:36:50.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.649759000, lastModified=2022-07-06 18:36:50.648210000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.649759000, lastModified=2022-07-06 18:36:50.648210000, delta=1549000 ns, racy<=17500 ns 18:36:50.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.650629000, lastModified=2022-07-06 18:36:50.649211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.650629000, lastModified=2022-07-06 18:36:50.649211000, delta=1418000 ns, racy<=17500 ns 18:36:50.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.651165000, lastModified=2022-07-06 18:36:50.650211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.651165000, lastModified=2022-07-06 18:36:50.650211000, delta=954000 ns, racy<=17500 ns 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.651588000, lastModified=2022-07-06 18:36:50.650211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.651588000, lastModified=2022-07-06 18:36:50.650211000, delta=1377000 ns, racy<=17500 ns 18:36:50.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.652016000, lastModified=2022-07-06 18:36:50.651211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.652016000, lastModified=2022-07-06 18:36:50.651211000, delta=805000 ns, racy<=17500 ns 18:36:50.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.652377000, lastModified=2022-07-06 18:36:50.651211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.652377000, lastModified=2022-07-06 18:36:50.651211000, delta=1166000 ns, racy<=17500 ns 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.653213000, lastModified=2022-07-06 18:36:50.652211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.653213000, lastModified=2022-07-06 18:36:50.652211000, delta=1002000 ns, racy<=17500 ns 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.653592000, lastModified=2022-07-06 18:36:50.652211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.653592000, lastModified=2022-07-06 18:36:50.652211000, delta=1381000 ns, racy<=17500 ns 18:36:50.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.654070000, lastModified=2022-07-06 18:36:50.653211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.654070000, lastModified=2022-07-06 18:36:50.653211000, delta=859000 ns, racy<=17500 ns 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.654413000, lastModified=2022-07-06 18:36:50.653211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.654413000, lastModified=2022-07-06 18:36:50.653211000, delta=1202000 ns, racy<=17500 ns 18:36:50.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.655132000, lastModified=2022-07-06 18:36:50.653211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.653211000 to 2022-07-06 18:36:50.654211000 18:36:50.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.655594000, lastModified=2022-07-06 18:36:50.654211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.655594000, lastModified=2022-07-06 18:36:50.654211000, delta=1383000 ns, racy<=17500 ns 18:36:50.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.656052000, lastModified=2022-07-06 18:36:50.655211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.656052000, lastModified=2022-07-06 18:36:50.655211000, delta=841000 ns, racy<=17500 ns 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.656495000, lastModified=2022-07-06 18:36:50.655211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.656495000, lastModified=2022-07-06 18:36:50.655211000, delta=1284000 ns, racy<=17500 ns 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.656925000, lastModified=2022-07-06 18:36:50.655211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.655211000 to 2022-07-06 18:36:50.656211000 18:36:50.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.657771000, lastModified=2022-07-06 18:36:50.656211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.657771000, lastModified=2022-07-06 18:36:50.656211000, delta=1560000 ns, racy<=17500 ns 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.658231000, lastModified=2022-07-06 18:36:50.657211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.658231000, lastModified=2022-07-06 18:36:50.657211000, delta=1020000 ns, racy<=17500 ns 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.658633000, lastModified=2022-07-06 18:36:50.657211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.658633000, lastModified=2022-07-06 18:36:50.657211000, delta=1422000 ns, racy<=17500 ns 18:36:50.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.659037000, lastModified=2022-07-06 18:36:50.658211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.659037000, lastModified=2022-07-06 18:36:50.658211000, delta=826000 ns, racy<=17500 ns 18:36:50.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.659911000, lastModified=2022-07-06 18:36:50.658211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.658211000 to 2022-07-06 18:36:50.659211000 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.660331000, lastModified=2022-07-06 18:36:50.659211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.660331000, lastModified=2022-07-06 18:36:50.659211000, delta=1120000 ns, racy<=17500 ns 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.660740000, lastModified=2022-07-06 18:36:50.659211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.660740000, lastModified=2022-07-06 18:36:50.659211000, delta=1529000 ns, racy<=17500 ns 18:36:50.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.661182000, lastModified=2022-07-06 18:36:50.660211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.661182000, lastModified=2022-07-06 18:36:50.660211000, delta=971000 ns, racy<=17500 ns 18:36:50.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.661596000, lastModified=2022-07-06 18:36:50.660211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.661596000, lastModified=2022-07-06 18:36:50.660211000, delta=1385000 ns, racy<=17500 ns 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.662477000, lastModified=2022-07-06 18:36:50.661211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.662477000, lastModified=2022-07-06 18:36:50.661211000, delta=1266000 ns, racy<=17500 ns 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.662939000, lastModified=2022-07-06 18:36:50.661211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.661211000 to 2022-07-06 18:36:50.662211000 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.663351000, lastModified=2022-07-06 18:36:50.662211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.663351000, lastModified=2022-07-06 18:36:50.662211000, delta=1140000 ns, racy<=17500 ns 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.663778000, lastModified=2022-07-06 18:36:50.662211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.663778000, lastModified=2022-07-06 18:36:50.662211000, delta=1567000 ns, racy<=17500 ns 18:36:50.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.664578000, lastModified=2022-07-06 18:36:50.663211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.664578000, lastModified=2022-07-06 18:36:50.663211000, delta=1367000 ns, racy<=17500 ns 18:36:50.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.665116000, lastModified=2022-07-06 18:36:50.664211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.665116000, lastModified=2022-07-06 18:36:50.664211000, delta=905000 ns, racy<=17500 ns 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.665505000, lastModified=2022-07-06 18:36:50.664211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.665505000, lastModified=2022-07-06 18:36:50.664211000, delta=1294000 ns, racy<=17500 ns 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.665957000, lastModified=2022-07-06 18:36:50.664211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.664211000 to 2022-07-06 18:36:50.665211000 18:36:50.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.666372000, lastModified=2022-07-06 18:36:50.665211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.666372000, lastModified=2022-07-06 18:36:50.665211000, delta=1161000 ns, racy<=17500 ns 18:36:50.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.667207000, lastModified=2022-07-06 18:36:50.666211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.667207000, lastModified=2022-07-06 18:36:50.666211000, delta=996000 ns, racy<=17500 ns 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.667585000, lastModified=2022-07-06 18:36:50.666211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.667585000, lastModified=2022-07-06 18:36:50.666211000, delta=1374000 ns, racy<=17500 ns 18:36:50.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.668041000, lastModified=2022-07-06 18:36:50.667211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.668041000, lastModified=2022-07-06 18:36:50.667211000, delta=830000 ns, racy<=17500 ns 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.668434000, lastModified=2022-07-06 18:36:50.667211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.668434000, lastModified=2022-07-06 18:36:50.667211000, delta=1223000 ns, racy<=17500 ns 18:36:50.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.669162000, lastModified=2022-07-06 18:36:50.667211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.667211000 to 2022-07-06 18:36:50.668211000 18:36:50.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.669626000, lastModified=2022-07-06 18:36:50.668211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.669626000, lastModified=2022-07-06 18:36:50.668211000, delta=1415000 ns, racy<=17500 ns 18:36:50.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.670066000, lastModified=2022-07-06 18:36:50.669211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.670066000, lastModified=2022-07-06 18:36:50.669211000, delta=855000 ns, racy<=17500 ns 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.670459000, lastModified=2022-07-06 18:36:50.669211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.670459000, lastModified=2022-07-06 18:36:50.669211000, delta=1248000 ns, racy<=17500 ns 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.670864000, lastModified=2022-07-06 18:36:50.669211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.669211000 to 2022-07-06 18:36:50.670211000 18:36:50.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.671702000, lastModified=2022-07-06 18:36:50.670211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.671702000, lastModified=2022-07-06 18:36:50.670211000, delta=1491000 ns, racy<=17500 ns 18:36:50.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.672067000, lastModified=2022-07-06 18:36:50.671211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.672067000, lastModified=2022-07-06 18:36:50.671211000, delta=856000 ns, racy<=17500 ns 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.672449000, lastModified=2022-07-06 18:36:50.671211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.672449000, lastModified=2022-07-06 18:36:50.671211000, delta=1238000 ns, racy<=17500 ns 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.672841000, lastModified=2022-07-06 18:36:50.671211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.671211000 to 2022-07-06 18:36:50.672211000 18:36:50.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.673528000, lastModified=2022-07-06 18:36:50.672211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.673528000, lastModified=2022-07-06 18:36:50.672211000, delta=1317000 ns, racy<=17500 ns 18:36:50.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.674000000, lastModified=2022-07-06 18:36:50.672211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.672211000 to 2022-07-06 18:36:50.673211000 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.674310000, lastModified=2022-07-06 18:36:50.673211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.674310000, lastModified=2022-07-06 18:36:50.673211000, delta=1099000 ns, racy<=17500 ns 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.674874000, lastModified=2022-07-06 18:36:50.673211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.673211000 to 2022-07-06 18:36:50.674211000 18:36:50.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.675272000, lastModified=2022-07-06 18:36:50.674211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.675272000, lastModified=2022-07-06 18:36:50.674211000, delta=1061000 ns, racy<=17500 ns 18:36:50.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.676064000, lastModified=2022-07-06 18:36:50.675211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.676064000, lastModified=2022-07-06 18:36:50.675211000, delta=853000 ns, racy<=17500 ns 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.676434000, lastModified=2022-07-06 18:36:50.675211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.676434000, lastModified=2022-07-06 18:36:50.675211000, delta=1223000 ns, racy<=17500 ns 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.676845000, lastModified=2022-07-06 18:36:50.675211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.675211000 to 2022-07-06 18:36:50.676211000 18:36:50.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.677209000, lastModified=2022-07-06 18:36:50.676211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.677209000, lastModified=2022-07-06 18:36:50.676211000, delta=998000 ns, racy<=17500 ns 18:36:50.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.677836000, lastModified=2022-07-06 18:36:50.676211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.676211000 to 2022-07-06 18:36:50.677211000 18:36:50.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.678435000, lastModified=2022-07-06 18:36:50.677211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.678435000, lastModified=2022-07-06 18:36:50.677211000, delta=1224000 ns, racy<=17500 ns 18:36:50.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.678812000, lastModified=2022-07-06 18:36:50.677211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.677211000 to 2022-07-06 18:36:50.678211000 18:36:50.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.679246000, lastModified=2022-07-06 18:36:50.678211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.679246000, lastModified=2022-07-06 18:36:50.678211000, delta=1035000 ns, racy<=17500 ns 18:36:50.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.679665000, lastModified=2022-07-06 18:36:50.678211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.679665000, lastModified=2022-07-06 18:36:50.678211000, delta=1454000 ns, racy<=17500 ns 18:36:50.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.680732000, lastModified=2022-07-06 18:36:50.679211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.680732000, lastModified=2022-07-06 18:36:50.679211000, delta=1521000 ns, racy<=17500 ns 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.681216000, lastModified=2022-07-06 18:36:50.680211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.681216000, lastModified=2022-07-06 18:36:50.680211000, delta=1005000 ns, racy<=17500 ns 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.681657000, lastModified=2022-07-06 18:36:50.680211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.681657000, lastModified=2022-07-06 18:36:50.680211000, delta=1446000 ns, racy<=17500 ns 18:36:50.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.682132000, lastModified=2022-07-06 18:36:50.681211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.682132000, lastModified=2022-07-06 18:36:50.681211000, delta=921000 ns, racy<=17500 ns 18:36:50.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.682865000, lastModified=2022-07-06 18:36:50.681211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.681211000 to 2022-07-06 18:36:50.682211000 18:36:50.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.683445000, lastModified=2022-07-06 18:36:50.682211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.683445000, lastModified=2022-07-06 18:36:50.682211000, delta=1234000 ns, racy<=17500 ns 18:36:50.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.683861000, lastModified=2022-07-06 18:36:50.682211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.682211000 to 2022-07-06 18:36:50.683211000 18:36:50.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.684267000, lastModified=2022-07-06 18:36:50.683211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.684267000, lastModified=2022-07-06 18:36:50.683211000, delta=1056000 ns, racy<=17500 ns 18:36:50.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.684695000, lastModified=2022-07-06 18:36:50.683211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.684695000, lastModified=2022-07-06 18:36:50.683211000, delta=1484000 ns, racy<=17500 ns 18:36:50.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.685602000, lastModified=2022-07-06 18:36:50.684211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.685602000, lastModified=2022-07-06 18:36:50.684211000, delta=1391000 ns, racy<=17500 ns 18:36:50.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.686058000, lastModified=2022-07-06 18:36:50.685211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.686058000, lastModified=2022-07-06 18:36:50.685211000, delta=847000 ns, racy<=17500 ns 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.686497000, lastModified=2022-07-06 18:36:50.685211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.686497000, lastModified=2022-07-06 18:36:50.685211000, delta=1286000 ns, racy<=17500 ns 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.686979000, lastModified=2022-07-06 18:36:50.685211000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.685211000 to 2022-07-06 18:36:50.686211000 18:36:50.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.737593000, lastModified=2022-07-06 18:36:50.735212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.735212000 to 2022-07-06 18:36:50.736212000 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.738249000, lastModified=2022-07-06 18:36:50.737212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.738249000, lastModified=2022-07-06 18:36:50.737212000, delta=1037000 ns, racy<=17500 ns 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.738625000, lastModified=2022-07-06 18:36:50.737212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.738625000, lastModified=2022-07-06 18:36:50.737212000, delta=1413000 ns, racy<=17500 ns 18:36:50.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.739022000, lastModified=2022-07-06 18:36:50.738212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.739022000, lastModified=2022-07-06 18:36:50.738212000, delta=810000 ns, racy<=17500 ns 18:36:50.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.739460000, lastModified=2022-07-06 18:36:50.738212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.739460000, lastModified=2022-07-06 18:36:50.738212000, delta=1248000 ns, racy<=17500 ns 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.740418000, lastModified=2022-07-06 18:36:50.739212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.740418000, lastModified=2022-07-06 18:36:50.739212000, delta=1206000 ns, racy<=17500 ns 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.740789000, lastModified=2022-07-06 18:36:50.739212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.740789000, lastModified=2022-07-06 18:36:50.739212000, delta=1577000 ns, racy<=17500 ns 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.741208000, lastModified=2022-07-06 18:36:50.740212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.741208000, lastModified=2022-07-06 18:36:50.740212000, delta=996000 ns, racy<=17500 ns 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.741608000, lastModified=2022-07-06 18:36:50.740212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.741608000, lastModified=2022-07-06 18:36:50.740212000, delta=1396000 ns, racy<=17500 ns 18:36:50.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.742446000, lastModified=2022-07-06 18:36:50.740212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.740212000 to 2022-07-06 18:36:50.741212000 18:36:50.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.742947000, lastModified=2022-07-06 18:36:50.741212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.741212000 to 2022-07-06 18:36:50.742212000 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.743290000, lastModified=2022-07-06 18:36:50.742212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.743290000, lastModified=2022-07-06 18:36:50.742212000, delta=1078000 ns, racy<=17500 ns 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.743651000, lastModified=2022-07-06 18:36:50.742212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.743651000, lastModified=2022-07-06 18:36:50.742212000, delta=1439000 ns, racy<=17500 ns 18:36:50.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.744008000, lastModified=2022-07-06 18:36:50.743212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.744008000, lastModified=2022-07-06 18:36:50.743212000, delta=796000 ns, racy<=17500 ns 18:36:50.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.744977000, lastModified=2022-07-06 18:36:50.743212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.743212000 to 2022-07-06 18:36:50.744212000 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.745278000, lastModified=2022-07-06 18:36:50.744212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.745278000, lastModified=2022-07-06 18:36:50.744212000, delta=1066000 ns, racy<=17500 ns 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.745664000, lastModified=2022-07-06 18:36:50.744212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.745664000, lastModified=2022-07-06 18:36:50.744212000, delta=1452000 ns, racy<=17500 ns 18:36:50.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.746054000, lastModified=2022-07-06 18:36:50.745212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.746054000, lastModified=2022-07-06 18:36:50.745212000, delta=842000 ns, racy<=17500 ns 18:36:50.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.746993000, lastModified=2022-07-06 18:36:50.745212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.745212000 to 2022-07-06 18:36:50.746212000 18:36:50.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.747638000, lastModified=2022-07-06 18:36:50.746212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.747638000, lastModified=2022-07-06 18:36:50.746212000, delta=1426000 ns, racy<=17500 ns 18:36:50.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.748097000, lastModified=2022-07-06 18:36:50.747212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.748097000, lastModified=2022-07-06 18:36:50.747212000, delta=885000 ns, racy<=17500 ns 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.748553000, lastModified=2022-07-06 18:36:50.747212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.748553000, lastModified=2022-07-06 18:36:50.747212000, delta=1341000 ns, racy<=17500 ns 18:36:50.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.749000000, lastModified=2022-07-06 18:36:50.748212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.749000000, lastModified=2022-07-06 18:36:50.748212000, delta=788000 ns, racy<=17500 ns 18:36:50.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.749998000, lastModified=2022-07-06 18:36:50.748212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.748212000 to 2022-07-06 18:36:50.749212000 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.750467000, lastModified=2022-07-06 18:36:50.749212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.750467000, lastModified=2022-07-06 18:36:50.749212000, delta=1255000 ns, racy<=17500 ns 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.750975000, lastModified=2022-07-06 18:36:50.749212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.749212000 to 2022-07-06 18:36:50.750212000 18:36:50.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.751440000, lastModified=2022-07-06 18:36:50.750212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.751440000, lastModified=2022-07-06 18:36:50.750212000, delta=1228000 ns, racy<=17500 ns 18:36:50.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.752284000, lastModified=2022-07-06 18:36:50.750212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.750212000 to 2022-07-06 18:36:50.751212000 18:36:50.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.752913000, lastModified=2022-07-06 18:36:50.751212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.751212000 to 2022-07-06 18:36:50.752212000 18:36:50.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.753331000, lastModified=2022-07-06 18:36:50.752212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.753331000, lastModified=2022-07-06 18:36:50.752212000, delta=1119000 ns, racy<=17500 ns 18:36:50.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.753789000, lastModified=2022-07-06 18:36:50.752212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.752212000 to 2022-07-06 18:36:50.753212000 18:36:50.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.754299000, lastModified=2022-07-06 18:36:50.753212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.754299000, lastModified=2022-07-06 18:36:50.753212000, delta=1087000 ns, racy<=17500 ns 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.755366000, lastModified=2022-07-06 18:36:50.754212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.755366000, lastModified=2022-07-06 18:36:50.754212000, delta=1154000 ns, racy<=17500 ns 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.755814000, lastModified=2022-07-06 18:36:50.754212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.754212000 to 2022-07-06 18:36:50.755212000 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.756249000, lastModified=2022-07-06 18:36:50.755212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.756249000, lastModified=2022-07-06 18:36:50.755212000, delta=1037000 ns, racy<=17500 ns 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.756700000, lastModified=2022-07-06 18:36:50.755212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.756700000, lastModified=2022-07-06 18:36:50.755212000, delta=1488000 ns, racy<=17500 ns 18:36:50.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.757476000, lastModified=2022-07-06 18:36:50.756212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.757476000, lastModified=2022-07-06 18:36:50.756212000, delta=1264000 ns, racy<=17500 ns 18:36:50.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.758145000, lastModified=2022-07-06 18:36:50.757212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.758145000, lastModified=2022-07-06 18:36:50.757212000, delta=933000 ns, racy<=17500 ns 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.758586000, lastModified=2022-07-06 18:36:50.757212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.758586000, lastModified=2022-07-06 18:36:50.757212000, delta=1374000 ns, racy<=17500 ns 18:36:50.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.759037000, lastModified=2022-07-06 18:36:50.758212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.759037000, lastModified=2022-07-06 18:36:50.758212000, delta=825000 ns, racy<=17500 ns 18:36:50.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.759464000, lastModified=2022-07-06 18:36:50.758212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.759464000, lastModified=2022-07-06 18:36:50.758212000, delta=1252000 ns, racy<=17500 ns 18:36:50.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.760347000, lastModified=2022-07-06 18:36:50.759212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.760347000, lastModified=2022-07-06 18:36:50.759212000, delta=1135000 ns, racy<=17500 ns 18:36:50.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.760807000, lastModified=2022-07-06 18:36:50.759212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.759212000 to 2022-07-06 18:36:50.760212000 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.761259000, lastModified=2022-07-06 18:36:50.760212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.761259000, lastModified=2022-07-06 18:36:50.760212000, delta=1047000 ns, racy<=17500 ns 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.761698000, lastModified=2022-07-06 18:36:50.760212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.761698000, lastModified=2022-07-06 18:36:50.760212000, delta=1486000 ns, racy<=17500 ns 18:36:50.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.762638000, lastModified=2022-07-06 18:36:50.761212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.761212000 to 2022-07-06 18:36:50.762212000 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.763215000, lastModified=2022-07-06 18:36:50.762212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.763215000, lastModified=2022-07-06 18:36:50.762212000, delta=1003000 ns, racy<=17500 ns 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.763551000, lastModified=2022-07-06 18:36:50.762212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.763551000, lastModified=2022-07-06 18:36:50.762212000, delta=1339000 ns, racy<=17500 ns 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.763902000, lastModified=2022-07-06 18:36:50.762212000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.762212000 to 2022-07-06 18:36:50.763213000 18:36:50.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.764216000, lastModified=2022-07-06 18:36:50.763213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.764216000, lastModified=2022-07-06 18:36:50.763213000, delta=1003000 ns, racy<=17500 ns 18:36:50.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.764967000, lastModified=2022-07-06 18:36:50.763213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.763213000 to 2022-07-06 18:36:50.764213000 18:36:50.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.765403000, lastModified=2022-07-06 18:36:50.764213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.765403000, lastModified=2022-07-06 18:36:50.764213000, delta=1190000 ns, racy<=17500 ns 18:36:50.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.766006000, lastModified=2022-07-06 18:36:50.765213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.766006000, lastModified=2022-07-06 18:36:50.765213000, delta=793000 ns, racy<=17500 ns 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.766527000, lastModified=2022-07-06 18:36:50.765213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.766527000, lastModified=2022-07-06 18:36:50.765213000, delta=1314000 ns, racy<=17500 ns 18:36:50.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.767464000, lastModified=2022-07-06 18:36:50.765213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.765213000 to 2022-07-06 18:36:50.766213000 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.768055000, lastModified=2022-07-06 18:36:50.767213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.768055000, lastModified=2022-07-06 18:36:50.767213000, delta=842000 ns, racy<=17500 ns 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.768492000, lastModified=2022-07-06 18:36:50.767213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.768492000, lastModified=2022-07-06 18:36:50.767213000, delta=1279000 ns, racy<=17500 ns 18:36:50.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.768994000, lastModified=2022-07-06 18:36:50.767213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.767213000 to 2022-07-06 18:36:50.768213000 18:36:50.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.769436000, lastModified=2022-07-06 18:36:50.768213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.769436000, lastModified=2022-07-06 18:36:50.768213000, delta=1223000 ns, racy<=17500 ns 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.770300000, lastModified=2022-07-06 18:36:50.769213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.770300000, lastModified=2022-07-06 18:36:50.769213000, delta=1087000 ns, racy<=17500 ns 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.770740000, lastModified=2022-07-06 18:36:50.769213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.770740000, lastModified=2022-07-06 18:36:50.769213000, delta=1527000 ns, racy<=17500 ns 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.771260000, lastModified=2022-07-06 18:36:50.770213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.771260000, lastModified=2022-07-06 18:36:50.770213000, delta=1047000 ns, racy<=17500 ns 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.771705000, lastModified=2022-07-06 18:36:50.770213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.771705000, lastModified=2022-07-06 18:36:50.770213000, delta=1492000 ns, racy<=17500 ns 18:36:50.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.772575000, lastModified=2022-07-06 18:36:50.771213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.772575000, lastModified=2022-07-06 18:36:50.771213000, delta=1362000 ns, racy<=17500 ns 18:36:50.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.773075000, lastModified=2022-07-06 18:36:50.772213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.773075000, lastModified=2022-07-06 18:36:50.772213000, delta=862000 ns, racy<=17500 ns 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.773522000, lastModified=2022-07-06 18:36:50.772213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.773522000, lastModified=2022-07-06 18:36:50.772213000, delta=1309000 ns, racy<=17500 ns 18:36:50.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.774004000, lastModified=2022-07-06 18:36:50.772213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.772213000 to 2022-07-06 18:36:50.773213000 18:36:50.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.774431000, lastModified=2022-07-06 18:36:50.773213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.774431000, lastModified=2022-07-06 18:36:50.773213000, delta=1218000 ns, racy<=17500 ns 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.775293000, lastModified=2022-07-06 18:36:50.774213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.775293000, lastModified=2022-07-06 18:36:50.774213000, delta=1080000 ns, racy<=17500 ns 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.775726000, lastModified=2022-07-06 18:36:50.774213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.775726000, lastModified=2022-07-06 18:36:50.774213000, delta=1513000 ns, racy<=17500 ns 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.776200000, lastModified=2022-07-06 18:36:50.775213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.776200000, lastModified=2022-07-06 18:36:50.775213000, delta=987000 ns, racy<=17500 ns 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.776663000, lastModified=2022-07-06 18:36:50.775213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.776663000, lastModified=2022-07-06 18:36:50.775213000, delta=1450000 ns, racy<=17500 ns 18:36:50.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.777406000, lastModified=2022-07-06 18:36:50.776213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.777406000, lastModified=2022-07-06 18:36:50.776213000, delta=1193000 ns, racy<=17500 ns 18:36:50.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.777921000, lastModified=2022-07-06 18:36:50.776213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.776213000 to 2022-07-06 18:36:50.777213000 18:36:50.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.778367000, lastModified=2022-07-06 18:36:50.777213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.778367000, lastModified=2022-07-06 18:36:50.777213000, delta=1154000 ns, racy<=17500 ns 18:36:50.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.778806000, lastModified=2022-07-06 18:36:50.777213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.777213000 to 2022-07-06 18:36:50.778213000 18:36:50.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.779267000, lastModified=2022-07-06 18:36:50.778213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.779267000, lastModified=2022-07-06 18:36:50.778213000, delta=1054000 ns, racy<=17500 ns 18:36:50.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.780019000, lastModified=2022-07-06 18:36:50.779213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.780019000, lastModified=2022-07-06 18:36:50.779213000, delta=806000 ns, racy<=17500 ns 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.780445000, lastModified=2022-07-06 18:36:50.779213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.780445000, lastModified=2022-07-06 18:36:50.779213000, delta=1232000 ns, racy<=17500 ns 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.780877000, lastModified=2022-07-06 18:36:50.779213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.779213000 to 2022-07-06 18:36:50.780213000 18:36:50.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.781325000, lastModified=2022-07-06 18:36:50.780213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.781325000, lastModified=2022-07-06 18:36:50.780213000, delta=1112000 ns, racy<=17500 ns 18:36:50.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.782187000, lastModified=2022-07-06 18:36:50.780213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.780213000 to 2022-07-06 18:36:50.781213000 18:36:50.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.782653000, lastModified=2022-07-06 18:36:50.781213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.782653000, lastModified=2022-07-06 18:36:50.781213000, delta=1440000 ns, racy<=17500 ns 18:36:50.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.783093000, lastModified=2022-07-06 18:36:50.782213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.783093000, lastModified=2022-07-06 18:36:50.782213000, delta=880000 ns, racy<=17500 ns 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.783420000, lastModified=2022-07-06 18:36:50.782213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.783420000, lastModified=2022-07-06 18:36:50.782213000, delta=1207000 ns, racy<=17500 ns 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.783759000, lastModified=2022-07-06 18:36:50.782213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.783759000, lastModified=2022-07-06 18:36:50.782213000, delta=1546000 ns, racy<=17500 ns 18:36:50.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.784690000, lastModified=2022-07-06 18:36:50.783213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.784690000, lastModified=2022-07-06 18:36:50.783213000, delta=1477000 ns, racy<=17500 ns 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.785162000, lastModified=2022-07-06 18:36:50.784213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.785162000, lastModified=2022-07-06 18:36:50.784213000, delta=949000 ns, racy<=17500 ns 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.785575000, lastModified=2022-07-06 18:36:50.784213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.785575000, lastModified=2022-07-06 18:36:50.784213000, delta=1362000 ns, racy<=17500 ns 18:36:50.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.786026000, lastModified=2022-07-06 18:36:50.785213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.786026000, lastModified=2022-07-06 18:36:50.785213000, delta=813000 ns, racy<=17500 ns 18:36:50.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.786701000, lastModified=2022-07-06 18:36:50.785213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.785213000 to 2022-07-06 18:36:50.786213000 18:36:50.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.836632000, lastModified=2022-07-06 18:36:50.786213000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.786213000 to 2022-07-06 18:36:50.835214000 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.837282000, lastModified=2022-07-06 18:36:50.836214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.837282000, lastModified=2022-07-06 18:36:50.836214000, delta=1068000 ns, racy<=17500 ns 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.837726000, lastModified=2022-07-06 18:36:50.836214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.837726000, lastModified=2022-07-06 18:36:50.836214000, delta=1512000 ns, racy<=17500 ns 18:36:50.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.838186000, lastModified=2022-07-06 18:36:50.837214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.838186000, lastModified=2022-07-06 18:36:50.837214000, delta=972000 ns, racy<=17500 ns 18:36:50.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.839135000, lastModified=2022-07-06 18:36:50.838214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.839135000, lastModified=2022-07-06 18:36:50.838214000, delta=921000 ns, racy<=17500 ns 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.839573000, lastModified=2022-07-06 18:36:50.838214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.839573000, lastModified=2022-07-06 18:36:50.838214000, delta=1359000 ns, racy<=17500 ns 18:36:50.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.840069000, lastModified=2022-07-06 18:36:50.839214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.840069000, lastModified=2022-07-06 18:36:50.839214000, delta=855000 ns, racy<=17500 ns 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.840519000, lastModified=2022-07-06 18:36:50.839214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.840519000, lastModified=2022-07-06 18:36:50.839214000, delta=1305000 ns, racy<=17500 ns 18:36:50.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.841240000, lastModified=2022-07-06 18:36:50.839214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.839214000 to 2022-07-06 18:36:50.840214000 18:36:50.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.841711000, lastModified=2022-07-06 18:36:50.840214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.841711000, lastModified=2022-07-06 18:36:50.840214000, delta=1497000 ns, racy<=17500 ns 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.842152000, lastModified=2022-07-06 18:36:50.841214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.842152000, lastModified=2022-07-06 18:36:50.841214000, delta=938000 ns, racy<=17500 ns 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.842593000, lastModified=2022-07-06 18:36:50.841214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.842593000, lastModified=2022-07-06 18:36:50.841214000, delta=1379000 ns, racy<=17500 ns 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.842984000, lastModified=2022-07-06 18:36:50.842214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.842984000, lastModified=2022-07-06 18:36:50.842214000, delta=770000 ns, racy<=17500 ns 18:36:50.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.843762000, lastModified=2022-07-06 18:36:50.842214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.843762000, lastModified=2022-07-06 18:36:50.842214000, delta=1548000 ns, racy<=17500 ns 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.844191000, lastModified=2022-07-06 18:36:50.843214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.844191000, lastModified=2022-07-06 18:36:50.843214000, delta=977000 ns, racy<=17500 ns 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.844617000, lastModified=2022-07-06 18:36:50.843214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.844617000, lastModified=2022-07-06 18:36:50.843214000, delta=1403000 ns, racy<=17500 ns 18:36:50.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.845063000, lastModified=2022-07-06 18:36:50.844214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.845063000, lastModified=2022-07-06 18:36:50.844214000, delta=849000 ns, racy<=17500 ns 18:36:50.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.845779000, lastModified=2022-07-06 18:36:50.844214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.844214000 to 2022-07-06 18:36:50.845214000 18:36:50.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.846322000, lastModified=2022-07-06 18:36:50.845214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.846322000, lastModified=2022-07-06 18:36:50.845214000, delta=1108000 ns, racy<=17500 ns 18:36:50.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.846769000, lastModified=2022-07-06 18:36:50.845214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.845214000 to 2022-07-06 18:36:50.846214000 18:36:50.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.847265000, lastModified=2022-07-06 18:36:50.846214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.847265000, lastModified=2022-07-06 18:36:50.846214000, delta=1051000 ns, racy<=17500 ns 18:36:50.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.847698000, lastModified=2022-07-06 18:36:50.846214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.847698000, lastModified=2022-07-06 18:36:50.846214000, delta=1484000 ns, racy<=17500 ns 18:36:50.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.848510000, lastModified=2022-07-06 18:36:50.847214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.848510000, lastModified=2022-07-06 18:36:50.847214000, delta=1296000 ns, racy<=17500 ns 18:36:50.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.849037000, lastModified=2022-07-06 18:36:50.848214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.849037000, lastModified=2022-07-06 18:36:50.848214000, delta=823000 ns, racy<=17500 ns 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.849481000, lastModified=2022-07-06 18:36:50.848214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.849481000, lastModified=2022-07-06 18:36:50.848214000, delta=1267000 ns, racy<=17500 ns 18:36:50.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.849964000, lastModified=2022-07-06 18:36:50.848214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.848214000 to 2022-07-06 18:36:50.849214000 18:36:50.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.850660000, lastModified=2022-07-06 18:36:50.849214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.849214000 to 2022-07-06 18:36:50.850214000 18:36:50.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.851309000, lastModified=2022-07-06 18:36:50.850214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.851309000, lastModified=2022-07-06 18:36:50.850214000, delta=1095000 ns, racy<=17500 ns 18:36:50.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.851740000, lastModified=2022-07-06 18:36:50.850214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.851740000, lastModified=2022-07-06 18:36:50.850214000, delta=1526000 ns, racy<=17500 ns 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.852239000, lastModified=2022-07-06 18:36:50.851214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.852239000, lastModified=2022-07-06 18:36:50.851214000, delta=1025000 ns, racy<=17500 ns 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.852623000, lastModified=2022-07-06 18:36:50.851214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.852623000, lastModified=2022-07-06 18:36:50.851214000, delta=1409000 ns, racy<=17500 ns 18:36:50.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.853574000, lastModified=2022-07-06 18:36:50.852214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.853574000, lastModified=2022-07-06 18:36:50.852214000, delta=1360000 ns, racy<=17500 ns 18:36:50.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.854033000, lastModified=2022-07-06 18:36:50.853214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.854033000, lastModified=2022-07-06 18:36:50.853214000, delta=819000 ns, racy<=17500 ns 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.854462000, lastModified=2022-07-06 18:36:50.853214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.854462000, lastModified=2022-07-06 18:36:50.853214000, delta=1248000 ns, racy<=17500 ns 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.854866000, lastModified=2022-07-06 18:36:50.853214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.853214000 to 2022-07-06 18:36:50.854214000 18:36:50.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.855553000, lastModified=2022-07-06 18:36:50.854214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.855553000, lastModified=2022-07-06 18:36:50.854214000, delta=1339000 ns, racy<=17500 ns 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.856224000, lastModified=2022-07-06 18:36:50.855214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.856224000, lastModified=2022-07-06 18:36:50.855214000, delta=1010000 ns, racy<=17500 ns 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.856626000, lastModified=2022-07-06 18:36:50.855214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.856626000, lastModified=2022-07-06 18:36:50.855214000, delta=1412000 ns, racy<=17500 ns 18:36:50.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.857067000, lastModified=2022-07-06 18:36:50.856214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.857067000, lastModified=2022-07-06 18:36:50.856214000, delta=853000 ns, racy<=17500 ns 18:36:50.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.857509000, lastModified=2022-07-06 18:36:50.856214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.857509000, lastModified=2022-07-06 18:36:50.856214000, delta=1295000 ns, racy<=17500 ns 18:36:50.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.858542000, lastModified=2022-07-06 18:36:50.857214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.858542000, lastModified=2022-07-06 18:36:50.857214000, delta=1328000 ns, racy<=17500 ns 18:36:50.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.859068000, lastModified=2022-07-06 18:36:50.858214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.859068000, lastModified=2022-07-06 18:36:50.858214000, delta=854000 ns, racy<=17500 ns 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.859576000, lastModified=2022-07-06 18:36:50.858214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.859576000, lastModified=2022-07-06 18:36:50.858214000, delta=1362000 ns, racy<=17500 ns 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.859965000, lastModified=2022-07-06 18:36:50.858214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.858214000 to 2022-07-06 18:36:50.859214000 18:36:50.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.860753000, lastModified=2022-07-06 18:36:50.859214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.859214000 to 2022-07-06 18:36:50.860214000 18:36:50.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.861336000, lastModified=2022-07-06 18:36:50.860214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.861336000, lastModified=2022-07-06 18:36:50.860214000, delta=1122000 ns, racy<=17500 ns 18:36:50.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.861790000, lastModified=2022-07-06 18:36:50.860214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.860214000 to 2022-07-06 18:36:50.861214000 18:36:50.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.862228000, lastModified=2022-07-06 18:36:50.861214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.862228000, lastModified=2022-07-06 18:36:50.861214000, delta=1014000 ns, racy<=17500 ns 18:36:50.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.862653000, lastModified=2022-07-06 18:36:50.861214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.862653000, lastModified=2022-07-06 18:36:50.861214000, delta=1439000 ns, racy<=17500 ns 18:36:50.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.863663000, lastModified=2022-07-06 18:36:50.862214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.863663000, lastModified=2022-07-06 18:36:50.862214000, delta=1449000 ns, racy<=17500 ns 18:36:50.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.864082000, lastModified=2022-07-06 18:36:50.863214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.864082000, lastModified=2022-07-06 18:36:50.863214000, delta=868000 ns, racy<=17500 ns 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.864510000, lastModified=2022-07-06 18:36:50.863214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.864510000, lastModified=2022-07-06 18:36:50.863214000, delta=1296000 ns, racy<=17500 ns 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.864971000, lastModified=2022-07-06 18:36:50.863214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.863214000 to 2022-07-06 18:36:50.864214000 18:36:50.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.865771000, lastModified=2022-07-06 18:36:50.864214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.864214000 to 2022-07-06 18:36:50.865214000 18:36:50.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.866323000, lastModified=2022-07-06 18:36:50.865214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.866323000, lastModified=2022-07-06 18:36:50.865214000, delta=1109000 ns, racy<=17500 ns 18:36:50.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.866762000, lastModified=2022-07-06 18:36:50.865214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.865214000 to 2022-07-06 18:36:50.866214000 18:36:50.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.867213000, lastModified=2022-07-06 18:36:50.866214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.867213000, lastModified=2022-07-06 18:36:50.866214000, delta=999000 ns, racy<=17500 ns 18:36:50.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.867592000, lastModified=2022-07-06 18:36:50.866214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.867592000, lastModified=2022-07-06 18:36:50.866214000, delta=1378000 ns, racy<=17500 ns 18:36:50.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.868540000, lastModified=2022-07-06 18:36:50.867214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.868540000, lastModified=2022-07-06 18:36:50.867214000, delta=1326000 ns, racy<=17500 ns 18:36:50.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.868996000, lastModified=2022-07-06 18:36:50.868214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.868996000, lastModified=2022-07-06 18:36:50.868214000, delta=782000 ns, racy<=17500 ns 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.869404000, lastModified=2022-07-06 18:36:50.868214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.869404000, lastModified=2022-07-06 18:36:50.868214000, delta=1190000 ns, racy<=17500 ns 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.869839000, lastModified=2022-07-06 18:36:50.868214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.868214000 to 2022-07-06 18:36:50.869214000 18:36:50.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.870644000, lastModified=2022-07-06 18:36:50.869214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.869214000 to 2022-07-06 18:36:50.870214000 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.871261000, lastModified=2022-07-06 18:36:50.870214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.871261000, lastModified=2022-07-06 18:36:50.870214000, delta=1047000 ns, racy<=17500 ns 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.871680000, lastModified=2022-07-06 18:36:50.870214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.871680000, lastModified=2022-07-06 18:36:50.870214000, delta=1466000 ns, racy<=17500 ns 18:36:50.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.872112000, lastModified=2022-07-06 18:36:50.871214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.872112000, lastModified=2022-07-06 18:36:50.871214000, delta=898000 ns, racy<=17500 ns 18:36:50.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.872547000, lastModified=2022-07-06 18:36:50.871214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.872547000, lastModified=2022-07-06 18:36:50.871214000, delta=1333000 ns, racy<=17500 ns 18:36:50.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.873627000, lastModified=2022-07-06 18:36:50.872214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.873627000, lastModified=2022-07-06 18:36:50.872214000, delta=1413000 ns, racy<=17500 ns 18:36:50.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.874058000, lastModified=2022-07-06 18:36:50.873214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.874058000, lastModified=2022-07-06 18:36:50.873214000, delta=844000 ns, racy<=17500 ns 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.874505000, lastModified=2022-07-06 18:36:50.873214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.874505000, lastModified=2022-07-06 18:36:50.873214000, delta=1291000 ns, racy<=17500 ns 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.874963000, lastModified=2022-07-06 18:36:50.873214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.873214000 to 2022-07-06 18:36:50.874214000 18:36:50.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.875823000, lastModified=2022-07-06 18:36:50.874214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.874214000 to 2022-07-06 18:36:50.875214000 18:36:50.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.876429000, lastModified=2022-07-06 18:36:50.875214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.876429000, lastModified=2022-07-06 18:36:50.875214000, delta=1215000 ns, racy<=17500 ns 18:36:50.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.876848000, lastModified=2022-07-06 18:36:50.875214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.875214000 to 2022-07-06 18:36:50.876214000 18:36:50.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.877284000, lastModified=2022-07-06 18:36:50.876214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.877284000, lastModified=2022-07-06 18:36:50.876214000, delta=1070000 ns, racy<=17500 ns 18:36:50.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.877709000, lastModified=2022-07-06 18:36:50.876214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.877709000, lastModified=2022-07-06 18:36:50.876214000, delta=1495000 ns, racy<=17500 ns 18:36:50.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.878805000, lastModified=2022-07-06 18:36:50.877214000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.877214000 to 2022-07-06 18:36:50.878215000 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.879236000, lastModified=2022-07-06 18:36:50.878215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.879236000, lastModified=2022-07-06 18:36:50.878215000, delta=1021000 ns, racy<=17500 ns 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.879661000, lastModified=2022-07-06 18:36:50.878215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.879661000, lastModified=2022-07-06 18:36:50.878215000, delta=1446000 ns, racy<=17500 ns 18:36:50.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.880065000, lastModified=2022-07-06 18:36:50.879215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.880065000, lastModified=2022-07-06 18:36:50.879215000, delta=850000 ns, racy<=17500 ns 18:36:50.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.881060000, lastModified=2022-07-06 18:36:50.879215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.879215000 to 2022-07-06 18:36:50.880215000 18:36:50.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.881661000, lastModified=2022-07-06 18:36:50.880215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.881661000, lastModified=2022-07-06 18:36:50.880215000, delta=1446000 ns, racy<=17500 ns 18:36:50.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.882079000, lastModified=2022-07-06 18:36:50.881215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.882079000, lastModified=2022-07-06 18:36:50.881215000, delta=864000 ns, racy<=17500 ns 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.882499000, lastModified=2022-07-06 18:36:50.881215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.882499000, lastModified=2022-07-06 18:36:50.881215000, delta=1284000 ns, racy<=17500 ns 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.882933000, lastModified=2022-07-06 18:36:50.881215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.881215000 to 2022-07-06 18:36:50.882215000 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.884029000, lastModified=2022-07-06 18:36:50.883215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.884029000, lastModified=2022-07-06 18:36:50.883215000, delta=814000 ns, racy<=17500 ns 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.884458000, lastModified=2022-07-06 18:36:50.883215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.884458000, lastModified=2022-07-06 18:36:50.883215000, delta=1243000 ns, racy<=17500 ns 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.884920000, lastModified=2022-07-06 18:36:50.883215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.883215000 to 2022-07-06 18:36:50.884215000 18:36:50.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.885350000, lastModified=2022-07-06 18:36:50.884215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.885350000, lastModified=2022-07-06 18:36:50.884215000, delta=1135000 ns, racy<=17500 ns 18:36:50.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.886261000, lastModified=2022-07-06 18:36:50.884215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.884215000 to 2022-07-06 18:36:50.885215000 18:36:50.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.886865000, lastModified=2022-07-06 18:36:50.885215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.885215000 to 2022-07-06 18:36:50.886215000 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.887284000, lastModified=2022-07-06 18:36:50.886215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.887284000, lastModified=2022-07-06 18:36:50.886215000, delta=1069000 ns, racy<=17500 ns 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.887722000, lastModified=2022-07-06 18:36:50.886215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.887722000, lastModified=2022-07-06 18:36:50.886215000, delta=1507000 ns, racy<=17500 ns 18:36:50.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.888186000, lastModified=2022-07-06 18:36:50.887215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.888186000, lastModified=2022-07-06 18:36:50.887215000, delta=971000 ns, racy<=17500 ns 18:36:50.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.889199000, lastModified=2022-07-06 18:36:50.888215000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.889199000, lastModified=2022-07-06 18:36:50.888215000, delta=984000 ns, racy<=17500 ns 18:36:50.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.936799000, lastModified=2022-07-06 18:36:50.935216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.935216000 to 2022-07-06 18:36:50.936216000 18:36:50.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.937391000, lastModified=2022-07-06 18:36:50.936216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.937391000, lastModified=2022-07-06 18:36:50.936216000, delta=1175000 ns, racy<=17500 ns 18:36:50.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.937941000, lastModified=2022-07-06 18:36:50.936216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.936216000 to 2022-07-06 18:36:50.937216000 18:36:50.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.938998000, lastModified=2022-07-06 18:36:50.937216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.937216000 to 2022-07-06 18:36:50.938216000 18:36:50.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.939509000, lastModified=2022-07-06 18:36:50.938216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.939509000, lastModified=2022-07-06 18:36:50.938216000, delta=1293000 ns, racy<=17500 ns 18:36:50.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.940005000, lastModified=2022-07-06 18:36:50.939216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.940005000, lastModified=2022-07-06 18:36:50.939216000, delta=789000 ns, racy<=17500 ns 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.940489000, lastModified=2022-07-06 18:36:50.939216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.940489000, lastModified=2022-07-06 18:36:50.939216000, delta=1273000 ns, racy<=17500 ns 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.940868000, lastModified=2022-07-06 18:36:50.939216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.939216000 to 2022-07-06 18:36:50.940216000 18:36:50.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.941757000, lastModified=2022-07-06 18:36:50.940216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.940216000 to 2022-07-06 18:36:50.941216000 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.942248000, lastModified=2022-07-06 18:36:50.941216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.942248000, lastModified=2022-07-06 18:36:50.941216000, delta=1032000 ns, racy<=17500 ns 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.942668000, lastModified=2022-07-06 18:36:50.941216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.942668000, lastModified=2022-07-06 18:36:50.941216000, delta=1452000 ns, racy<=17500 ns 18:36:50.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.943085000, lastModified=2022-07-06 18:36:50.942216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.943085000, lastModified=2022-07-06 18:36:50.942216000, delta=869000 ns, racy<=17500 ns 18:36:50.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.943907000, lastModified=2022-07-06 18:36:50.942216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.942216000 to 2022-07-06 18:36:50.943216000 18:36:50.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.944346000, lastModified=2022-07-06 18:36:50.943216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.944346000, lastModified=2022-07-06 18:36:50.943216000, delta=1130000 ns, racy<=17500 ns 18:36:50.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.944759000, lastModified=2022-07-06 18:36:50.943216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.944759000, lastModified=2022-07-06 18:36:50.943216000, delta=1543000 ns, racy<=17500 ns 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.945194000, lastModified=2022-07-06 18:36:50.944216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.945194000, lastModified=2022-07-06 18:36:50.944216000, delta=978000 ns, racy<=17500 ns 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.945523000, lastModified=2022-07-06 18:36:50.944216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.945523000, lastModified=2022-07-06 18:36:50.944216000, delta=1307000 ns, racy<=17500 ns 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.946304000, lastModified=2022-07-06 18:36:50.945216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.946304000, lastModified=2022-07-06 18:36:50.945216000, delta=1088000 ns, racy<=17500 ns 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.946632000, lastModified=2022-07-06 18:36:50.945216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.946632000, lastModified=2022-07-06 18:36:50.945216000, delta=1416000 ns, racy<=17500 ns 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.946977000, lastModified=2022-07-06 18:36:50.945216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.945216000 to 2022-07-06 18:36:50.946216000 18:36:50.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.947467000, lastModified=2022-07-06 18:36:50.946216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.947467000, lastModified=2022-07-06 18:36:50.946216000, delta=1251000 ns, racy<=17500 ns 18:36:50.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.948234000, lastModified=2022-07-06 18:36:50.946216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.946216000 to 2022-07-06 18:36:50.947216000 18:36:50.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.948759000, lastModified=2022-07-06 18:36:50.947216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.948759000, lastModified=2022-07-06 18:36:50.947216000, delta=1543000 ns, racy<=17500 ns 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.949210000, lastModified=2022-07-06 18:36:50.948216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.949210000, lastModified=2022-07-06 18:36:50.948216000, delta=994000 ns, racy<=17500 ns 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.949634000, lastModified=2022-07-06 18:36:50.948216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.949634000, lastModified=2022-07-06 18:36:50.948216000, delta=1418000 ns, racy<=17500 ns 18:36:50.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.950059000, lastModified=2022-07-06 18:36:50.949216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.950059000, lastModified=2022-07-06 18:36:50.949216000, delta=843000 ns, racy<=17500 ns 18:36:50.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.950905000, lastModified=2022-07-06 18:36:50.949216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.949216000 to 2022-07-06 18:36:50.950216000 18:36:50.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.951322000, lastModified=2022-07-06 18:36:50.950216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.951322000, lastModified=2022-07-06 18:36:50.950216000, delta=1106000 ns, racy<=17500 ns 18:36:50.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.951759000, lastModified=2022-07-06 18:36:50.950216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.950216000 to 2022-07-06 18:36:50.951216000 18:36:50.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.952213000, lastModified=2022-07-06 18:36:50.951216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.952213000, lastModified=2022-07-06 18:36:50.951216000, delta=997000 ns, racy<=17500 ns 18:36:50.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.952919000, lastModified=2022-07-06 18:36:50.951216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.951216000 to 2022-07-06 18:36:50.952216000 18:36:50.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.953499000, lastModified=2022-07-06 18:36:50.952216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.953499000, lastModified=2022-07-06 18:36:50.952216000, delta=1283000 ns, racy<=17500 ns 18:36:50.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.953946000, lastModified=2022-07-06 18:36:50.952216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.952216000 to 2022-07-06 18:36:50.953216000 18:36:50.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.954372000, lastModified=2022-07-06 18:36:50.953216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.954372000, lastModified=2022-07-06 18:36:50.953216000, delta=1156000 ns, racy<=17500 ns 18:36:50.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.954727000, lastModified=2022-07-06 18:36:50.953216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.954727000, lastModified=2022-07-06 18:36:50.953216000, delta=1511000 ns, racy<=17500 ns 18:36:50.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.955574000, lastModified=2022-07-06 18:36:50.954216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.955574000, lastModified=2022-07-06 18:36:50.954216000, delta=1358000 ns, racy<=17500 ns 18:36:50.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.956031000, lastModified=2022-07-06 18:36:50.955216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.956031000, lastModified=2022-07-06 18:36:50.955216000, delta=815000 ns, racy<=17500 ns 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.956430000, lastModified=2022-07-06 18:36:50.955216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.956430000, lastModified=2022-07-06 18:36:50.955216000, delta=1214000 ns, racy<=17500 ns 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.956822000, lastModified=2022-07-06 18:36:50.955216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.955216000 to 2022-07-06 18:36:50.956216000 18:36:50.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.957659000, lastModified=2022-07-06 18:36:50.956216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.957659000, lastModified=2022-07-06 18:36:50.956216000, delta=1443000 ns, racy<=17500 ns 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.958179000, lastModified=2022-07-06 18:36:50.957216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.958179000, lastModified=2022-07-06 18:36:50.957216000, delta=963000 ns, racy<=17500 ns 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.958586000, lastModified=2022-07-06 18:36:50.957216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.958586000, lastModified=2022-07-06 18:36:50.957216000, delta=1370000 ns, racy<=17500 ns 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.958980000, lastModified=2022-07-06 18:36:50.958216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.958980000, lastModified=2022-07-06 18:36:50.958216000, delta=764000 ns, racy<=17500 ns 18:36:50.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.959311000, lastModified=2022-07-06 18:36:50.958216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.959311000, lastModified=2022-07-06 18:36:50.958216000, delta=1095000 ns, racy<=17500 ns 18:36:50.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.960140000, lastModified=2022-07-06 18:36:50.959216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.960140000, lastModified=2022-07-06 18:36:50.959216000, delta=924000 ns, racy<=17500 ns 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.960552000, lastModified=2022-07-06 18:36:50.959216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.960552000, lastModified=2022-07-06 18:36:50.959216000, delta=1336000 ns, racy<=17500 ns 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.960960000, lastModified=2022-07-06 18:36:50.959216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.959216000 to 2022-07-06 18:36:50.960216000 18:36:50.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.961378000, lastModified=2022-07-06 18:36:50.960216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.961378000, lastModified=2022-07-06 18:36:50.960216000, delta=1162000 ns, racy<=17500 ns 18:36:50.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.962122000, lastModified=2022-07-06 18:36:50.960216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.960216000 to 2022-07-06 18:36:50.961216000 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.962587000, lastModified=2022-07-06 18:36:50.961216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.962587000, lastModified=2022-07-06 18:36:50.961216000, delta=1371000 ns, racy<=17500 ns 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.962933000, lastModified=2022-07-06 18:36:50.961216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.961216000 to 2022-07-06 18:36:50.962216000 18:36:50.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.963306000, lastModified=2022-07-06 18:36:50.962216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.963306000, lastModified=2022-07-06 18:36:50.962216000, delta=1090000 ns, racy<=17500 ns 18:36:50.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.963744000, lastModified=2022-07-06 18:36:50.962216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.963744000, lastModified=2022-07-06 18:36:50.962216000, delta=1528000 ns, racy<=17500 ns 18:36:50.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.964595000, lastModified=2022-07-06 18:36:50.963216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.964595000, lastModified=2022-07-06 18:36:50.963216000, delta=1379000 ns, racy<=17500 ns 18:36:50.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.965040000, lastModified=2022-07-06 18:36:50.964216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.965040000, lastModified=2022-07-06 18:36:50.964216000, delta=824000 ns, racy<=17500 ns 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.965477000, lastModified=2022-07-06 18:36:50.964216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.965477000, lastModified=2022-07-06 18:36:50.964216000, delta=1261000 ns, racy<=17500 ns 18:36:50.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.965991000, lastModified=2022-07-06 18:36:50.964216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.964216000 to 2022-07-06 18:36:50.965216000 18:36:50.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.966764000, lastModified=2022-07-06 18:36:50.965216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.965216000 to 2022-07-06 18:36:50.966216000 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.967305000, lastModified=2022-07-06 18:36:50.966216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.967305000, lastModified=2022-07-06 18:36:50.966216000, delta=1089000 ns, racy<=17500 ns 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.967742000, lastModified=2022-07-06 18:36:50.966216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.967742000, lastModified=2022-07-06 18:36:50.966216000, delta=1526000 ns, racy<=17500 ns 18:36:50.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.968194000, lastModified=2022-07-06 18:36:50.967216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.968194000, lastModified=2022-07-06 18:36:50.967216000, delta=978000 ns, racy<=17500 ns 18:36:50.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.968564000, lastModified=2022-07-06 18:36:50.967216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.968564000, lastModified=2022-07-06 18:36:50.967216000, delta=1348000 ns, racy<=17500 ns 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.969316000, lastModified=2022-07-06 18:36:50.968216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.969316000, lastModified=2022-07-06 18:36:50.968216000, delta=1100000 ns, racy<=17500 ns 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.969756000, lastModified=2022-07-06 18:36:50.968216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.968216000 to 2022-07-06 18:36:50.969216000 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.970207000, lastModified=2022-07-06 18:36:50.969216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.970207000, lastModified=2022-07-06 18:36:50.969216000, delta=991000 ns, racy<=17500 ns 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.970651000, lastModified=2022-07-06 18:36:50.969216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.970651000, lastModified=2022-07-06 18:36:50.969216000, delta=1435000 ns, racy<=17500 ns 18:36:50.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.971483000, lastModified=2022-07-06 18:36:50.970216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.971483000, lastModified=2022-07-06 18:36:50.970216000, delta=1267000 ns, racy<=17500 ns 18:36:50.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.972197000, lastModified=2022-07-06 18:36:50.971216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.972197000, lastModified=2022-07-06 18:36:50.971216000, delta=981000 ns, racy<=17500 ns 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.972655000, lastModified=2022-07-06 18:36:50.971216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.972655000, lastModified=2022-07-06 18:36:50.971216000, delta=1439000 ns, racy<=17500 ns 18:36:50.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.973161000, lastModified=2022-07-06 18:36:50.972216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.973161000, lastModified=2022-07-06 18:36:50.972216000, delta=945000 ns, racy<=17500 ns 18:36:50.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.973554000, lastModified=2022-07-06 18:36:50.972216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.973554000, lastModified=2022-07-06 18:36:50.972216000, delta=1338000 ns, racy<=17500 ns 18:36:50.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.974557000, lastModified=2022-07-06 18:36:50.973216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.974557000, lastModified=2022-07-06 18:36:50.973216000, delta=1341000 ns, racy<=17500 ns 18:36:50.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.975037000, lastModified=2022-07-06 18:36:50.974216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.975037000, lastModified=2022-07-06 18:36:50.974216000, delta=821000 ns, racy<=17500 ns 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.975486000, lastModified=2022-07-06 18:36:50.974216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.975486000, lastModified=2022-07-06 18:36:50.974216000, delta=1270000 ns, racy<=17500 ns 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.975940000, lastModified=2022-07-06 18:36:50.974216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.974216000 to 2022-07-06 18:36:50.975216000 18:36:50.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.976785000, lastModified=2022-07-06 18:36:50.975216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.975216000 to 2022-07-06 18:36:50.976216000 18:36:50.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.977325000, lastModified=2022-07-06 18:36:50.976216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.977325000, lastModified=2022-07-06 18:36:50.976216000, delta=1109000 ns, racy<=17500 ns 18:36:50.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.977760000, lastModified=2022-07-06 18:36:50.976216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.977760000, lastModified=2022-07-06 18:36:50.976216000, delta=1544000 ns, racy<=17500 ns 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.978245000, lastModified=2022-07-06 18:36:50.977216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.978245000, lastModified=2022-07-06 18:36:50.977216000, delta=1029000 ns, racy<=17500 ns 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.978760000, lastModified=2022-07-06 18:36:50.977216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.978760000, lastModified=2022-07-06 18:36:50.977216000, delta=1544000 ns, racy<=17500 ns 18:36:50.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.979795000, lastModified=2022-07-06 18:36:50.978216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.978216000 to 2022-07-06 18:36:50.979216000 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.980218000, lastModified=2022-07-06 18:36:50.979216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.980218000, lastModified=2022-07-06 18:36:50.979216000, delta=1002000 ns, racy<=17500 ns 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.980623000, lastModified=2022-07-06 18:36:50.979216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.980623000, lastModified=2022-07-06 18:36:50.979216000, delta=1407000 ns, racy<=17500 ns 18:36:50.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.981048000, lastModified=2022-07-06 18:36:50.980216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.981048000, lastModified=2022-07-06 18:36:50.980216000, delta=832000 ns, racy<=17500 ns 18:36:50.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.981821000, lastModified=2022-07-06 18:36:50.980216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.980216000 to 2022-07-06 18:36:50.981216000 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.982307000, lastModified=2022-07-06 18:36:50.981216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.982307000, lastModified=2022-07-06 18:36:50.981216000, delta=1091000 ns, racy<=17500 ns 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.982718000, lastModified=2022-07-06 18:36:50.981216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.982718000, lastModified=2022-07-06 18:36:50.981216000, delta=1502000 ns, racy<=17500 ns 18:36:50.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.983536000, lastModified=2022-07-06 18:36:50.982216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.983536000, lastModified=2022-07-06 18:36:50.982216000, delta=1320000 ns, racy<=17500 ns 18:36:50.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.983982000, lastModified=2022-07-06 18:36:50.982216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.982216000 to 2022-07-06 18:36:50.983216000 18:36:50.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.984941000, lastModified=2022-07-06 18:36:50.983216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.983216000 to 2022-07-06 18:36:50.984216000 18:36:50.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.985850000, lastModified=2022-07-06 18:36:50.984216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.984216000 to 2022-07-06 18:36:50.985216000 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.986243000, lastModified=2022-07-06 18:36:50.985216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.986243000, lastModified=2022-07-06 18:36:50.985216000, delta=1027000 ns, racy<=17500 ns 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.986654000, lastModified=2022-07-06 18:36:50.985216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.986654000, lastModified=2022-07-06 18:36:50.985216000, delta=1438000 ns, racy<=17500 ns 18:36:50.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.987679000, lastModified=2022-07-06 18:36:50.986216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.986216000 to 2022-07-06 18:36:50.987216000 18:36:50.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.988390000, lastModified=2022-07-06 18:36:50.987216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:50.988390000, lastModified=2022-07-06 18:36:50.987216000, delta=1174000 ns, racy<=17500 ns 18:36:50.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:50.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:50.988861000, lastModified=2022-07-06 18:36:50.987216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:50.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.987216000 to 2022-07-06 18:36:50.988216000 18:36:51.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.036459000, lastModified=2022-07-06 18:36:50.988216000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:50.988216000 to 2022-07-06 18:36:51.035217000 18:36:51.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.037146000, lastModified=2022-07-06 18:36:51.036217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.037146000, lastModified=2022-07-06 18:36:51.036217000, delta=929000 ns, racy<=17500 ns 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.038391000, lastModified=2022-07-06 18:36:51.037217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.038391000, lastModified=2022-07-06 18:36:51.037217000, delta=1174000 ns, racy<=17500 ns 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.038787000, lastModified=2022-07-06 18:36:51.037217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.037217000 to 2022-07-06 18:36:51.038217000 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.039197000, lastModified=2022-07-06 18:36:51.038217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.039197000, lastModified=2022-07-06 18:36:51.038217000, delta=980000 ns, racy<=17500 ns 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.039587000, lastModified=2022-07-06 18:36:51.038217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.039587000, lastModified=2022-07-06 18:36:51.038217000, delta=1370000 ns, racy<=17500 ns 18:36:51.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.040341000, lastModified=2022-07-06 18:36:51.038217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.038217000 to 2022-07-06 18:36:51.039217000 18:36:51.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.040958000, lastModified=2022-07-06 18:36:51.039217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.039217000 to 2022-07-06 18:36:51.040217000 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.041354000, lastModified=2022-07-06 18:36:51.040217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.041354000, lastModified=2022-07-06 18:36:51.040217000, delta=1137000 ns, racy<=17500 ns 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.041744000, lastModified=2022-07-06 18:36:51.040217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.041744000, lastModified=2022-07-06 18:36:51.040217000, delta=1527000 ns, racy<=17500 ns 18:36:51.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.042138000, lastModified=2022-07-06 18:36:51.041217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.042138000, lastModified=2022-07-06 18:36:51.041217000, delta=921000 ns, racy<=17500 ns 18:36:51.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.042982000, lastModified=2022-07-06 18:36:51.042217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.042982000, lastModified=2022-07-06 18:36:51.042217000, delta=765000 ns, racy<=17500 ns 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.043288000, lastModified=2022-07-06 18:36:51.042217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.043288000, lastModified=2022-07-06 18:36:51.042217000, delta=1071000 ns, racy<=17500 ns 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.043616000, lastModified=2022-07-06 18:36:51.042217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.043616000, lastModified=2022-07-06 18:36:51.042217000, delta=1399000 ns, racy<=17500 ns 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.043973000, lastModified=2022-07-06 18:36:51.043217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.043973000, lastModified=2022-07-06 18:36:51.043217000, delta=756000 ns, racy<=17500 ns 18:36:51.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.044561000, lastModified=2022-07-06 18:36:51.043217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.044561000, lastModified=2022-07-06 18:36:51.043217000, delta=1344000 ns, racy<=17500 ns 18:36:51.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.045056000, lastModified=2022-07-06 18:36:51.044217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.045056000, lastModified=2022-07-06 18:36:51.044217000, delta=839000 ns, racy<=17500 ns 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.045461000, lastModified=2022-07-06 18:36:51.044217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.045461000, lastModified=2022-07-06 18:36:51.044217000, delta=1244000 ns, racy<=17500 ns 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.045851000, lastModified=2022-07-06 18:36:51.044217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.044217000 to 2022-07-06 18:36:51.045217000 18:36:51.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.046222000, lastModified=2022-07-06 18:36:51.045217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.046222000, lastModified=2022-07-06 18:36:51.045217000, delta=1005000 ns, racy<=17500 ns 18:36:51.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.047078000, lastModified=2022-07-06 18:36:51.046217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.047078000, lastModified=2022-07-06 18:36:51.046217000, delta=861000 ns, racy<=17500 ns 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.047451000, lastModified=2022-07-06 18:36:51.046217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.047451000, lastModified=2022-07-06 18:36:51.046217000, delta=1234000 ns, racy<=17500 ns 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.047794000, lastModified=2022-07-06 18:36:51.046217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.046217000 to 2022-07-06 18:36:51.047217000 18:36:51.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.048211000, lastModified=2022-07-06 18:36:51.047217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.048211000, lastModified=2022-07-06 18:36:51.047217000, delta=994000 ns, racy<=17500 ns 18:36:51.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.048911000, lastModified=2022-07-06 18:36:51.047217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.047217000 to 2022-07-06 18:36:51.048217000 18:36:51.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.049467000, lastModified=2022-07-06 18:36:51.048217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.049467000, lastModified=2022-07-06 18:36:51.048217000, delta=1250000 ns, racy<=17500 ns 18:36:51.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.049835000, lastModified=2022-07-06 18:36:51.048217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.048217000 to 2022-07-06 18:36:51.049217000 18:36:51.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.050256000, lastModified=2022-07-06 18:36:51.049217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.050256000, lastModified=2022-07-06 18:36:51.049217000, delta=1039000 ns, racy<=17500 ns 18:36:51.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.050592000, lastModified=2022-07-06 18:36:51.049217000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.050592000, lastModified=2022-07-06 18:36:51.049217000, delta=1375000 ns, racy<=17500 ns 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.051451000, lastModified=2022-07-06 18:36:51.050218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.051451000, lastModified=2022-07-06 18:36:51.050218000, delta=1233000 ns, racy<=17500 ns 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.051818000, lastModified=2022-07-06 18:36:51.050218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.050218000 to 2022-07-06 18:36:51.051218000 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.052188000, lastModified=2022-07-06 18:36:51.051218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.052188000, lastModified=2022-07-06 18:36:51.051218000, delta=970000 ns, racy<=17500 ns 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.052559000, lastModified=2022-07-06 18:36:51.051218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.052559000, lastModified=2022-07-06 18:36:51.051218000, delta=1341000 ns, racy<=17500 ns 18:36:51.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.053350000, lastModified=2022-07-06 18:36:51.051218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.051218000 to 2022-07-06 18:36:51.052218000 18:36:51.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.053932000, lastModified=2022-07-06 18:36:51.052218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.052218000 to 2022-07-06 18:36:51.053218000 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.054352000, lastModified=2022-07-06 18:36:51.053218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.054352000, lastModified=2022-07-06 18:36:51.053218000, delta=1134000 ns, racy<=17500 ns 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.054750000, lastModified=2022-07-06 18:36:51.053218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.054750000, lastModified=2022-07-06 18:36:51.053218000, delta=1532000 ns, racy<=17500 ns 18:36:51.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.055150000, lastModified=2022-07-06 18:36:51.054218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.055150000, lastModified=2022-07-06 18:36:51.054218000, delta=932000 ns, racy<=17500 ns 18:36:51.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.055855000, lastModified=2022-07-06 18:36:51.054218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.054218000 to 2022-07-06 18:36:51.055218000 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.056233000, lastModified=2022-07-06 18:36:51.055218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.056233000, lastModified=2022-07-06 18:36:51.055218000, delta=1015000 ns, racy<=17500 ns 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.056629000, lastModified=2022-07-06 18:36:51.055218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.056629000, lastModified=2022-07-06 18:36:51.055218000, delta=1411000 ns, racy<=17500 ns 18:36:51.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.057035000, lastModified=2022-07-06 18:36:51.056218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.057035000, lastModified=2022-07-06 18:36:51.056218000, delta=817000 ns, racy<=17500 ns 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.057642000, lastModified=2022-07-06 18:36:51.056218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.057642000, lastModified=2022-07-06 18:36:51.056218000, delta=1424000 ns, racy<=17500 ns 18:36:51.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.058115000, lastModified=2022-07-06 18:36:51.057218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.058115000, lastModified=2022-07-06 18:36:51.057218000, delta=897000 ns, racy<=17500 ns 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.058503000, lastModified=2022-07-06 18:36:51.057218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.058503000, lastModified=2022-07-06 18:36:51.057218000, delta=1285000 ns, racy<=17500 ns 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.058919000, lastModified=2022-07-06 18:36:51.057218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.057218000 to 2022-07-06 18:36:51.058218000 18:36:51.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.059243000, lastModified=2022-07-06 18:36:51.058218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.059243000, lastModified=2022-07-06 18:36:51.058218000, delta=1025000 ns, racy<=17500 ns 18:36:51.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.059944000, lastModified=2022-07-06 18:36:51.058218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.058218000 to 2022-07-06 18:36:51.059218000 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.060310000, lastModified=2022-07-06 18:36:51.059218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.060310000, lastModified=2022-07-06 18:36:51.059218000, delta=1092000 ns, racy<=17500 ns 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.060706000, lastModified=2022-07-06 18:36:51.059218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.060706000, lastModified=2022-07-06 18:36:51.059218000, delta=1488000 ns, racy<=17500 ns 18:36:51.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.061137000, lastModified=2022-07-06 18:36:51.060218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.061137000, lastModified=2022-07-06 18:36:51.060218000, delta=919000 ns, racy<=17500 ns 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.061726000, lastModified=2022-07-06 18:36:51.060218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.061726000, lastModified=2022-07-06 18:36:51.060218000, delta=1508000 ns, racy<=17500 ns 18:36:51.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.062134000, lastModified=2022-07-06 18:36:51.061218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.062134000, lastModified=2022-07-06 18:36:51.061218000, delta=916000 ns, racy<=17500 ns 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.062502000, lastModified=2022-07-06 18:36:51.061218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.062502000, lastModified=2022-07-06 18:36:51.061218000, delta=1284000 ns, racy<=17500 ns 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.062925000, lastModified=2022-07-06 18:36:51.061218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.061218000 to 2022-07-06 18:36:51.062218000 18:36:51.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.063293000, lastModified=2022-07-06 18:36:51.062218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.063293000, lastModified=2022-07-06 18:36:51.062218000, delta=1075000 ns, racy<=17500 ns 18:36:51.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.064060000, lastModified=2022-07-06 18:36:51.063218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.064060000, lastModified=2022-07-06 18:36:51.063218000, delta=842000 ns, racy<=17500 ns 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.064425000, lastModified=2022-07-06 18:36:51.063218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.064425000, lastModified=2022-07-06 18:36:51.063218000, delta=1207000 ns, racy<=17500 ns 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.064821000, lastModified=2022-07-06 18:36:51.063218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.063218000 to 2022-07-06 18:36:51.064218000 18:36:51.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.065240000, lastModified=2022-07-06 18:36:51.064218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.065240000, lastModified=2022-07-06 18:36:51.064218000, delta=1022000 ns, racy<=17500 ns 18:36:51.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.065872000, lastModified=2022-07-06 18:36:51.064218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.064218000 to 2022-07-06 18:36:51.065218000 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.066264000, lastModified=2022-07-06 18:36:51.065218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.066264000, lastModified=2022-07-06 18:36:51.065218000, delta=1046000 ns, racy<=17500 ns 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.066594000, lastModified=2022-07-06 18:36:51.065218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.066594000, lastModified=2022-07-06 18:36:51.065218000, delta=1376000 ns, racy<=17500 ns 18:36:51.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.066990000, lastModified=2022-07-06 18:36:51.066218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.066990000, lastModified=2022-07-06 18:36:51.066218000, delta=772000 ns, racy<=17500 ns 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.067400000, lastModified=2022-07-06 18:36:51.066218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.067400000, lastModified=2022-07-06 18:36:51.066218000, delta=1182000 ns, racy<=17500 ns 18:36:51.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.068215000, lastModified=2022-07-06 18:36:51.067218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.068215000, lastModified=2022-07-06 18:36:51.067218000, delta=997000 ns, racy<=17500 ns 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.068578000, lastModified=2022-07-06 18:36:51.067218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.068578000, lastModified=2022-07-06 18:36:51.067218000, delta=1360000 ns, racy<=17500 ns 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.068979000, lastModified=2022-07-06 18:36:51.067218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.067218000 to 2022-07-06 18:36:51.068218000 18:36:51.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.069376000, lastModified=2022-07-06 18:36:51.068218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.069376000, lastModified=2022-07-06 18:36:51.068218000, delta=1158000 ns, racy<=17500 ns 18:36:51.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.070033000, lastModified=2022-07-06 18:36:51.068218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.068218000 to 2022-07-06 18:36:51.069218000 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.070445000, lastModified=2022-07-06 18:36:51.069218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.070445000, lastModified=2022-07-06 18:36:51.069218000, delta=1227000 ns, racy<=17500 ns 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.070815000, lastModified=2022-07-06 18:36:51.069218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.069218000 to 2022-07-06 18:36:51.070218000 18:36:51.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.071269000, lastModified=2022-07-06 18:36:51.070218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.071269000, lastModified=2022-07-06 18:36:51.070218000, delta=1051000 ns, racy<=17500 ns 18:36:51.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.071637000, lastModified=2022-07-06 18:36:51.070218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.071637000, lastModified=2022-07-06 18:36:51.070218000, delta=1419000 ns, racy<=17500 ns 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.072414000, lastModified=2022-07-06 18:36:51.071218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.072414000, lastModified=2022-07-06 18:36:51.071218000, delta=1196000 ns, racy<=17500 ns 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.072816000, lastModified=2022-07-06 18:36:51.071218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.071218000 to 2022-07-06 18:36:51.072218000 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.073183000, lastModified=2022-07-06 18:36:51.072218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.073183000, lastModified=2022-07-06 18:36:51.072218000, delta=965000 ns, racy<=17500 ns 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.073564000, lastModified=2022-07-06 18:36:51.072218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.073564000, lastModified=2022-07-06 18:36:51.072218000, delta=1346000 ns, racy<=17500 ns 18:36:51.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.074213000, lastModified=2022-07-06 18:36:51.072218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.072218000 to 2022-07-06 18:36:51.073218000 18:36:51.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.074643000, lastModified=2022-07-06 18:36:51.073218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.074643000, lastModified=2022-07-06 18:36:51.073218000, delta=1425000 ns, racy<=17500 ns 18:36:51.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.074989000, lastModified=2022-07-06 18:36:51.074218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.074989000, lastModified=2022-07-06 18:36:51.074218000, delta=771000 ns, racy<=17500 ns 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.075318000, lastModified=2022-07-06 18:36:51.074218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.075318000, lastModified=2022-07-06 18:36:51.074218000, delta=1100000 ns, racy<=17500 ns 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.075722000, lastModified=2022-07-06 18:36:51.074218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.075722000, lastModified=2022-07-06 18:36:51.074218000, delta=1504000 ns, racy<=17500 ns 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.076444000, lastModified=2022-07-06 18:36:51.075218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.076444000, lastModified=2022-07-06 18:36:51.075218000, delta=1226000 ns, racy<=17500 ns 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.076839000, lastModified=2022-07-06 18:36:51.075218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.075218000 to 2022-07-06 18:36:51.076218000 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.077205000, lastModified=2022-07-06 18:36:51.076218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.077205000, lastModified=2022-07-06 18:36:51.076218000, delta=987000 ns, racy<=17500 ns 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.077592000, lastModified=2022-07-06 18:36:51.076218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.077592000, lastModified=2022-07-06 18:36:51.076218000, delta=1374000 ns, racy<=17500 ns 18:36:51.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.078360000, lastModified=2022-07-06 18:36:51.076218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.076218000 to 2022-07-06 18:36:51.077218000 18:36:51.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.078808000, lastModified=2022-07-06 18:36:51.077218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.077218000 to 2022-07-06 18:36:51.078218000 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.079224000, lastModified=2022-07-06 18:36:51.078218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.079224000, lastModified=2022-07-06 18:36:51.078218000, delta=1006000 ns, racy<=17500 ns 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.079642000, lastModified=2022-07-06 18:36:51.078218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.079642000, lastModified=2022-07-06 18:36:51.078218000, delta=1424000 ns, racy<=17500 ns 18:36:51.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.080027000, lastModified=2022-07-06 18:36:51.079218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.080027000, lastModified=2022-07-06 18:36:51.079218000, delta=809000 ns, racy<=17500 ns 18:36:51.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.080827000, lastModified=2022-07-06 18:36:51.079218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.079218000 to 2022-07-06 18:36:51.080218000 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.081204000, lastModified=2022-07-06 18:36:51.080218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.081204000, lastModified=2022-07-06 18:36:51.080218000, delta=986000 ns, racy<=17500 ns 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.081542000, lastModified=2022-07-06 18:36:51.080218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.081542000, lastModified=2022-07-06 18:36:51.080218000, delta=1324000 ns, racy<=17500 ns 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.081938000, lastModified=2022-07-06 18:36:51.080218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.080218000 to 2022-07-06 18:36:51.081218000 18:36:51.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.082674000, lastModified=2022-07-06 18:36:51.081218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.082674000, lastModified=2022-07-06 18:36:51.081218000, delta=1456000 ns, racy<=17500 ns 18:36:51.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.083090000, lastModified=2022-07-06 18:36:51.082218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.083090000, lastModified=2022-07-06 18:36:51.082218000, delta=872000 ns, racy<=17500 ns 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.083462000, lastModified=2022-07-06 18:36:51.082218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.083462000, lastModified=2022-07-06 18:36:51.082218000, delta=1244000 ns, racy<=17500 ns 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.083833000, lastModified=2022-07-06 18:36:51.082218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.082218000 to 2022-07-06 18:36:51.083218000 18:36:51.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.084257000, lastModified=2022-07-06 18:36:51.083218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.084257000, lastModified=2022-07-06 18:36:51.083218000, delta=1039000 ns, racy<=17500 ns 18:36:51.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.085015000, lastModified=2022-07-06 18:36:51.084218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.085015000, lastModified=2022-07-06 18:36:51.084218000, delta=797000 ns, racy<=17500 ns 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.085396000, lastModified=2022-07-06 18:36:51.084218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.085396000, lastModified=2022-07-06 18:36:51.084218000, delta=1178000 ns, racy<=17500 ns 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.085771000, lastModified=2022-07-06 18:36:51.084218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.085771000, lastModified=2022-07-06 18:36:51.084218000, delta=1553000 ns, racy<=17500 ns 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.086119000, lastModified=2022-07-06 18:36:51.085218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.086119000, lastModified=2022-07-06 18:36:51.085218000, delta=901000 ns, racy<=17500 ns 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.086751000, lastModified=2022-07-06 18:36:51.085218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.085218000 to 2022-07-06 18:36:51.086218000 18:36:51.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.087311000, lastModified=2022-07-06 18:36:51.086218000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.087311000, lastModified=2022-07-06 18:36:51.086218000, delta=1093000 ns, racy<=17500 ns 18:36:51.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.136852000, lastModified=2022-07-06 18:36:51.135219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.135219000 to 2022-07-06 18:36:51.136219000 18:36:51.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.137340000, lastModified=2022-07-06 18:36:51.136219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.137340000, lastModified=2022-07-06 18:36:51.136219000, delta=1121000 ns, racy<=17500 ns 18:36:51.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.137748000, lastModified=2022-07-06 18:36:51.136219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.137748000, lastModified=2022-07-06 18:36:51.136219000, delta=1529000 ns, racy<=17500 ns 18:36:51.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.138977000, lastModified=2022-07-06 18:36:51.137219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.137219000 to 2022-07-06 18:36:51.138219000 18:36:51.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.139353000, lastModified=2022-07-06 18:36:51.138219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.139353000, lastModified=2022-07-06 18:36:51.138219000, delta=1134000 ns, racy<=17500 ns 18:36:51.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.139725000, lastModified=2022-07-06 18:36:51.138219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.139725000, lastModified=2022-07-06 18:36:51.138219000, delta=1506000 ns, racy<=17500 ns 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.140200000, lastModified=2022-07-06 18:36:51.139219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.140200000, lastModified=2022-07-06 18:36:51.139219000, delta=981000 ns, racy<=17500 ns 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.140940000, lastModified=2022-07-06 18:36:51.139219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.139219000 to 2022-07-06 18:36:51.140219000 18:36:51.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.141461000, lastModified=2022-07-06 18:36:51.140219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.141461000, lastModified=2022-07-06 18:36:51.140219000, delta=1242000 ns, racy<=17500 ns 18:36:51.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.141948000, lastModified=2022-07-06 18:36:51.140219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.140219000 to 2022-07-06 18:36:51.141219000 18:36:51.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.142338000, lastModified=2022-07-06 18:36:51.141219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.142338000, lastModified=2022-07-06 18:36:51.141219000, delta=1119000 ns, racy<=17500 ns 18:36:51.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.142690000, lastModified=2022-07-06 18:36:51.141219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.142690000, lastModified=2022-07-06 18:36:51.141219000, delta=1471000 ns, racy<=17500 ns 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.143535000, lastModified=2022-07-06 18:36:51.142219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.143535000, lastModified=2022-07-06 18:36:51.142219000, delta=1316000 ns, racy<=17500 ns 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.143963000, lastModified=2022-07-06 18:36:51.142219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.142219000 to 2022-07-06 18:36:51.143219000 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.144365000, lastModified=2022-07-06 18:36:51.143219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.144365000, lastModified=2022-07-06 18:36:51.143219000, delta=1146000 ns, racy<=17500 ns 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.144764000, lastModified=2022-07-06 18:36:51.143219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.143219000 to 2022-07-06 18:36:51.144219000 18:36:51.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.145436000, lastModified=2022-07-06 18:36:51.144219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.145436000, lastModified=2022-07-06 18:36:51.144219000, delta=1217000 ns, racy<=17500 ns 18:36:51.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.145983000, lastModified=2022-07-06 18:36:51.144219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.144219000 to 2022-07-06 18:36:51.145219000 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.146376000, lastModified=2022-07-06 18:36:51.145219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.146376000, lastModified=2022-07-06 18:36:51.145219000, delta=1157000 ns, racy<=17500 ns 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.146767000, lastModified=2022-07-06 18:36:51.145219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.146767000, lastModified=2022-07-06 18:36:51.145219000, delta=1548000 ns, racy<=17500 ns 18:36:51.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.147142000, lastModified=2022-07-06 18:36:51.146219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.147142000, lastModified=2022-07-06 18:36:51.146219000, delta=923000 ns, racy<=17500 ns 18:36:51.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.147960000, lastModified=2022-07-06 18:36:51.146219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.146219000 to 2022-07-06 18:36:51.147219000 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.148328000, lastModified=2022-07-06 18:36:51.147219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.148328000, lastModified=2022-07-06 18:36:51.147219000, delta=1109000 ns, racy<=17500 ns 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.148710000, lastModified=2022-07-06 18:36:51.147219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.148710000, lastModified=2022-07-06 18:36:51.147219000, delta=1491000 ns, racy<=17500 ns 18:36:51.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.149102000, lastModified=2022-07-06 18:36:51.148219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.149102000, lastModified=2022-07-06 18:36:51.148219000, delta=883000 ns, racy<=17500 ns 18:36:51.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.149798000, lastModified=2022-07-06 18:36:51.148219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.148219000 to 2022-07-06 18:36:51.149219000 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.150300000, lastModified=2022-07-06 18:36:51.149219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.150300000, lastModified=2022-07-06 18:36:51.149219000, delta=1081000 ns, racy<=17500 ns 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.150699000, lastModified=2022-07-06 18:36:51.149219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.150699000, lastModified=2022-07-06 18:36:51.149219000, delta=1480000 ns, racy<=17500 ns 18:36:51.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.151123000, lastModified=2022-07-06 18:36:51.150219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.151123000, lastModified=2022-07-06 18:36:51.150219000, delta=904000 ns, racy<=17500 ns 18:36:51.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.151488000, lastModified=2022-07-06 18:36:51.150219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.151488000, lastModified=2022-07-06 18:36:51.150219000, delta=1269000 ns, racy<=17500 ns 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.152307000, lastModified=2022-07-06 18:36:51.151219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.152307000, lastModified=2022-07-06 18:36:51.151219000, delta=1088000 ns, racy<=17500 ns 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.152624000, lastModified=2022-07-06 18:36:51.151219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.152624000, lastModified=2022-07-06 18:36:51.151219000, delta=1405000 ns, racy<=17500 ns 18:36:51.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.153019000, lastModified=2022-07-06 18:36:51.152219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.153019000, lastModified=2022-07-06 18:36:51.152219000, delta=800000 ns, racy<=17500 ns 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.153396000, lastModified=2022-07-06 18:36:51.152219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.153396000, lastModified=2022-07-06 18:36:51.152219000, delta=1177000 ns, racy<=17500 ns 18:36:51.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.154081000, lastModified=2022-07-06 18:36:51.152219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.152219000 to 2022-07-06 18:36:51.153219000 18:36:51.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.154639000, lastModified=2022-07-06 18:36:51.153219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.154639000, lastModified=2022-07-06 18:36:51.153219000, delta=1420000 ns, racy<=17500 ns 18:36:51.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.155044000, lastModified=2022-07-06 18:36:51.154219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.155044000, lastModified=2022-07-06 18:36:51.154219000, delta=825000 ns, racy<=17500 ns 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.155431000, lastModified=2022-07-06 18:36:51.154219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.155431000, lastModified=2022-07-06 18:36:51.154219000, delta=1212000 ns, racy<=17500 ns 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.155823000, lastModified=2022-07-06 18:36:51.154219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.154219000 to 2022-07-06 18:36:51.155219000 18:36:51.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.156594000, lastModified=2022-07-06 18:36:51.155219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.156594000, lastModified=2022-07-06 18:36:51.155219000, delta=1375000 ns, racy<=17500 ns 18:36:51.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.156944000, lastModified=2022-07-06 18:36:51.155219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.155219000 to 2022-07-06 18:36:51.156219000 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.157345000, lastModified=2022-07-06 18:36:51.156219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.157345000, lastModified=2022-07-06 18:36:51.156219000, delta=1126000 ns, racy<=17500 ns 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.157739000, lastModified=2022-07-06 18:36:51.156219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.157739000, lastModified=2022-07-06 18:36:51.156219000, delta=1520000 ns, racy<=17500 ns 18:36:51.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.158388000, lastModified=2022-07-06 18:36:51.157219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.158388000, lastModified=2022-07-06 18:36:51.157219000, delta=1169000 ns, racy<=17500 ns 18:36:51.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.158871000, lastModified=2022-07-06 18:36:51.157219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.157219000 to 2022-07-06 18:36:51.158219000 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.159239000, lastModified=2022-07-06 18:36:51.158219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.159239000, lastModified=2022-07-06 18:36:51.158219000, delta=1020000 ns, racy<=17500 ns 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.159628000, lastModified=2022-07-06 18:36:51.158219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.159628000, lastModified=2022-07-06 18:36:51.158219000, delta=1409000 ns, racy<=17500 ns 18:36:51.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.160071000, lastModified=2022-07-06 18:36:51.159219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.160071000, lastModified=2022-07-06 18:36:51.159219000, delta=852000 ns, racy<=17500 ns 18:36:51.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.160851000, lastModified=2022-07-06 18:36:51.159219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.159219000 to 2022-07-06 18:36:51.160219000 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.161292000, lastModified=2022-07-06 18:36:51.160219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.161292000, lastModified=2022-07-06 18:36:51.160219000, delta=1073000 ns, racy<=17500 ns 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.161688000, lastModified=2022-07-06 18:36:51.160219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.161688000, lastModified=2022-07-06 18:36:51.160219000, delta=1469000 ns, racy<=17500 ns 18:36:51.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.162077000, lastModified=2022-07-06 18:36:51.161219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.162077000, lastModified=2022-07-06 18:36:51.161219000, delta=858000 ns, racy<=17500 ns 18:36:51.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.162721000, lastModified=2022-07-06 18:36:51.161219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.161219000 to 2022-07-06 18:36:51.162219000 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.163248000, lastModified=2022-07-06 18:36:51.162219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.163248000, lastModified=2022-07-06 18:36:51.162219000, delta=1029000 ns, racy<=17500 ns 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.163641000, lastModified=2022-07-06 18:36:51.162219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.163641000, lastModified=2022-07-06 18:36:51.162219000, delta=1422000 ns, racy<=17500 ns 18:36:51.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.164035000, lastModified=2022-07-06 18:36:51.163219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.164035000, lastModified=2022-07-06 18:36:51.163219000, delta=816000 ns, racy<=17500 ns 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.164432000, lastModified=2022-07-06 18:36:51.163219000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.164432000, lastModified=2022-07-06 18:36:51.163219000, delta=1213000 ns, racy<=17500 ns 18:36:51.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.165225000, lastModified=2022-07-06 18:36:51.164220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.165225000, lastModified=2022-07-06 18:36:51.164220000, delta=1005000 ns, racy<=17500 ns 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.165621000, lastModified=2022-07-06 18:36:51.164220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.165621000, lastModified=2022-07-06 18:36:51.164220000, delta=1401000 ns, racy<=17500 ns 18:36:51.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.166067000, lastModified=2022-07-06 18:36:51.165220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.166067000, lastModified=2022-07-06 18:36:51.165220000, delta=847000 ns, racy<=17500 ns 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.166460000, lastModified=2022-07-06 18:36:51.165220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.166460000, lastModified=2022-07-06 18:36:51.165220000, delta=1240000 ns, racy<=17500 ns 18:36:51.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.167101000, lastModified=2022-07-06 18:36:51.165220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.165220000 to 2022-07-06 18:36:51.166220000 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.167606000, lastModified=2022-07-06 18:36:51.166220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.167606000, lastModified=2022-07-06 18:36:51.166220000, delta=1386000 ns, racy<=17500 ns 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.167984000, lastModified=2022-07-06 18:36:51.167220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.167984000, lastModified=2022-07-06 18:36:51.167220000, delta=764000 ns, racy<=17500 ns 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.168385000, lastModified=2022-07-06 18:36:51.167220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.168385000, lastModified=2022-07-06 18:36:51.167220000, delta=1165000 ns, racy<=17500 ns 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.168767000, lastModified=2022-07-06 18:36:51.167220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.168767000, lastModified=2022-07-06 18:36:51.167220000, delta=1547000 ns, racy<=17500 ns 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.169459000, lastModified=2022-07-06 18:36:51.168220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.169459000, lastModified=2022-07-06 18:36:51.168220000, delta=1239000 ns, racy<=17500 ns 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.169785000, lastModified=2022-07-06 18:36:51.168220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.169785000, lastModified=2022-07-06 18:36:51.168220000, delta=1565000 ns, racy<=17500 ns 18:36:51.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.170160000, lastModified=2022-07-06 18:36:51.169220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.170160000, lastModified=2022-07-06 18:36:51.169220000, delta=940000 ns, racy<=17500 ns 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.170557000, lastModified=2022-07-06 18:36:51.169220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.170557000, lastModified=2022-07-06 18:36:51.169220000, delta=1337000 ns, racy<=17500 ns 18:36:51.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.171237000, lastModified=2022-07-06 18:36:51.169220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.169220000 to 2022-07-06 18:36:51.170220000 18:36:51.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.171634000, lastModified=2022-07-06 18:36:51.170220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.171634000, lastModified=2022-07-06 18:36:51.170220000, delta=1414000 ns, racy<=17500 ns 18:36:51.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.172034000, lastModified=2022-07-06 18:36:51.171220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.172034000, lastModified=2022-07-06 18:36:51.171220000, delta=814000 ns, racy<=17500 ns 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.172414000, lastModified=2022-07-06 18:36:51.171220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.172414000, lastModified=2022-07-06 18:36:51.171220000, delta=1194000 ns, racy<=17500 ns 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.172788000, lastModified=2022-07-06 18:36:51.171220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.172788000, lastModified=2022-07-06 18:36:51.171220000, delta=1568000 ns, racy<=17500 ns 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.173528000, lastModified=2022-07-06 18:36:51.172220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.173528000, lastModified=2022-07-06 18:36:51.172220000, delta=1308000 ns, racy<=17500 ns 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.173848000, lastModified=2022-07-06 18:36:51.172220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.172220000 to 2022-07-06 18:36:51.173220000 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.174285000, lastModified=2022-07-06 18:36:51.173220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.174285000, lastModified=2022-07-06 18:36:51.173220000, delta=1065000 ns, racy<=17500 ns 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.174681000, lastModified=2022-07-06 18:36:51.173220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.174681000, lastModified=2022-07-06 18:36:51.173220000, delta=1461000 ns, racy<=17500 ns 18:36:51.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.175485000, lastModified=2022-07-06 18:36:51.174220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.175485000, lastModified=2022-07-06 18:36:51.174220000, delta=1265000 ns, racy<=17500 ns 18:36:51.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.175876000, lastModified=2022-07-06 18:36:51.174220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.174220000 to 2022-07-06 18:36:51.175220000 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.176268000, lastModified=2022-07-06 18:36:51.175220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.176268000, lastModified=2022-07-06 18:36:51.175220000, delta=1048000 ns, racy<=17500 ns 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.176656000, lastModified=2022-07-06 18:36:51.175220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.176656000, lastModified=2022-07-06 18:36:51.175220000, delta=1436000 ns, racy<=17500 ns 18:36:51.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.177043000, lastModified=2022-07-06 18:36:51.176220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.177043000, lastModified=2022-07-06 18:36:51.176220000, delta=823000 ns, racy<=17500 ns 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.177725000, lastModified=2022-07-06 18:36:51.176220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.177725000, lastModified=2022-07-06 18:36:51.176220000, delta=1505000 ns, racy<=17500 ns 18:36:51.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.178113000, lastModified=2022-07-06 18:36:51.177220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.178113000, lastModified=2022-07-06 18:36:51.177220000, delta=893000 ns, racy<=17500 ns 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.178514000, lastModified=2022-07-06 18:36:51.177220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.178514000, lastModified=2022-07-06 18:36:51.177220000, delta=1294000 ns, racy<=17500 ns 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.178961000, lastModified=2022-07-06 18:36:51.177220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.177220000 to 2022-07-06 18:36:51.178220000 18:36:51.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.179639000, lastModified=2022-07-06 18:36:51.178220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.179639000, lastModified=2022-07-06 18:36:51.178220000, delta=1419000 ns, racy<=17500 ns 18:36:51.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.180091000, lastModified=2022-07-06 18:36:51.179220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.180091000, lastModified=2022-07-06 18:36:51.179220000, delta=871000 ns, racy<=17500 ns 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.180445000, lastModified=2022-07-06 18:36:51.179220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.180445000, lastModified=2022-07-06 18:36:51.179220000, delta=1225000 ns, racy<=17500 ns 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.180824000, lastModified=2022-07-06 18:36:51.179220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.179220000 to 2022-07-06 18:36:51.180220000 18:36:51.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.181176000, lastModified=2022-07-06 18:36:51.180220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.181176000, lastModified=2022-07-06 18:36:51.180220000, delta=956000 ns, racy<=17500 ns 18:36:51.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.181927000, lastModified=2022-07-06 18:36:51.180220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.180220000 to 2022-07-06 18:36:51.181220000 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.182287000, lastModified=2022-07-06 18:36:51.181220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.182287000, lastModified=2022-07-06 18:36:51.181220000, delta=1067000 ns, racy<=17500 ns 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.182659000, lastModified=2022-07-06 18:36:51.181220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.182659000, lastModified=2022-07-06 18:36:51.181220000, delta=1439000 ns, racy<=17500 ns 18:36:51.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.183094000, lastModified=2022-07-06 18:36:51.182220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.183094000, lastModified=2022-07-06 18:36:51.182220000, delta=874000 ns, racy<=17500 ns 18:36:51.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.183730000, lastModified=2022-07-06 18:36:51.182220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.182220000 to 2022-07-06 18:36:51.183220000 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.184207000, lastModified=2022-07-06 18:36:51.183220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.184207000, lastModified=2022-07-06 18:36:51.183220000, delta=987000 ns, racy<=17500 ns 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.184588000, lastModified=2022-07-06 18:36:51.183220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.184588000, lastModified=2022-07-06 18:36:51.183220000, delta=1368000 ns, racy<=17500 ns 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.184972000, lastModified=2022-07-06 18:36:51.184220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.184972000, lastModified=2022-07-06 18:36:51.184220000, delta=752000 ns, racy<=17500 ns 18:36:51.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.185300000, lastModified=2022-07-06 18:36:51.184220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.185300000, lastModified=2022-07-06 18:36:51.184220000, delta=1080000 ns, racy<=17500 ns 18:36:51.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.186056000, lastModified=2022-07-06 18:36:51.185220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.186056000, lastModified=2022-07-06 18:36:51.185220000, delta=836000 ns, racy<=17500 ns 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.186456000, lastModified=2022-07-06 18:36:51.185220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.186456000, lastModified=2022-07-06 18:36:51.185220000, delta=1236000 ns, racy<=17500 ns 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.186775000, lastModified=2022-07-06 18:36:51.185220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.186775000, lastModified=2022-07-06 18:36:51.185220000, delta=1555000 ns, racy<=17500 ns 18:36:51.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.187117000, lastModified=2022-07-06 18:36:51.186220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.187117000, lastModified=2022-07-06 18:36:51.186220000, delta=897000 ns, racy<=17500 ns 18:36:51.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.187740000, lastModified=2022-07-06 18:36:51.186220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.186220000 to 2022-07-06 18:36:51.187220000 18:36:51.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.236562000, lastModified=2022-07-06 18:36:51.187220000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.187220000 to 2022-07-06 18:36:51.235221000 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.237114000, lastModified=2022-07-06 18:36:51.236221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.237114000, lastModified=2022-07-06 18:36:51.236221000, delta=893000 ns, racy<=17500 ns 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.237529000, lastModified=2022-07-06 18:36:51.236221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.237529000, lastModified=2022-07-06 18:36:51.236221000, delta=1308000 ns, racy<=17500 ns 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.237954000, lastModified=2022-07-06 18:36:51.236221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.236221000 to 2022-07-06 18:36:51.237221000 18:36:51.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.238810000, lastModified=2022-07-06 18:36:51.237221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.237221000 to 2022-07-06 18:36:51.238221000 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.239143000, lastModified=2022-07-06 18:36:51.238221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.239143000, lastModified=2022-07-06 18:36:51.238221000, delta=922000 ns, racy<=17500 ns 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.239547000, lastModified=2022-07-06 18:36:51.238221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.239547000, lastModified=2022-07-06 18:36:51.238221000, delta=1326000 ns, racy<=17500 ns 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.239920000, lastModified=2022-07-06 18:36:51.238221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, lastModified changed from 2022-07-06 18:36:51.238221000 to 2022-07-06 18:36:51.239221000 18:36:51.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, create new FileSnapshot: lastRead=2022-07-06 18:36:51.240663000, lastModified=2022-07-06 18:36:51.239221000, size=1, fileKey=(dev=10009e,ino=2008030284) 18:36:51.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, isRacyClean=false, read=2022-07-06 18:36:51.240663000, lastModified=2022-07-06 18:36:51.239221000, delta=1442000 ns, racy<=17500 ns 18:36:51.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/.probe-53708a2f-6c45-4182-a0ba-ff95eb64e8de, is unmodified 18:36:51.242 [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] 2998, 2215, 17500, 752000.0, 1635000.0, 1186768.8487584644, 224005.21195317773 18:36:51.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=7 µs, minimalRacyInterval=1,635 µs] 18:36:51.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.244 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-07-06 18:36:47.096850000, lastModified=2022-07-06 18:28:15.644221000, delta=511452629000 ns, racy<=2500000000 ns 18:36:51.244 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:36:51.245 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.245045000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.245045000, lastModified=2022-07-06 18:36:51.244221000, delta=824000 ns, racy<=2500000000 ns 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.249678000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.249678000, lastModified=2022-07-06 18:36:51.244221000, delta=5457000 ns, racy<=2500000000 ns 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.179857000, lastModified=2022-07-06 18:36:47.258151000, delta=921706000 ns, racy<=2500000000 ns 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:51.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.249983000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.249983000, lastModified=2022-07-06 18:36:47.258151000, delta=3991832000 ns, racy<=2500000000 ns 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.251526000, lastModified=2022-07-06 18:36:48.158167000, size=0, fileKey=(dev=10009e,ino=2000693776) 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.249678000, lastModified=2022-07-06 18:36:51.244221000, delta=5457000 ns, racy<=2500000000 ns 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.251699000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.251699000, lastModified=2022-07-06 18:36:51.244221000, delta=7478000 ns, racy<=2500000000 ns 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.252868000, lastModified=2022-07-06 18:36:51.251221000, size=104, fileKey=(dev=10009e,ino=2000693776) 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.253151000, lastModified=2022-07-06 18:36:51.251221000, size=104, fileKey=(dev=10009e,ino=2000693776) 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.251699000, lastModified=2022-07-06 18:36:51.244221000, delta=7478000 ns, racy<=2500000000 ns 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.253346000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.253346000, lastModified=2022-07-06 18:36:51.244221000, delta=9125000 ns, racy<=2500000000 ns 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.253819000, lastModified=2022-07-06 18:36:51.251221000, size=104, fileKey=(dev=10009e,ino=2000693776) 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.253971000, lastModified=2022-07-06 18:36:51.251221000, size=104, fileKey=(dev=10009e,ino=2000693776) 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.254177000, lastModified=2022-07-06 18:36:51.252221000, size=0, fileKey=(dev=10009e,ino=2000693777) 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.253346000, lastModified=2022-07-06 18:36:51.244221000, delta=9125000 ns, racy<=2500000000 ns 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.254359000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.254359000, lastModified=2022-07-06 18:36:51.244221000, delta=10138000 ns, racy<=2500000000 ns 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.255266000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.254359000, lastModified=2022-07-06 18:36:51.244221000, delta=10138000 ns, racy<=2500000000 ns 18:36:51.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.272695000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.272695000, lastModified=2022-07-06 18:36:51.244221000, delta=28474000 ns, racy<=2500000000 ns 18:36:51.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.272695000, lastModified=2022-07-06 18:36:51.244221000, delta=28474000 ns, racy<=2500000000 ns 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.274 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.274371000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.274371000, lastModified=2022-07-06 18:36:51.244221000, delta=30150000 ns, racy<=2500000000 ns 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.274371000, lastModified=2022-07-06 18:36:51.244221000, delta=30150000 ns, racy<=2500000000 ns 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.280116000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.280116000, lastModified=2022-07-06 18:36:51.244221000, delta=35895000 ns, racy<=2500000000 ns 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.280116000, lastModified=2022-07-06 18:36:51.244221000, delta=35895000 ns, racy<=2500000000 ns 18:36:51.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.281795000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.281795000, lastModified=2022-07-06 18:36:51.244221000, delta=37574000 ns, racy<=2500000000 ns 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.282336000, lastModified=2022-07-06 18:36:47.253151000, size=23, fileKey=(dev=10009e,ino=2000693774) 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.281795000, lastModified=2022-07-06 18:36:51.244221000, delta=37574000 ns, racy<=2500000000 ns 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.282795000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.282795000, lastModified=2022-07-06 18:36:51.244221000, delta=38574000 ns, racy<=2500000000 ns 18:36:51.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.282336000, lastModified=2022-07-06 18:36:47.253151000, delta=4029185000 ns, racy<=4087500 ns 18:36:51.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.282795000, lastModified=2022-07-06 18:36:51.244221000, delta=38574000 ns, racy<=2500000000 ns 18:36:51.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.338726000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.338726000, lastModified=2022-07-06 18:36:51.244221000, delta=94505000 ns, racy<=2500000000 ns 18:36:51.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.340676000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.340818000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:48.183925000, lastModified=2022-07-06 18:36:47.238151000, delta=945774000 ns, racy<=4087500 ns 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.245578000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611245578000 ns, racy<=4087500 ns 18:36:51.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.338726000, lastModified=2022-07-06 18:36:51.244221000, delta=94505000 ns, racy<=2500000000 ns 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.348413000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.348413000, lastModified=2022-07-06 18:36:51.244221000, delta=104192000 ns, racy<=2500000000 ns 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.282336000, lastModified=2022-07-06 18:36:47.253151000, delta=4029185000 ns, racy<=4087500 ns 18:36:51.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.348413000, lastModified=2022-07-06 18:36:51.244221000, delta=104192000 ns, racy<=2500000000 ns 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.349 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.349396000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.349396000, lastModified=2022-07-06 18:36:51.244221000, delta=105175000 ns, racy<=2500000000 ns 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.349396000, lastModified=2022-07-06 18:36:51.244221000, delta=105175000 ns, racy<=2500000000 ns 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.349 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.349840000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.349840000, lastModified=2022-07-06 18:36:51.244221000, delta=105619000 ns, racy<=2500000000 ns 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.349840000, lastModified=2022-07-06 18:36:51.244221000, delta=105619000 ns, racy<=2500000000 ns 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.350 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.350977000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.350977000, lastModified=2022-07-06 18:36:51.244221000, delta=106756000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.350977000, lastModified=2022-07-06 18:36:51.244221000, delta=106756000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.351324000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351324000, lastModified=2022-07-06 18:36:51.244221000, delta=107103000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351324000, lastModified=2022-07-06 18:36:51.244221000, delta=107103000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.351617000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351617000, lastModified=2022-07-06 18:36:51.244221000, delta=107396000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351617000, lastModified=2022-07-06 18:36:51.244221000, delta=107396000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.351867000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351867000, lastModified=2022-07-06 18:36:51.244221000, delta=107646000 ns, racy<=2500000000 ns 18:36:51.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.351867000, lastModified=2022-07-06 18:36:51.244221000, delta=107646000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.352224000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.352224000, lastModified=2022-07-06 18:36:51.244221000, delta=108003000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.352224000, lastModified=2022-07-06 18:36:51.244221000, delta=108003000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.352565000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.352565000, lastModified=2022-07-06 18:36:51.244221000, delta=108344000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.352828000, lastModified=2022-07-06 18:36:51.350223000, size=41, fileKey=(dev=10009e,ino=2002781114) 18:36:51.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.352565000, lastModified=2022-07-06 18:36:51.244221000, delta=108344000 ns, racy<=2500000000 ns 18:36:51.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.353963000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.353963000, lastModified=2022-07-06 18:36:51.244221000, delta=109742000 ns, racy<=2500000000 ns 18:36:51.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.358578000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.353963000, lastModified=2022-07-06 18:36:51.244221000, delta=109742000 ns, racy<=2500000000 ns 18:36:51.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.359062000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.359062000, lastModified=2022-07-06 18:36:51.244221000, delta=114841000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.359062000, lastModified=2022-07-06 18:36:51.244221000, delta=114841000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.359663000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.359663000, lastModified=2022-07-06 18:36:51.244221000, delta=115442000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.360097000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.359663000, lastModified=2022-07-06 18:36:51.244221000, delta=115442000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.360 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.360293000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.360293000, lastModified=2022-07-06 18:36:51.244221000, delta=116072000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.360642000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.360694000, lastModified=2022-07-06 18:36:51.254221000, size=104, fileKey=(dev=10009e,ino=2000693777) 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.360293000, lastModified=2022-07-06 18:36:51.244221000, delta=116072000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.360 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.360787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.360787000, lastModified=2022-07-06 18:36:51.244221000, delta=116566000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.360787000, lastModified=2022-07-06 18:36:51.244221000, delta=116566000 ns, racy<=2500000000 ns 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.361136000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.361136000, lastModified=2022-07-06 18:36:51.244221000, delta=116915000 ns, racy<=2500000000 ns 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.361136000, lastModified=2022-07-06 18:36:51.244221000, delta=116915000 ns, racy<=2500000000 ns 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.362 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.362645000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.362645000, lastModified=2022-07-06 18:36:51.244221000, delta=118424000 ns, racy<=2500000000 ns 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, size=6, fileKey=(dev=10009e,ino=2010121423) 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.362645000, lastModified=2022-07-06 18:36:51.244221000, delta=118424000 ns, racy<=2500000000 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.363 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.363400000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.363400000, lastModified=2022-07-06 18:36:51.244221000, delta=119179000 ns, racy<=2500000000 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.364939000, lastModified=2022-07-06 18:36:51.359223000, size=0, fileKey=(dev=10009e,ino=2000693778) 18:36:51.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.363400000, lastModified=2022-07-06 18:36:51.244221000, delta=119179000 ns, racy<=2500000000 ns 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.365038000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.365038000, lastModified=2022-07-06 18:36:51.244221000, delta=120817000 ns, racy<=2500000000 ns 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.365792000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.365931000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.365038000, lastModified=2022-07-06 18:36:51.244221000, delta=120817000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.366323000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366323000, lastModified=2022-07-06 18:36:51.244221000, delta=122102000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366323000, lastModified=2022-07-06 18:36:51.244221000, delta=122102000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.366661000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366661000, lastModified=2022-07-06 18:36:51.244221000, delta=122440000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366661000, lastModified=2022-07-06 18:36:51.244221000, delta=122440000 ns, racy<=2500000000 ns 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.366969000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366969000, lastModified=2022-07-06 18:36:51.244221000, delta=122748000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.366969000, lastModified=2022-07-06 18:36:51.244221000, delta=122748000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.367 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.367263000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.367263000, lastModified=2022-07-06 18:36:51.244221000, delta=123042000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.367602000, lastModified=2022-07-06 18:36:47.253151000, size=23, fileKey=(dev=10009e,ino=2000693774) 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.367705000, lastModified=2022-07-06 18:36:51.350223000, size=41, fileKey=(dev=10009e,ino=2002781114) 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.367263000, lastModified=2022-07-06 18:36:51.244221000, delta=123042000 ns, racy<=2500000000 ns 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.367 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.367959000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.367959000, lastModified=2022-07-06 18:36:51.244221000, delta=123738000 ns, racy<=2500000000 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.367602000, lastModified=2022-07-06 18:36:47.253151000, delta=4114451000 ns, racy<=4087500 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.367705000, lastModified=2022-07-06 18:36:51.350223000, delta=17482000 ns, racy<=4087500 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.367959000, lastModified=2022-07-06 18:36:51.244221000, delta=123738000 ns, racy<=2500000000 ns 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.369476000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.369476000, lastModified=2022-07-06 18:36:51.244221000, delta=125255000 ns, racy<=2500000000 ns 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.369821000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.369934000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.363062000, lastModified=2022-07-06 18:36:47.238151000, delta=4124911000 ns, racy<=4087500 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.363910000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611363910000 ns, racy<=4087500 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.369476000, lastModified=2022-07-06 18:36:51.244221000, delta=125255000 ns, racy<=2500000000 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.371746000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.371746000, lastModified=2022-07-06 18:36:51.244221000, delta=127525000 ns, racy<=2500000000 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.367602000, lastModified=2022-07-06 18:36:47.253151000, delta=4114451000 ns, racy<=4087500 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.367705000, lastModified=2022-07-06 18:36:51.350223000, delta=17482000 ns, racy<=4087500 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.371746000, lastModified=2022-07-06 18:36:51.244221000, delta=127525000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.372322000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.372322000, lastModified=2022-07-06 18:36:51.244221000, delta=128101000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.367705000, lastModified=2022-07-06 18:36:51.350223000, delta=17482000 ns, racy<=4087500 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.372322000, lastModified=2022-07-06 18:36:51.244221000, delta=128101000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.372809000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.372809000, lastModified=2022-07-06 18:36:51.244221000, delta=128588000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.372809000, lastModified=2022-07-06 18:36:51.244221000, delta=128588000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.373125000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373125000, lastModified=2022-07-06 18:36:51.244221000, delta=128904000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373125000, lastModified=2022-07-06 18:36:51.244221000, delta=128904000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.373430000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373430000, lastModified=2022-07-06 18:36:51.244221000, delta=129209000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373430000, lastModified=2022-07-06 18:36:51.244221000, delta=129209000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.373697000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373697000, lastModified=2022-07-06 18:36:51.244221000, delta=129476000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373697000, lastModified=2022-07-06 18:36:51.244221000, delta=129476000 ns, racy<=2500000000 ns 18:36:51.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.373966000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373966000, lastModified=2022-07-06 18:36:51.244221000, delta=129745000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.373966000, lastModified=2022-07-06 18:36:51.244221000, delta=129745000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.374216000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374216000, lastModified=2022-07-06 18:36:51.244221000, delta=129995000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.374399000, lastModified=2022-07-06 18:36:51.372223000, size=41, fileKey=(dev=10009e,ino=2002781115) 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374216000, lastModified=2022-07-06 18:36:51.244221000, delta=129995000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.374615000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374615000, lastModified=2022-07-06 18:36:51.244221000, delta=130394000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.359364000, lastModified=2022-07-06 18:36:47.258151000, delta=4101213000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374615000, lastModified=2022-07-06 18:36:51.244221000, delta=130394000 ns, racy<=2500000000 ns 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.374960000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374960000, lastModified=2022-07-06 18:36:51.244221000, delta=130739000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=true, read=2022-07-06 18:36:48.075313000, lastModified=2022-07-06 18:36:47.258151000, delta=817162000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is racily clean 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.375125000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.375125000, lastModified=2022-07-06 18:36:47.258151000, delta=4116974000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.375239000, lastModified=2022-07-06 18:36:51.372223000, size=41, fileKey=(dev=10009e,ino=2002781115) 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.374960000, lastModified=2022-07-06 18:36:51.244221000, delta=130739000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.375387000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.375387000, lastModified=2022-07-06 18:36:51.244221000, delta=131166000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.375239000, lastModified=2022-07-06 18:36:51.372223000, delta=3016000 ns, racy<=4087500 ns 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is racily clean 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.375621000, lastModified=2022-07-06 18:36:51.372223000, size=41, fileKey=(dev=10009e,ino=2002781115) 18:36:51.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.375621000, lastModified=2022-07-06 18:36:51.372223000, delta=3398000 ns, racy<=4087500 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.376310000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.375387000, lastModified=2022-07-06 18:36:51.244221000, delta=131166000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.376524000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.376524000, lastModified=2022-07-06 18:36:51.244221000, delta=132303000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.376524000, lastModified=2022-07-06 18:36:51.244221000, delta=132303000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.376806000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.376806000, lastModified=2022-07-06 18:36:51.244221000, delta=132585000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377111000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.376806000, lastModified=2022-07-06 18:36:51.244221000, delta=132585000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.377 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377255000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377255000, lastModified=2022-07-06 18:36:51.244221000, delta=133034000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377536000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377625000, lastModified=2022-07-06 18:36:51.364223000, size=176, fileKey=(dev=10009e,ino=2000693778) 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377255000, lastModified=2022-07-06 18:36:51.244221000, delta=133034000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.377 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377707000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377707000, lastModified=2022-07-06 18:36:51.244221000, delta=133486000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377707000, lastModified=2022-07-06 18:36:51.244221000, delta=133486000 ns, racy<=2500000000 ns 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.377 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.377974000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377974000, lastModified=2022-07-06 18:36:51.244221000, delta=133753000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.377974000, lastModified=2022-07-06 18:36:51.244221000, delta=133753000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.378331000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.378331000, lastModified=2022-07-06 18:36:51.244221000, delta=134110000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, size=6, fileKey=(dev=10009e,ino=2010121423) 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.379842000, lastModified=2022-07-06 18:36:51.376223000, size=0, fileKey=(dev=10009e,ino=2000693777) 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.378331000, lastModified=2022-07-06 18:36:51.244221000, delta=134110000 ns, racy<=2500000000 ns 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.379935000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.379935000, lastModified=2022-07-06 18:36:51.244221000, delta=135714000 ns, racy<=2500000000 ns 18:36:51.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.437253000, lastModified=2022-07-06 18:36:51.436224000, size=176, fileKey=(dev=10009e,ino=2000693777) 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.437481000, lastModified=2022-07-06 18:36:51.436224000, size=176, fileKey=(dev=10009e,ino=2000693777) 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.379935000, lastModified=2022-07-06 18:36:51.244221000, delta=135714000 ns, racy<=2500000000 ns 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.437 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.437788000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.437788000, lastModified=2022-07-06 18:36:51.244221000, delta=193567000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.437788000, lastModified=2022-07-06 18:36:51.244221000, delta=193567000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.438153000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438153000, lastModified=2022-07-06 18:36:51.244221000, delta=193932000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438153000, lastModified=2022-07-06 18:36:51.244221000, delta=193932000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.438415000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438415000, lastModified=2022-07-06 18:36:51.244221000, delta=194194000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438415000, lastModified=2022-07-06 18:36:51.244221000, delta=194194000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.438662000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438662000, lastModified=2022-07-06 18:36:51.244221000, delta=194441000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.438868000, lastModified=2022-07-06 18:36:47.253151000, size=23, fileKey=(dev=10009e,ino=2000693774) 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.438975000, lastModified=2022-07-06 18:36:51.372223000, size=41, fileKey=(dev=10009e,ino=2002781115) 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.438662000, lastModified=2022-07-06 18:36:51.244221000, delta=194441000 ns, racy<=2500000000 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.439142000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.439142000, lastModified=2022-07-06 18:36:51.244221000, delta=194921000 ns, racy<=2500000000 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.438868000, lastModified=2022-07-06 18:36:47.253151000, delta=4185717000 ns, racy<=4087500 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.438975000, lastModified=2022-07-06 18:36:51.372223000, delta=66752000 ns, racy<=4087500 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.439142000, lastModified=2022-07-06 18:36:51.244221000, delta=194921000 ns, racy<=2500000000 ns 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.439847000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.439847000, lastModified=2022-07-06 18:36:51.244221000, delta=195626000 ns, racy<=2500000000 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.440276000, lastModified=2022-07-06 18:36:51.436224000, size=176, fileKey=(dev=10009e,ino=2000693777) 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.440345000, lastModified=2022-07-06 18:36:51.436224000, size=176, fileKey=(dev=10009e,ino=2000693777) 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.378665000, lastModified=2022-07-06 18:36:47.238151000, delta=4140514000 ns, racy<=4087500 ns 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.379032000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611379032000 ns, racy<=4087500 ns 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack/preserved, is unmodified 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.439847000, lastModified=2022-07-06 18:36:51.244221000, delta=195626000 ns, racy<=2500000000 ns 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.441 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.441871000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.441871000, lastModified=2022-07-06 18:36:51.244221000, delta=197650000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.438868000, lastModified=2022-07-06 18:36:47.253151000, delta=4185717000 ns, racy<=4087500 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/HEAD, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.438975000, lastModified=2022-07-06 18:36:51.372223000, delta=66752000 ns, racy<=4087500 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.441871000, lastModified=2022-07-06 18:36:51.244221000, delta=197650000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.442431000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.442431000, lastModified=2022-07-06 18:36:51.244221000, delta=198210000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.438975000, lastModified=2022-07-06 18:36:51.372223000, delta=66752000 ns, racy<=4087500 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is unmodified 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.442431000, lastModified=2022-07-06 18:36:51.244221000, delta=198210000 ns, racy<=2500000000 ns 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.442943000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.442943000, lastModified=2022-07-06 18:36:51.244221000, delta=198722000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.442943000, lastModified=2022-07-06 18:36:51.244221000, delta=198722000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.443213000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443213000, lastModified=2022-07-06 18:36:51.244221000, delta=198992000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443213000, lastModified=2022-07-06 18:36:51.244221000, delta=198992000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.443456000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443456000, lastModified=2022-07-06 18:36:51.244221000, delta=199235000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443456000, lastModified=2022-07-06 18:36:51.244221000, delta=199235000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.443685000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443685000, lastModified=2022-07-06 18:36:51.244221000, delta=199464000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443685000, lastModified=2022-07-06 18:36:51.244221000, delta=199464000 ns, racy<=2500000000 ns 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.443927000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443927000, lastModified=2022-07-06 18:36:51.244221000, delta=199706000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.443927000, lastModified=2022-07-06 18:36:51.244221000, delta=199706000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.444189000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444189000, lastModified=2022-07-06 18:36:51.244221000, delta=199968000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.444384000, lastModified=2022-07-06 18:36:51.442224000, size=41, fileKey=(dev=10009e,ino=2002781114) 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444189000, lastModified=2022-07-06 18:36:51.244221000, delta=199968000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.444570000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444570000, lastModified=2022-07-06 18:36:51.244221000, delta=200349000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.376681000, lastModified=2022-07-06 18:36:47.258151000, delta=4118530000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444570000, lastModified=2022-07-06 18:36:51.244221000, delta=200349000 ns, racy<=2500000000 ns 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.444882000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444882000, lastModified=2022-07-06 18:36:51.244221000, delta=200661000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=2002781115) to (dev=10009e,ino=2002781114) 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.445143000, lastModified=2022-07-06 18:36:51.442224000, size=41, fileKey=(dev=10009e,ino=2002781114) 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.444882000, lastModified=2022-07-06 18:36:51.244221000, delta=200661000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.445269000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.445269000, lastModified=2022-07-06 18:36:51.244221000, delta=201048000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.445143000, lastModified=2022-07-06 18:36:51.442224000, delta=2919000 ns, racy<=4087500 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, is racily clean 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.445522000, lastModified=2022-07-06 18:36:51.442224000, size=41, fileKey=(dev=10009e,ino=2002781114) 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.445522000, lastModified=2022-07-06 18:36:51.442224000, delta=3298000 ns, racy<=4087500 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.445269000, lastModified=2022-07-06 18:36:51.244221000, delta=201048000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.445785000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.445785000, lastModified=2022-07-06 18:36:51.244221000, delta=201564000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, size=6, fileKey=(dev=10009e,ino=2010121423) 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, delta=4208337000 ns, racy<=4087500 ns 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.445785000, lastModified=2022-07-06 18:36:51.244221000, delta=201564000 ns, racy<=2500000000 ns 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.446 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.446937000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.446937000, lastModified=2022-07-06 18:36:51.244221000, delta=202716000 ns, racy<=2500000000 ns 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, delta=4208337000 ns, racy<=4087500 ns 18:36:51.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, delta=4208337000 ns, racy<=4087500 ns 18:36:51.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.449687000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.446937000, lastModified=2022-07-06 18:36:51.244221000, delta=202716000 ns, racy<=2500000000 ns 18:36:51.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.449904000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.449904000, lastModified=2022-07-06 18:36:51.244221000, delta=205683000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.450128000, lastModified=2022-07-06 18:36:47.258151000, size=78, fileKey=(dev=10009e,ino=2000693775) 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.449904000, lastModified=2022-07-06 18:36:51.244221000, delta=205683000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.450265000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.450265000, lastModified=2022-07-06 18:36:51.244221000, delta=206044000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.450128000, lastModified=2022-07-06 18:36:47.258151000, delta=4191977000 ns, racy<=2500000000 ns 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, is unmodified 18:36:51.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.450485000, lastModified=2022-07-06 18:36:51.436224000, size=176, fileKey=(dev=10009e,ino=2000693777) 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.451120000, lastModified=2022-07-06 18:36:47.238151000, size=6, fileKey=(dev=10009e,ino=2010121423) 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.451120000, lastModified=2022-07-06 18:36:47.238151000, delta=4212969000 ns, racy<=4087500 ns 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.451120000, lastModified=2022-07-06 18:36:47.238151000, delta=4212969000 ns, racy<=4087500 ns 18:36:51.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.451120000, lastModified=2022-07-06 18:36:47.238151000, delta=4212969000 ns, racy<=4087500 ns 18:36:51.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.450265000, lastModified=2022-07-06 18:36:51.244221000, delta=206044000 ns, racy<=2500000000 ns 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.457266000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.457266000, lastModified=2022-07-06 18:36:51.244221000, delta=213045000 ns, racy<=2500000000 ns 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, delta=4208337000 ns, racy<=4087500 ns 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.446488000, lastModified=2022-07-06 18:36:47.238151000, delta=4208337000 ns, racy<=4087500 ns 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/objects/pack, is unmodified 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.457266000, lastModified=2022-07-06 18:36:51.244221000, delta=213045000 ns, racy<=2500000000 ns 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.462802000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.462802000, lastModified=2022-07-06 18:36:51.244221000, delta=218581000 ns, racy<=2500000000 ns 18:36:51.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.462802000, lastModified=2022-07-06 18:36:51.244221000, delta=218581000 ns, racy<=2500000000 ns 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.464 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.464745000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.464745000, lastModified=2022-07-06 18:36:51.244221000, delta=220524000 ns, racy<=2500000000 ns 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16277837892120762726/.git/config, cannot be racily clean 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.464745000, lastModified=2022-07-06 18:36:51.244221000, delta=220524000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.472314000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472314000, lastModified=2022-07-06 18:36:51.244221000, delta=228093000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472314000, lastModified=2022-07-06 18:36:51.244221000, delta=228093000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.472533000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472533000, lastModified=2022-07-06 18:36:51.244221000, delta=228312000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472533000, lastModified=2022-07-06 18:36:51.244221000, delta=228312000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.472846000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472846000, lastModified=2022-07-06 18:36:51.244221000, delta=228625000 ns, racy<=2500000000 ns 18:36:51.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.472846000, lastModified=2022-07-06 18:36:51.244221000, delta=228625000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.473236000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473236000, lastModified=2022-07-06 18:36:51.244221000, delta=229015000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473236000, lastModified=2022-07-06 18:36:51.244221000, delta=229015000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.473477000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473477000, lastModified=2022-07-06 18:36:51.244221000, delta=229256000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473477000, lastModified=2022-07-06 18:36:51.244221000, delta=229256000 ns, racy<=2500000000 ns 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.473945000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473945000, lastModified=2022-07-06 18:36:51.244221000, delta=229724000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.473945000, lastModified=2022-07-06 18:36:51.244221000, delta=229724000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.474305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.474305000, lastModified=2022-07-06 18:36:51.244221000, delta=230084000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.474305000, lastModified=2022-07-06 18:36:51.244221000, delta=230084000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.474626000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.474626000, lastModified=2022-07-06 18:36:51.244221000, delta=230405000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.474626000, lastModified=2022-07-06 18:36:51.244221000, delta=230405000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.475310000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.475310000, lastModified=2022-07-06 18:36:51.244221000, delta=231089000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.475310000, lastModified=2022-07-06 18:36:51.244221000, delta=231089000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.475613000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.475613000, lastModified=2022-07-06 18:36:51.244221000, delta=231392000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.475613000, lastModified=2022-07-06 18:36:51.244221000, delta=231392000 ns, racy<=2500000000 ns 18:36:51.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.476 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.476020000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.476020000, lastModified=2022-07-06 18:36:51.244221000, delta=231799000 ns, racy<=2500000000 ns 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.472671000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611472671000 ns, racy<=2500000000 ns 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is unmodified 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.476282000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.476881000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.477284000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.476020000, lastModified=2022-07-06 18:36:51.244221000, delta=231799000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.477520000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.477520000, lastModified=2022-07-06 18:36:51.244221000, delta=233299000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.477711000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.477520000, lastModified=2022-07-06 18:36:51.244221000, delta=233299000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.477831000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.477831000, lastModified=2022-07-06 18:36:51.244221000, delta=233610000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.477711000, lastModified=2022-07-06 18:36:51.475225000, delta=2486000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.478031000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.478031000, lastModified=2022-07-06 18:36:51.475225000, delta=2806000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.477831000, lastModified=2022-07-06 18:36:51.244221000, delta=233610000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.478244000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.478244000, lastModified=2022-07-06 18:36:51.244221000, delta=234023000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.478031000, lastModified=2022-07-06 18:36:51.475225000, delta=2806000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.478380000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.478380000, lastModified=2022-07-06 18:36:51.475225000, delta=3155000 ns, racy<=2500000000 ns 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.478488000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.478962000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.478244000, lastModified=2022-07-06 18:36:51.244221000, delta=234023000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479110000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479110000, lastModified=2022-07-06 18:36:51.244221000, delta=234889000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479270000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479110000, lastModified=2022-07-06 18:36:51.244221000, delta=234889000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479397000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479397000, lastModified=2022-07-06 18:36:51.244221000, delta=235176000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.479270000, lastModified=2022-07-06 18:36:51.475225000, delta=4045000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479540000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.479540000, lastModified=2022-07-06 18:36:51.475225000, delta=4315000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479397000, lastModified=2022-07-06 18:36:51.244221000, delta=235176000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479781000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479781000, lastModified=2022-07-06 18:36:51.244221000, delta=235560000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.479540000, lastModified=2022-07-06 18:36:51.475225000, delta=4315000 ns, racy<=2500000000 ns 18:36:51.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.479982000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.479982000, lastModified=2022-07-06 18:36:51.475225000, delta=4757000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.479781000, lastModified=2022-07-06 18:36:51.244221000, delta=235560000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.480250000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.480250000, lastModified=2022-07-06 18:36:51.244221000, delta=236029000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.479982000, lastModified=2022-07-06 18:36:51.475225000, delta=4757000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.480432000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.480432000, lastModified=2022-07-06 18:36:51.475225000, delta=5207000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.480250000, lastModified=2022-07-06 18:36:51.244221000, delta=236029000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.480584000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.480584000, lastModified=2022-07-06 18:36:51.244221000, delta=236363000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.480432000, lastModified=2022-07-06 18:36:51.475225000, delta=5207000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.480756000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.480756000, lastModified=2022-07-06 18:36:51.475225000, delta=5531000 ns, racy<=2500000000 ns 18:36:51.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.480584000, lastModified=2022-07-06 18:36:51.244221000, delta=236363000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.481026000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.481026000, lastModified=2022-07-06 18:36:51.244221000, delta=236805000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.480756000, lastModified=2022-07-06 18:36:51.475225000, delta=5531000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.481197000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.481197000, lastModified=2022-07-06 18:36:51.475225000, delta=5972000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.481026000, lastModified=2022-07-06 18:36:51.244221000, delta=236805000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.481412000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.481412000, lastModified=2022-07-06 18:36:51.244221000, delta=237191000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.481197000, lastModified=2022-07-06 18:36:51.475225000, delta=5972000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.481573000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.481573000, lastModified=2022-07-06 18:36:51.475225000, delta=6348000 ns, racy<=2500000000 ns 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.481412000, lastModified=2022-07-06 18:36:51.244221000, delta=237191000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.483275000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.483275000, lastModified=2022-07-06 18:36:51.244221000, delta=239054000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.481573000, lastModified=2022-07-06 18:36:51.475225000, delta=6348000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.483458000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.483458000, lastModified=2022-07-06 18:36:51.475225000, delta=8233000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.483553000, lastModified=2022-07-06 18:36:51.479225000, size=0, fileKey=(dev=10009e,ino=2023753901) 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.483275000, lastModified=2022-07-06 18:36:51.244221000, delta=239054000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.483630000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.483630000, lastModified=2022-07-06 18:36:51.244221000, delta=239409000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.483458000, lastModified=2022-07-06 18:36:51.475225000, delta=8233000 ns, racy<=2500000000 ns 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.483801000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.483801000, lastModified=2022-07-06 18:36:51.475225000, delta=8576000 ns, racy<=2500000000 ns 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.536638000, lastModified=2022-07-06 18:36:51.535226000, size=104, fileKey=(dev=10009e,ino=2023753901) 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.536738000, lastModified=2022-07-06 18:36:51.535226000, size=104, fileKey=(dev=10009e,ino=2023753901) 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.483630000, lastModified=2022-07-06 18:36:51.244221000, delta=239409000 ns, racy<=2500000000 ns 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.536847000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.536847000, lastModified=2022-07-06 18:36:51.244221000, delta=292626000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.483801000, lastModified=2022-07-06 18:36:51.475225000, delta=8576000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537158000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.537158000, lastModified=2022-07-06 18:36:51.475225000, delta=61933000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537375000, lastModified=2022-07-06 18:36:51.535226000, size=104, fileKey=(dev=10009e,ino=2023753901) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537437000, lastModified=2022-07-06 18:36:51.535226000, size=104, fileKey=(dev=10009e,ino=2023753901) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537525000, lastModified=2022-07-06 18:36:51.536226000, size=0, fileKey=(dev=10009e,ino=2023753902) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.536847000, lastModified=2022-07-06 18:36:51.244221000, delta=292626000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537594000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.537594000, lastModified=2022-07-06 18:36:51.244221000, delta=293373000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.537158000, lastModified=2022-07-06 18:36:51.475225000, delta=61933000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537749000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.537749000, lastModified=2022-07-06 18:36:51.475225000, delta=62524000 ns, racy<=2500000000 ns 18:36:51.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.537895000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.537594000, lastModified=2022-07-06 18:36:51.244221000, delta=293373000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.538195000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538195000, lastModified=2022-07-06 18:36:51.244221000, delta=293974000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.537749000, lastModified=2022-07-06 18:36:51.475225000, delta=62524000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.538340000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.538340000, lastModified=2022-07-06 18:36:51.475225000, delta=63115000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538195000, lastModified=2022-07-06 18:36:51.244221000, delta=293974000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.538506000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538506000, lastModified=2022-07-06 18:36:51.244221000, delta=294285000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.538340000, lastModified=2022-07-06 18:36:51.475225000, delta=63115000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.538676000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.538676000, lastModified=2022-07-06 18:36:51.475225000, delta=63451000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538506000, lastModified=2022-07-06 18:36:51.244221000, delta=294285000 ns, racy<=2500000000 ns 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.538874000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538874000, lastModified=2022-07-06 18:36:51.244221000, delta=294653000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.538676000, lastModified=2022-07-06 18:36:51.475225000, delta=63451000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.539152000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.539152000, lastModified=2022-07-06 18:36:51.475225000, delta=63927000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.538874000, lastModified=2022-07-06 18:36:51.244221000, delta=294653000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.539343000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.539343000, lastModified=2022-07-06 18:36:51.244221000, delta=295122000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.539152000, lastModified=2022-07-06 18:36:51.475225000, delta=63927000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.539594000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.539594000, lastModified=2022-07-06 18:36:51.475225000, delta=64369000 ns, racy<=2500000000 ns 18:36:51.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.539741000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.539343000, lastModified=2022-07-06 18:36:51.244221000, delta=295122000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.540084000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.540084000, lastModified=2022-07-06 18:36:51.244221000, delta=295863000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.539594000, lastModified=2022-07-06 18:36:51.475225000, delta=64369000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.540296000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.540296000, lastModified=2022-07-06 18:36:51.475225000, delta=65071000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.539741000, lastModified=2022-07-06 18:36:51.475225000, delta=64516000 ns, racy<=4087500 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.540084000, lastModified=2022-07-06 18:36:51.244221000, delta=295863000 ns, racy<=2500000000 ns 18:36:51.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.541006000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.541006000, lastModified=2022-07-06 18:36:51.244221000, delta=296785000 ns, racy<=2500000000 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.540296000, lastModified=2022-07-06 18:36:51.475225000, delta=65071000 ns, racy<=2500000000 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.541223000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.541223000, lastModified=2022-07-06 18:36:51.475225000, delta=65998000 ns, racy<=2500000000 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.541481000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.541546000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.481753000, lastModified=2022-07-06 18:36:51.472225000, delta=9528000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.482352000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611482352000 ns, racy<=4087500 ns 18:36:51.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.541006000, lastModified=2022-07-06 18:36:51.244221000, delta=296785000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.543146000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.543146000, lastModified=2022-07-06 18:36:51.244221000, delta=298925000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.541223000, lastModified=2022-07-06 18:36:51.475225000, delta=65998000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.543405000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.543405000, lastModified=2022-07-06 18:36:51.475225000, delta=68180000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.539741000, lastModified=2022-07-06 18:36:51.475225000, delta=64516000 ns, racy<=4087500 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.543146000, lastModified=2022-07-06 18:36:51.244221000, delta=298925000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.543788000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.543788000, lastModified=2022-07-06 18:36:51.244221000, delta=299567000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.543405000, lastModified=2022-07-06 18:36:51.475225000, delta=68180000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.544022000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.544022000, lastModified=2022-07-06 18:36:51.475225000, delta=68797000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.543788000, lastModified=2022-07-06 18:36:51.244221000, delta=299567000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.544306000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.544306000, lastModified=2022-07-06 18:36:51.244221000, delta=300085000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.544022000, lastModified=2022-07-06 18:36:51.475225000, delta=68797000 ns, racy<=2500000000 ns 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.544447000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.544447000, lastModified=2022-07-06 18:36:51.475225000, delta=69222000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.544306000, lastModified=2022-07-06 18:36:51.244221000, delta=300085000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545127000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545127000, lastModified=2022-07-06 18:36:51.244221000, delta=300906000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.544447000, lastModified=2022-07-06 18:36:51.475225000, delta=69222000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545286000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545286000, lastModified=2022-07-06 18:36:51.475225000, delta=70061000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545127000, lastModified=2022-07-06 18:36:51.244221000, delta=300906000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545441000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545441000, lastModified=2022-07-06 18:36:51.244221000, delta=301220000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545286000, lastModified=2022-07-06 18:36:51.475225000, delta=70061000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545621000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545621000, lastModified=2022-07-06 18:36:51.475225000, delta=70396000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545441000, lastModified=2022-07-06 18:36:51.244221000, delta=301220000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545779000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545779000, lastModified=2022-07-06 18:36:51.244221000, delta=301558000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545621000, lastModified=2022-07-06 18:36:51.475225000, delta=70396000 ns, racy<=2500000000 ns 18:36:51.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.545992000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545992000, lastModified=2022-07-06 18:36:51.475225000, delta=70767000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.545779000, lastModified=2022-07-06 18:36:51.244221000, delta=301558000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.546119000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.546119000, lastModified=2022-07-06 18:36:51.244221000, delta=301898000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.545992000, lastModified=2022-07-06 18:36:51.475225000, delta=70767000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.546240000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.546240000, lastModified=2022-07-06 18:36:51.475225000, delta=71015000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.546119000, lastModified=2022-07-06 18:36:51.244221000, delta=301898000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.546402000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.546402000, lastModified=2022-07-06 18:36:51.244221000, delta=302181000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.546240000, lastModified=2022-07-06 18:36:51.475225000, delta=71015000 ns, racy<=2500000000 ns 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.546533000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.546533000, lastModified=2022-07-06 18:36:51.475225000, delta=71308000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.546402000, lastModified=2022-07-06 18:36:51.244221000, delta=302181000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.547062000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.547062000, lastModified=2022-07-06 18:36:51.244221000, delta=302841000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.546533000, lastModified=2022-07-06 18:36:51.475225000, delta=71308000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.547204000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.547204000, lastModified=2022-07-06 18:36:51.475225000, delta=71979000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.547334000, lastModified=2022-07-06 18:36:51.544226000, size=41, fileKey=(dev=10009e,ino=2025974995) 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.547062000, lastModified=2022-07-06 18:36:51.244221000, delta=302841000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.547509000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.547509000, lastModified=2022-07-06 18:36:51.244221000, delta=303288000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.547204000, lastModified=2022-07-06 18:36:51.475225000, delta=71979000 ns, racy<=2500000000 ns 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.547665000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.547665000, lastModified=2022-07-06 18:36:51.475225000, delta=72440000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.548294000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.547509000, lastModified=2022-07-06 18:36:51.244221000, delta=303288000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.548440000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.548440000, lastModified=2022-07-06 18:36:51.244221000, delta=304219000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.548570000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.548440000, lastModified=2022-07-06 18:36:51.244221000, delta=304219000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.548688000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.548688000, lastModified=2022-07-06 18:36:51.244221000, delta=304467000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.548570000, lastModified=2022-07-06 18:36:51.475225000, delta=73345000 ns, racy<=2500000000 ns 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.548846000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.548846000, lastModified=2022-07-06 18:36:51.475225000, delta=73621000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549026000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.548688000, lastModified=2022-07-06 18:36:51.244221000, delta=304467000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549221000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.549221000, lastModified=2022-07-06 18:36:51.244221000, delta=305000000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.548846000, lastModified=2022-07-06 18:36:51.475225000, delta=73621000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549391000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.549391000, lastModified=2022-07-06 18:36:51.475225000, delta=74166000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549555000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549608000, lastModified=2022-07-06 18:36:51.536226000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.549221000, lastModified=2022-07-06 18:36:51.244221000, delta=305000000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549673000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.549673000, lastModified=2022-07-06 18:36:51.244221000, delta=305452000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.549391000, lastModified=2022-07-06 18:36:51.475225000, delta=74166000 ns, racy<=2500000000 ns 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.549830000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.549830000, lastModified=2022-07-06 18:36:51.475225000, delta=74605000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.549673000, lastModified=2022-07-06 18:36:51.244221000, delta=305452000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.550070000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.550070000, lastModified=2022-07-06 18:36:51.244221000, delta=305849000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.549830000, lastModified=2022-07-06 18:36:51.475225000, delta=74605000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.550229000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.550229000, lastModified=2022-07-06 18:36:51.475225000, delta=75004000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.550070000, lastModified=2022-07-06 18:36:51.244221000, delta=305849000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.550482000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.550482000, lastModified=2022-07-06 18:36:51.244221000, delta=306261000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.550229000, lastModified=2022-07-06 18:36:51.475225000, delta=75004000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.550645000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.550645000, lastModified=2022-07-06 18:36:51.475225000, delta=75420000 ns, racy<=2500000000 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.550482000, lastModified=2022-07-06 18:36:51.244221000, delta=306261000 ns, racy<=2500000000 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.551149000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.551149000, lastModified=2022-07-06 18:36:51.244221000, delta=306928000 ns, racy<=2500000000 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.550645000, lastModified=2022-07-06 18:36:51.475225000, delta=75420000 ns, racy<=2500000000 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.551307000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.551307000, lastModified=2022-07-06 18:36:51.475225000, delta=76082000 ns, racy<=2500000000 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552215000, lastModified=2022-07-06 18:36:51.548226000, size=0, fileKey=(dev=10009e,ino=2023753903) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.551149000, lastModified=2022-07-06 18:36:51.244221000, delta=306928000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552292000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.552292000, lastModified=2022-07-06 18:36:51.244221000, delta=308071000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.551307000, lastModified=2022-07-06 18:36:51.475225000, delta=76082000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552448000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.552448000, lastModified=2022-07-06 18:36:51.475225000, delta=77223000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552554000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552616000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.552292000, lastModified=2022-07-06 18:36:51.244221000, delta=308071000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552754000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.552754000, lastModified=2022-07-06 18:36:51.244221000, delta=308533000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.552448000, lastModified=2022-07-06 18:36:51.475225000, delta=77223000 ns, racy<=2500000000 ns 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.552927000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.552927000, lastModified=2022-07-06 18:36:51.475225000, delta=77702000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.552754000, lastModified=2022-07-06 18:36:51.244221000, delta=308533000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553049000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553049000, lastModified=2022-07-06 18:36:51.244221000, delta=308828000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.552927000, lastModified=2022-07-06 18:36:51.475225000, delta=77702000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553170000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553170000, lastModified=2022-07-06 18:36:51.475225000, delta=77945000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553049000, lastModified=2022-07-06 18:36:51.244221000, delta=308828000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553314000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553314000, lastModified=2022-07-06 18:36:51.244221000, delta=309093000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553170000, lastModified=2022-07-06 18:36:51.475225000, delta=77945000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553432000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553432000, lastModified=2022-07-06 18:36:51.475225000, delta=78207000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553314000, lastModified=2022-07-06 18:36:51.244221000, delta=309093000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553529000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553529000, lastModified=2022-07-06 18:36:51.244221000, delta=309308000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553432000, lastModified=2022-07-06 18:36:51.475225000, delta=78207000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553644000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553644000, lastModified=2022-07-06 18:36:51.475225000, delta=78419000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553748000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553804000, lastModified=2022-07-06 18:36:51.544226000, size=41, fileKey=(dev=10009e,ino=2025974995) 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553529000, lastModified=2022-07-06 18:36:51.244221000, delta=309308000 ns, racy<=2500000000 ns 18:36:51.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.553971000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553971000, lastModified=2022-07-06 18:36:51.244221000, delta=309750000 ns, racy<=2500000000 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.553644000, lastModified=2022-07-06 18:36:51.475225000, delta=78419000 ns, racy<=2500000000 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.554123000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.554123000, lastModified=2022-07-06 18:36:51.475225000, delta=78898000 ns, racy<=2500000000 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.553748000, lastModified=2022-07-06 18:36:51.475225000, delta=78523000 ns, racy<=4087500 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.553804000, lastModified=2022-07-06 18:36:51.544226000, delta=9578000 ns, racy<=4087500 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.553971000, lastModified=2022-07-06 18:36:51.244221000, delta=309750000 ns, racy<=2500000000 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.555305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.555305000, lastModified=2022-07-06 18:36:51.244221000, delta=311084000 ns, racy<=2500000000 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.554123000, lastModified=2022-07-06 18:36:51.475225000, delta=78898000 ns, racy<=2500000000 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.555497000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.555497000, lastModified=2022-07-06 18:36:51.475225000, delta=80272000 ns, racy<=2500000000 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.555689000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.555741000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.550820000, lastModified=2022-07-06 18:36:51.472225000, delta=78595000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.551606000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611551606000 ns, racy<=4087500 ns 18:36:51.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.555305000, lastModified=2022-07-06 18:36:51.244221000, delta=311084000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.557225000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.557225000, lastModified=2022-07-06 18:36:51.244221000, delta=313004000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.555497000, lastModified=2022-07-06 18:36:51.475225000, delta=80272000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.557384000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.557384000, lastModified=2022-07-06 18:36:51.475225000, delta=82159000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.553748000, lastModified=2022-07-06 18:36:51.475225000, delta=78523000 ns, racy<=4087500 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.553804000, lastModified=2022-07-06 18:36:51.544226000, delta=9578000 ns, racy<=4087500 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.557225000, lastModified=2022-07-06 18:36:51.244221000, delta=313004000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.557690000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.557690000, lastModified=2022-07-06 18:36:51.244221000, delta=313469000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.557384000, lastModified=2022-07-06 18:36:51.475225000, delta=82159000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.557821000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.557821000, lastModified=2022-07-06 18:36:51.475225000, delta=82596000 ns, racy<=2500000000 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.553804000, lastModified=2022-07-06 18:36:51.544226000, delta=9578000 ns, racy<=4087500 ns 18:36:51.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.557690000, lastModified=2022-07-06 18:36:51.244221000, delta=313469000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.558221000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558221000, lastModified=2022-07-06 18:36:51.244221000, delta=314000000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.557821000, lastModified=2022-07-06 18:36:51.475225000, delta=82596000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.558359000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.558359000, lastModified=2022-07-06 18:36:51.475225000, delta=83134000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558221000, lastModified=2022-07-06 18:36:51.244221000, delta=314000000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.558514000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558514000, lastModified=2022-07-06 18:36:51.244221000, delta=314293000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.558359000, lastModified=2022-07-06 18:36:51.475225000, delta=83134000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.558655000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.558655000, lastModified=2022-07-06 18:36:51.475225000, delta=83430000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558514000, lastModified=2022-07-06 18:36:51.244221000, delta=314293000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.558832000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558832000, lastModified=2022-07-06 18:36:51.244221000, delta=314611000 ns, racy<=2500000000 ns 18:36:51.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.558655000, lastModified=2022-07-06 18:36:51.475225000, delta=83430000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559049000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559049000, lastModified=2022-07-06 18:36:51.475225000, delta=83824000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.558832000, lastModified=2022-07-06 18:36:51.244221000, delta=314611000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559216000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559216000, lastModified=2022-07-06 18:36:51.244221000, delta=314995000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559049000, lastModified=2022-07-06 18:36:51.475225000, delta=83824000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559350000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559350000, lastModified=2022-07-06 18:36:51.475225000, delta=84125000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559216000, lastModified=2022-07-06 18:36:51.244221000, delta=314995000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559494000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559494000, lastModified=2022-07-06 18:36:51.244221000, delta=315273000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559350000, lastModified=2022-07-06 18:36:51.475225000, delta=84125000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559702000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559702000, lastModified=2022-07-06 18:36:51.475225000, delta=84477000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559494000, lastModified=2022-07-06 18:36:51.244221000, delta=315273000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.559852000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559852000, lastModified=2022-07-06 18:36:51.244221000, delta=315631000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.559702000, lastModified=2022-07-06 18:36:51.475225000, delta=84477000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.560033000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.560033000, lastModified=2022-07-06 18:36:51.475225000, delta=84808000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.560205000, lastModified=2022-07-06 18:36:51.557226000, size=41, fileKey=(dev=10009e,ino=2025974996) 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.559852000, lastModified=2022-07-06 18:36:51.244221000, delta=315631000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.560479000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.560479000, lastModified=2022-07-06 18:36:51.244221000, delta=316258000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.560033000, lastModified=2022-07-06 18:36:51.475225000, delta=84808000 ns, racy<=2500000000 ns 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.560739000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.560739000, lastModified=2022-07-06 18:36:51.475225000, delta=85514000 ns, racy<=2500000000 ns 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.561489000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.560479000, lastModified=2022-07-06 18:36:51.244221000, delta=316258000 ns, racy<=2500000000 ns 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.561679000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.561679000, lastModified=2022-07-06 18:36:51.244221000, delta=317458000 ns, racy<=2500000000 ns 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.561807000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.561679000, lastModified=2022-07-06 18:36:51.244221000, delta=317458000 ns, racy<=2500000000 ns 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.561948000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.561948000, lastModified=2022-07-06 18:36:51.244221000, delta=317727000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.561807000, lastModified=2022-07-06 18:36:51.475225000, delta=86582000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562178000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.562178000, lastModified=2022-07-06 18:36:51.475225000, delta=86953000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562297000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.561948000, lastModified=2022-07-06 18:36:51.244221000, delta=317727000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562416000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.562416000, lastModified=2022-07-06 18:36:51.244221000, delta=318195000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.562178000, lastModified=2022-07-06 18:36:51.475225000, delta=86953000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562569000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.562569000, lastModified=2022-07-06 18:36:51.475225000, delta=87344000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562733000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562813000, lastModified=2022-07-06 18:36:51.551226000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.562416000, lastModified=2022-07-06 18:36:51.244221000, delta=318195000 ns, racy<=2500000000 ns 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.562903000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.562903000, lastModified=2022-07-06 18:36:51.244221000, delta=318682000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.562569000, lastModified=2022-07-06 18:36:51.475225000, delta=87344000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.563059000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563059000, lastModified=2022-07-06 18:36:51.475225000, delta=87834000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.562903000, lastModified=2022-07-06 18:36:51.244221000, delta=318682000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.563190000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.563190000, lastModified=2022-07-06 18:36:51.244221000, delta=318969000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563059000, lastModified=2022-07-06 18:36:51.475225000, delta=87834000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.563308000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563308000, lastModified=2022-07-06 18:36:51.475225000, delta=88083000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.563190000, lastModified=2022-07-06 18:36:51.244221000, delta=318969000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.563573000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.563573000, lastModified=2022-07-06 18:36:51.244221000, delta=319352000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563308000, lastModified=2022-07-06 18:36:51.475225000, delta=88083000 ns, racy<=2500000000 ns 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.563792000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563792000, lastModified=2022-07-06 18:36:51.475225000, delta=88567000 ns, racy<=2500000000 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565087000, lastModified=2022-07-06 18:36:51.561226000, size=0, fileKey=(dev=10009e,ino=2023753902) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.563573000, lastModified=2022-07-06 18:36:51.244221000, delta=319352000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565163000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.565163000, lastModified=2022-07-06 18:36:51.244221000, delta=320942000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.563792000, lastModified=2022-07-06 18:36:51.475225000, delta=88567000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565342000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.565342000, lastModified=2022-07-06 18:36:51.475225000, delta=90117000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565462000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565539000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.565163000, lastModified=2022-07-06 18:36:51.244221000, delta=320942000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565686000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.565686000, lastModified=2022-07-06 18:36:51.244221000, delta=321465000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.565342000, lastModified=2022-07-06 18:36:51.475225000, delta=90117000 ns, racy<=2500000000 ns 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.565878000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.565878000, lastModified=2022-07-06 18:36:51.475225000, delta=90653000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.565686000, lastModified=2022-07-06 18:36:51.244221000, delta=321465000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.566129000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.566129000, lastModified=2022-07-06 18:36:51.244221000, delta=321908000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.565878000, lastModified=2022-07-06 18:36:51.475225000, delta=90653000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.566385000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.566385000, lastModified=2022-07-06 18:36:51.475225000, delta=91160000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.566129000, lastModified=2022-07-06 18:36:51.244221000, delta=321908000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.566621000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.566621000, lastModified=2022-07-06 18:36:51.244221000, delta=322400000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.566385000, lastModified=2022-07-06 18:36:51.475225000, delta=91160000 ns, racy<=2500000000 ns 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.566848000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.566848000, lastModified=2022-07-06 18:36:51.475225000, delta=91623000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.566621000, lastModified=2022-07-06 18:36:51.244221000, delta=322400000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.567092000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.567092000, lastModified=2022-07-06 18:36:51.244221000, delta=322871000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.566848000, lastModified=2022-07-06 18:36:51.475225000, delta=91623000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.567319000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.567319000, lastModified=2022-07-06 18:36:51.475225000, delta=92094000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.567488000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.567584000, lastModified=2022-07-06 18:36:51.557226000, size=41, fileKey=(dev=10009e,ino=2025974996) 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.567092000, lastModified=2022-07-06 18:36:51.244221000, delta=322871000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.567774000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.567774000, lastModified=2022-07-06 18:36:51.244221000, delta=323553000 ns, racy<=2500000000 ns 18:36:51.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.567319000, lastModified=2022-07-06 18:36:51.475225000, delta=92094000 ns, racy<=2500000000 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.568084000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.568084000, lastModified=2022-07-06 18:36:51.475225000, delta=92859000 ns, racy<=2500000000 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.567488000, lastModified=2022-07-06 18:36:51.475225000, delta=92263000 ns, racy<=4087500 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.567584000, lastModified=2022-07-06 18:36:51.557226000, delta=10358000 ns, racy<=4087500 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.567774000, lastModified=2022-07-06 18:36:51.244221000, delta=323553000 ns, racy<=2500000000 ns 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.568 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.568796000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.568796000, lastModified=2022-07-06 18:36:51.244221000, delta=324575000 ns, racy<=2500000000 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.568084000, lastModified=2022-07-06 18:36:51.475225000, delta=92859000 ns, racy<=2500000000 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.569135000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.569135000, lastModified=2022-07-06 18:36:51.475225000, delta=93910000 ns, racy<=2500000000 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.569455000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.569524000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.564026000, lastModified=2022-07-06 18:36:51.472225000, delta=91801000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.564295000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611564295000 ns, racy<=4087500 ns 18:36:51.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.568796000, lastModified=2022-07-06 18:36:51.244221000, delta=324575000 ns, racy<=2500000000 ns 18:36:51.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.636 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.637009000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.637009000, lastModified=2022-07-06 18:36:51.244221000, delta=392788000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.569135000, lastModified=2022-07-06 18:36:51.475225000, delta=93910000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.637259000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.637259000, lastModified=2022-07-06 18:36:51.475225000, delta=162034000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.567488000, lastModified=2022-07-06 18:36:51.475225000, delta=92263000 ns, racy<=4087500 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.567584000, lastModified=2022-07-06 18:36:51.557226000, delta=10358000 ns, racy<=4087500 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.637009000, lastModified=2022-07-06 18:36:51.244221000, delta=392788000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.637 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.637605000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.637605000, lastModified=2022-07-06 18:36:51.244221000, delta=393384000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.637259000, lastModified=2022-07-06 18:36:51.475225000, delta=162034000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.637737000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.637737000, lastModified=2022-07-06 18:36:51.475225000, delta=162512000 ns, racy<=2500000000 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.567584000, lastModified=2022-07-06 18:36:51.557226000, delta=10358000 ns, racy<=4087500 ns 18:36:51.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.637605000, lastModified=2022-07-06 18:36:51.244221000, delta=393384000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638102000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638102000, lastModified=2022-07-06 18:36:51.244221000, delta=393881000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.637737000, lastModified=2022-07-06 18:36:51.475225000, delta=162512000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638265000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638265000, lastModified=2022-07-06 18:36:51.475225000, delta=163040000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638102000, lastModified=2022-07-06 18:36:51.244221000, delta=393881000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638472000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638472000, lastModified=2022-07-06 18:36:51.244221000, delta=394251000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638265000, lastModified=2022-07-06 18:36:51.475225000, delta=163040000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638597000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638597000, lastModified=2022-07-06 18:36:51.475225000, delta=163372000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638472000, lastModified=2022-07-06 18:36:51.244221000, delta=394251000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638774000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638774000, lastModified=2022-07-06 18:36:51.244221000, delta=394553000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638597000, lastModified=2022-07-06 18:36:51.475225000, delta=163372000 ns, racy<=2500000000 ns 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.638925000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638925000, lastModified=2022-07-06 18:36:51.475225000, delta=163700000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.638774000, lastModified=2022-07-06 18:36:51.244221000, delta=394553000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639045000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639045000, lastModified=2022-07-06 18:36:51.244221000, delta=394824000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.638925000, lastModified=2022-07-06 18:36:51.475225000, delta=163700000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639163000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639163000, lastModified=2022-07-06 18:36:51.475225000, delta=163938000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639045000, lastModified=2022-07-06 18:36:51.244221000, delta=394824000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639316000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639316000, lastModified=2022-07-06 18:36:51.244221000, delta=395095000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639163000, lastModified=2022-07-06 18:36:51.475225000, delta=163938000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639435000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639435000, lastModified=2022-07-06 18:36:51.475225000, delta=164210000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639316000, lastModified=2022-07-06 18:36:51.244221000, delta=395095000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639544000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639544000, lastModified=2022-07-06 18:36:51.244221000, delta=395323000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639435000, lastModified=2022-07-06 18:36:51.475225000, delta=164210000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639707000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639707000, lastModified=2022-07-06 18:36:51.475225000, delta=164482000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.639782000, lastModified=2022-07-06 18:36:51.637228000, size=41, fileKey=(dev=10009e,ino=2025974995) 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.639544000, lastModified=2022-07-06 18:36:51.244221000, delta=395323000 ns, racy<=2500000000 ns 18:36:51.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.640004000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.640004000, lastModified=2022-07-06 18:36:51.244221000, delta=395783000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.639707000, lastModified=2022-07-06 18:36:51.475225000, delta=164482000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.640149000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.640149000, lastModified=2022-07-06 18:36:51.475225000, delta=164924000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.640597000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.640004000, lastModified=2022-07-06 18:36:51.244221000, delta=395783000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.640768000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.640768000, lastModified=2022-07-06 18:36:51.244221000, delta=396547000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.640911000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.640768000, lastModified=2022-07-06 18:36:51.244221000, delta=396547000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641058000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641058000, lastModified=2022-07-06 18:36:51.244221000, delta=396837000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.640911000, lastModified=2022-07-06 18:36:51.475225000, delta=165686000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641227000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.641227000, lastModified=2022-07-06 18:36:51.475225000, delta=166002000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641350000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641058000, lastModified=2022-07-06 18:36:51.244221000, delta=396837000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641467000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641467000, lastModified=2022-07-06 18:36:51.244221000, delta=397246000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.641227000, lastModified=2022-07-06 18:36:51.475225000, delta=166002000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641590000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.641590000, lastModified=2022-07-06 18:36:51.475225000, delta=166365000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641774000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641836000, lastModified=2022-07-06 18:36:51.564226000, size=176, fileKey=(dev=10009e,ino=2023753902) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641467000, lastModified=2022-07-06 18:36:51.244221000, delta=397246000 ns, racy<=2500000000 ns 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.641929000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641929000, lastModified=2022-07-06 18:36:51.244221000, delta=397708000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.641590000, lastModified=2022-07-06 18:36:51.475225000, delta=166365000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642078000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642078000, lastModified=2022-07-06 18:36:51.475225000, delta=166853000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.641929000, lastModified=2022-07-06 18:36:51.244221000, delta=397708000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642222000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.642222000, lastModified=2022-07-06 18:36:51.244221000, delta=398001000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642078000, lastModified=2022-07-06 18:36:51.475225000, delta=166853000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642348000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642348000, lastModified=2022-07-06 18:36:51.475225000, delta=167123000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.642222000, lastModified=2022-07-06 18:36:51.244221000, delta=398001000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642609000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.642609000, lastModified=2022-07-06 18:36:51.244221000, delta=398388000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642348000, lastModified=2022-07-06 18:36:51.475225000, delta=167123000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642738000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642738000, lastModified=2022-07-06 18:36:51.475225000, delta=167513000 ns, racy<=2500000000 ns 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.643715000, lastModified=2022-07-06 18:36:51.640228000, size=0, fileKey=(dev=10009e,ino=2023753903) 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.642609000, lastModified=2022-07-06 18:36:51.244221000, delta=398388000 ns, racy<=2500000000 ns 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.643822000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.643822000, lastModified=2022-07-06 18:36:51.244221000, delta=399601000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.642738000, lastModified=2022-07-06 18:36:51.475225000, delta=167513000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644074000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.644074000, lastModified=2022-07-06 18:36:51.475225000, delta=168849000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644228000, lastModified=2022-07-06 18:36:51.643228000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644326000, lastModified=2022-07-06 18:36:51.643228000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.643822000, lastModified=2022-07-06 18:36:51.244221000, delta=399601000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644519000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.644519000, lastModified=2022-07-06 18:36:51.244221000, delta=400298000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.644074000, lastModified=2022-07-06 18:36:51.475225000, delta=168849000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644698000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.644698000, lastModified=2022-07-06 18:36:51.475225000, delta=169473000 ns, racy<=2500000000 ns 18:36:51.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.644969000, lastModified=2022-07-06 18:36:51.643228000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645037000, lastModified=2022-07-06 18:36:51.643228000, size=176, fileKey=(dev=10009e,ino=2023753903) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645320000, lastModified=2022-07-06 18:36:51.643228000, size=0, fileKey=(dev=10009e,ino=2023753902) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.644519000, lastModified=2022-07-06 18:36:51.244221000, delta=400298000 ns, racy<=2500000000 ns 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645402000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.645402000, lastModified=2022-07-06 18:36:51.244221000, delta=401181000 ns, racy<=2500000000 ns 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.644698000, lastModified=2022-07-06 18:36:51.475225000, delta=169473000 ns, racy<=2500000000 ns 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645642000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.645642000, lastModified=2022-07-06 18:36:51.475225000, delta=170417000 ns, racy<=2500000000 ns 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645834000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.645947000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.645402000, lastModified=2022-07-06 18:36:51.244221000, delta=401181000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.646146000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646146000, lastModified=2022-07-06 18:36:51.244221000, delta=401925000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.645642000, lastModified=2022-07-06 18:36:51.475225000, delta=170417000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.646310000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.646310000, lastModified=2022-07-06 18:36:51.475225000, delta=171085000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646146000, lastModified=2022-07-06 18:36:51.244221000, delta=401925000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.646448000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646448000, lastModified=2022-07-06 18:36:51.244221000, delta=402227000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.646310000, lastModified=2022-07-06 18:36:51.475225000, delta=171085000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.646614000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.646614000, lastModified=2022-07-06 18:36:51.475225000, delta=171389000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646448000, lastModified=2022-07-06 18:36:51.244221000, delta=402227000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.646787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646787000, lastModified=2022-07-06 18:36:51.244221000, delta=402566000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.646614000, lastModified=2022-07-06 18:36:51.475225000, delta=171389000 ns, racy<=2500000000 ns 18:36:51.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647000000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647000000, lastModified=2022-07-06 18:36:51.475225000, delta=171775000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.646787000, lastModified=2022-07-06 18:36:51.244221000, delta=402566000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647160000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.647160000, lastModified=2022-07-06 18:36:51.244221000, delta=402939000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647000000, lastModified=2022-07-06 18:36:51.475225000, delta=171775000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647319000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647319000, lastModified=2022-07-06 18:36:51.475225000, delta=172094000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647480000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647556000, lastModified=2022-07-06 18:36:51.637228000, size=41, fileKey=(dev=10009e,ino=2025974995) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.647160000, lastModified=2022-07-06 18:36:51.244221000, delta=402939000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647712000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.647712000, lastModified=2022-07-06 18:36:51.244221000, delta=403491000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647319000, lastModified=2022-07-06 18:36:51.475225000, delta=172094000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.647846000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647846000, lastModified=2022-07-06 18:36:51.475225000, delta=172621000 ns, racy<=2500000000 ns 18:36:51.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.647480000, lastModified=2022-07-06 18:36:51.475225000, delta=172255000 ns, racy<=4087500 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.647556000, lastModified=2022-07-06 18:36:51.637228000, delta=10328000 ns, racy<=4087500 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.647712000, lastModified=2022-07-06 18:36:51.244221000, delta=403491000 ns, racy<=2500000000 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.648493000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.648493000, lastModified=2022-07-06 18:36:51.244221000, delta=404272000 ns, racy<=2500000000 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.647846000, lastModified=2022-07-06 18:36:51.475225000, delta=172621000 ns, racy<=2500000000 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.648654000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.648654000, lastModified=2022-07-06 18:36:51.475225000, delta=173429000 ns, racy<=2500000000 ns 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.648840000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.648925000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.642929000, lastModified=2022-07-06 18:36:51.472225000, delta=170704000 ns, racy<=4087500 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.643186000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611643186000 ns, racy<=4087500 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack/preserved, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.648493000, lastModified=2022-07-06 18:36:51.244221000, delta=404272000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.650374000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.650374000, lastModified=2022-07-06 18:36:51.244221000, delta=406153000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.648654000, lastModified=2022-07-06 18:36:51.475225000, delta=173429000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.650512000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.650512000, lastModified=2022-07-06 18:36:51.475225000, delta=175287000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.647480000, lastModified=2022-07-06 18:36:51.475225000, delta=172255000 ns, racy<=4087500 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.647556000, lastModified=2022-07-06 18:36:51.637228000, delta=10328000 ns, racy<=4087500 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.650374000, lastModified=2022-07-06 18:36:51.244221000, delta=406153000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.650795000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.650795000, lastModified=2022-07-06 18:36:51.244221000, delta=406574000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.650512000, lastModified=2022-07-06 18:36:51.475225000, delta=175287000 ns, racy<=2500000000 ns 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.650966000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.650966000, lastModified=2022-07-06 18:36:51.475225000, delta=175741000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.647556000, lastModified=2022-07-06 18:36:51.637228000, delta=10328000 ns, racy<=4087500 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is unmodified 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.650795000, lastModified=2022-07-06 18:36:51.244221000, delta=406574000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.651423000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.651423000, lastModified=2022-07-06 18:36:51.244221000, delta=407202000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.650966000, lastModified=2022-07-06 18:36:51.475225000, delta=175741000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.651628000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.651628000, lastModified=2022-07-06 18:36:51.475225000, delta=176403000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.651423000, lastModified=2022-07-06 18:36:51.244221000, delta=407202000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.651780000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.651780000, lastModified=2022-07-06 18:36:51.244221000, delta=407559000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.651628000, lastModified=2022-07-06 18:36:51.475225000, delta=176403000 ns, racy<=2500000000 ns 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.651970000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.651970000, lastModified=2022-07-06 18:36:51.475225000, delta=176745000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.651780000, lastModified=2022-07-06 18:36:51.244221000, delta=407559000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652145000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652145000, lastModified=2022-07-06 18:36:51.244221000, delta=407924000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.651970000, lastModified=2022-07-06 18:36:51.475225000, delta=176745000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652281000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652281000, lastModified=2022-07-06 18:36:51.475225000, delta=177056000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652145000, lastModified=2022-07-06 18:36:51.244221000, delta=407924000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652428000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652428000, lastModified=2022-07-06 18:36:51.244221000, delta=408207000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652281000, lastModified=2022-07-06 18:36:51.475225000, delta=177056000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652612000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652612000, lastModified=2022-07-06 18:36:51.475225000, delta=177387000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652428000, lastModified=2022-07-06 18:36:51.244221000, delta=408207000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652722000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652722000, lastModified=2022-07-06 18:36:51.244221000, delta=408501000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652612000, lastModified=2022-07-06 18:36:51.475225000, delta=177387000 ns, racy<=2500000000 ns 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.652855000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652855000, lastModified=2022-07-06 18:36:51.475225000, delta=177630000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.652722000, lastModified=2022-07-06 18:36:51.244221000, delta=408501000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653046000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.653046000, lastModified=2022-07-06 18:36:51.244221000, delta=408825000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.652855000, lastModified=2022-07-06 18:36:51.475225000, delta=177630000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653177000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.653177000, lastModified=2022-07-06 18:36:51.475225000, delta=177952000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653270000, lastModified=2022-07-06 18:36:51.650228000, size=41, fileKey=(dev=10009e,ino=2025974996) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.653046000, lastModified=2022-07-06 18:36:51.244221000, delta=408825000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653437000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.653437000, lastModified=2022-07-06 18:36:51.244221000, delta=409216000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.653177000, lastModified=2022-07-06 18:36:51.475225000, delta=177952000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653575000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.653575000, lastModified=2022-07-06 18:36:51.475225000, delta=178350000 ns, racy<=2500000000 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=true, read=2022-07-06 18:36:51.478488000, lastModified=2022-07-06 18:36:51.475225000, delta=3263000 ns, racy<=4087500 ns 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, is racily clean 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653750000, lastModified=2022-07-06 18:36:51.475225000, size=23, fileKey=(dev=10009e,ino=2023753899) 18:36:51.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.653750000, lastModified=2022-07-06 18:36:51.475225000, delta=178525000 ns, racy<=4087500 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.653970000, lastModified=2022-07-06 18:36:51.650228000, size=41, fileKey=(dev=10009e,ino=2025974996) 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.653437000, lastModified=2022-07-06 18:36:51.244221000, delta=409216000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.654126000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.654126000, lastModified=2022-07-06 18:36:51.244221000, delta=409905000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.478380000, lastModified=2022-07-06 18:36:51.475225000, delta=3155000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.654271000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.654271000, lastModified=2022-07-06 18:36:51.475225000, delta=179046000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, size changed from 0 to 104 bytes 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.654811000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.654126000, lastModified=2022-07-06 18:36:51.244221000, delta=409905000 ns, racy<=2500000000 ns 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.654973000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.654973000, lastModified=2022-07-06 18:36:51.244221000, delta=410752000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.654271000, lastModified=2022-07-06 18:36:51.475225000, delta=179046000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.655134000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.655134000, lastModified=2022-07-06 18:36:51.475225000, delta=179909000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.653970000, lastModified=2022-07-06 18:36:51.650228000, delta=3742000 ns, racy<=4087500 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, is racily clean 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.655272000, lastModified=2022-07-06 18:36:51.650228000, size=41, fileKey=(dev=10009e,ino=2025974996) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.655272000, lastModified=2022-07-06 18:36:51.650228000, delta=5044000 ns, racy<=4087500 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.654973000, lastModified=2022-07-06 18:36:51.244221000, delta=410752000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.655364000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.655364000, lastModified=2022-07-06 18:36:51.244221000, delta=411143000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.655134000, lastModified=2022-07-06 18:36:51.475225000, delta=179909000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.655484000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.655484000, lastModified=2022-07-06 18:36:51.475225000, delta=180259000 ns, racy<=2500000000 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, cannot be racily clean 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.655364000, lastModified=2022-07-06 18:36:51.244221000, delta=411143000 ns, racy<=2500000000 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.656 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.656685000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.656685000, lastModified=2022-07-06 18:36:51.244221000, delta=412464000 ns, racy<=2500000000 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.655484000, lastModified=2022-07-06 18:36:51.475225000, delta=180259000 ns, racy<=2500000000 ns 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.656882000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.656882000, lastModified=2022-07-06 18:36:51.475225000, delta=181657000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, cannot be racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.656685000, lastModified=2022-07-06 18:36:51.244221000, delta=412464000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.657099000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.657099000, lastModified=2022-07-06 18:36:51.244221000, delta=412878000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.656882000, lastModified=2022-07-06 18:36:51.475225000, delta=181657000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.657215000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.657215000, lastModified=2022-07-06 18:36:51.475225000, delta=181990000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/refs/heads/master, cannot be racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.657099000, lastModified=2022-07-06 18:36:51.244221000, delta=412878000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.657398000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.657398000, lastModified=2022-07-06 18:36:51.244221000, delta=413177000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.657215000, lastModified=2022-07-06 18:36:51.475225000, delta=181990000 ns, racy<=2500000000 ns 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.657525000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.657525000, lastModified=2022-07-06 18:36:51.475225000, delta=182300000 ns, racy<=2500000000 ns 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.657398000, lastModified=2022-07-06 18:36:51.244221000, delta=413177000 ns, racy<=2500000000 ns 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.658161000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.658161000, lastModified=2022-07-06 18:36:51.244221000, delta=413940000 ns, racy<=2500000000 ns 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.657525000, lastModified=2022-07-06 18:36:51.475225000, delta=182300000 ns, racy<=2500000000 ns 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.658294000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.658294000, lastModified=2022-07-06 18:36:51.475225000, delta=183069000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.659370000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.658161000, lastModified=2022-07-06 18:36:51.244221000, delta=413940000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.659553000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.659553000, lastModified=2022-07-06 18:36:51.244221000, delta=415332000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.659658000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.659553000, lastModified=2022-07-06 18:36:51.244221000, delta=415332000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.659776000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.659776000, lastModified=2022-07-06 18:36:51.244221000, delta=415555000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.659658000, lastModified=2022-07-06 18:36:51.475225000, delta=184433000 ns, racy<=2500000000 ns 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.660033000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.660033000, lastModified=2022-07-06 18:36:51.475225000, delta=184808000 ns, racy<=2500000000 ns 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.660191000, lastModified=2022-07-06 18:36:51.644228000, size=104, fileKey=(dev=10009e,ino=2023753902) 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.660325000, lastModified=2022-07-06 18:36:51.472225000, size=6, fileKey=(dev=10009e,ino=2033192067) 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.660325000, lastModified=2022-07-06 18:36:51.472225000, delta=188100000 ns, racy<=4087500 ns 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.660325000, lastModified=2022-07-06 18:36:51.472225000, delta=188100000 ns, racy<=4087500 ns 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.660325000, lastModified=2022-07-06 18:36:51.472225000, delta=188100000 ns, racy<=4087500 ns 18:36:51.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.660325000, lastModified=2022-07-06 18:36:51.472225000, delta=188100000 ns, racy<=4087500 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.659776000, lastModified=2022-07-06 18:36:51.244221000, delta=415555000 ns, racy<=2500000000 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.661 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.661205000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.661205000, lastModified=2022-07-06 18:36:51.244221000, delta=416984000 ns, racy<=2500000000 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.658294000, lastModified=2022-07-06 18:36:51.475225000, delta=183069000 ns, racy<=2500000000 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.661399000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.661399000, lastModified=2022-07-06 18:36:51.475225000, delta=186174000 ns, racy<=2500000000 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.661205000, lastModified=2022-07-06 18:36:51.244221000, delta=416984000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662061000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662061000, lastModified=2022-07-06 18:36:51.244221000, delta=417840000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.661399000, lastModified=2022-07-06 18:36:51.475225000, delta=186174000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662245000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662245000, lastModified=2022-07-06 18:36:51.475225000, delta=187020000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662061000, lastModified=2022-07-06 18:36:51.244221000, delta=417840000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662367000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662367000, lastModified=2022-07-06 18:36:51.244221000, delta=418146000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662245000, lastModified=2022-07-06 18:36:51.475225000, delta=187020000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662484000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662484000, lastModified=2022-07-06 18:36:51.475225000, delta=187259000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662367000, lastModified=2022-07-06 18:36:51.244221000, delta=418146000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662758000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662758000, lastModified=2022-07-06 18:36:51.244221000, delta=418537000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662484000, lastModified=2022-07-06 18:36:51.475225000, delta=187259000 ns, racy<=2500000000 ns 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.662867000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662867000, lastModified=2022-07-06 18:36:51.475225000, delta=187642000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.662758000, lastModified=2022-07-06 18:36:51.244221000, delta=418537000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.663475000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.663475000, lastModified=2022-07-06 18:36:51.244221000, delta=419254000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.662867000, lastModified=2022-07-06 18:36:51.475225000, delta=187642000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.663642000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.663642000, lastModified=2022-07-06 18:36:51.475225000, delta=188417000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.663475000, lastModified=2022-07-06 18:36:51.244221000, delta=419254000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.663772000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.663772000, lastModified=2022-07-06 18:36:51.244221000, delta=419551000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.663642000, lastModified=2022-07-06 18:36:51.475225000, delta=188417000 ns, racy<=2500000000 ns 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.663915000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.663915000, lastModified=2022-07-06 18:36:51.475225000, delta=188690000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.663772000, lastModified=2022-07-06 18:36:51.244221000, delta=419551000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664086000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664086000, lastModified=2022-07-06 18:36:51.244221000, delta=419865000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.663915000, lastModified=2022-07-06 18:36:51.475225000, delta=188690000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664207000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.664207000, lastModified=2022-07-06 18:36:51.475225000, delta=188982000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.655664000, lastModified=2022-07-06 18:36:51.472225000, delta=183439000 ns, racy<=4087500 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/objects/pack, is unmodified 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664086000, lastModified=2022-07-06 18:36:51.244221000, delta=419865000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664593000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664593000, lastModified=2022-07-06 18:36:51.244221000, delta=420372000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.664207000, lastModified=2022-07-06 18:36:51.475225000, delta=188982000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664710000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.664710000, lastModified=2022-07-06 18:36:51.475225000, delta=189485000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664593000, lastModified=2022-07-06 18:36:51.244221000, delta=420372000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664818000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664818000, lastModified=2022-07-06 18:36:51.244221000, delta=420597000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.664710000, lastModified=2022-07-06 18:36:51.475225000, delta=189485000 ns, racy<=2500000000 ns 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, is racily clean 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.664958000, lastModified=2022-07-06 18:36:51.475225000, size=78, fileKey=(dev=10009e,ino=2023753900) 18:36:51.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5675334536226750589/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.664958000, lastModified=2022-07-06 18:36:51.475225000, delta=189733000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.664818000, lastModified=2022-07-06 18:36:51.244221000, delta=420597000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.668503000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.668503000, lastModified=2022-07-06 18:36:51.244221000, delta=424282000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.668503000, lastModified=2022-07-06 18:36:51.244221000, delta=424282000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.668787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.668787000, lastModified=2022-07-06 18:36:51.244221000, delta=424566000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.668787000, lastModified=2022-07-06 18:36:51.244221000, delta=424566000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.669146000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669146000, lastModified=2022-07-06 18:36:51.244221000, delta=424925000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669146000, lastModified=2022-07-06 18:36:51.244221000, delta=424925000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.669557000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669557000, lastModified=2022-07-06 18:36:51.244221000, delta=425336000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669557000, lastModified=2022-07-06 18:36:51.244221000, delta=425336000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.669786000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669786000, lastModified=2022-07-06 18:36:51.244221000, delta=425565000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.669786000, lastModified=2022-07-06 18:36:51.244221000, delta=425565000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.670281000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.670281000, lastModified=2022-07-06 18:36:51.244221000, delta=426060000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.670281000, lastModified=2022-07-06 18:36:51.244221000, delta=426060000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.670659000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.670659000, lastModified=2022-07-06 18:36:51.244221000, delta=426438000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.670659000, lastModified=2022-07-06 18:36:51.244221000, delta=426438000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.671081000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.671081000, lastModified=2022-07-06 18:36:51.244221000, delta=426860000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.671081000, lastModified=2022-07-06 18:36:51.244221000, delta=426860000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.671693000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.671693000, lastModified=2022-07-06 18:36:51.244221000, delta=427472000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.671693000, lastModified=2022-07-06 18:36:51.244221000, delta=427472000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.672036000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.672036000, lastModified=2022-07-06 18:36:51.244221000, delta=427815000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.672036000, lastModified=2022-07-06 18:36:51.244221000, delta=427815000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.672376000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.672376000, lastModified=2022-07-06 18:36:51.244221000, delta=428155000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.668939000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611668939000 ns, racy<=2500000000 ns 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is unmodified 18:36:51.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.672628000, lastModified=2022-07-06 18:36:51.671228000, size=23, fileKey=(dev=10009e,ino=4042891) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.673148000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.673412000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.672376000, lastModified=2022-07-06 18:36:51.244221000, delta=428155000 ns, racy<=2500000000 ns 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.673555000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.673555000, lastModified=2022-07-06 18:36:51.244221000, delta=429334000 ns, racy<=2500000000 ns 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.673695000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.673555000, lastModified=2022-07-06 18:36:51.244221000, delta=429334000 ns, racy<=2500000000 ns 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.673808000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.673808000, lastModified=2022-07-06 18:36:51.244221000, delta=429587000 ns, racy<=2500000000 ns 18:36:51.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.673695000, lastModified=2022-07-06 18:36:51.672228000, delta=1467000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.737068000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.737068000, lastModified=2022-07-06 18:36:51.672228000, delta=64840000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.673808000, lastModified=2022-07-06 18:36:51.244221000, delta=429587000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.737597000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.737597000, lastModified=2022-07-06 18:36:51.244221000, delta=493376000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.737068000, lastModified=2022-07-06 18:36:51.672228000, delta=64840000 ns, racy<=2500000000 ns 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.737851000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.737851000, lastModified=2022-07-06 18:36:51.672228000, delta=65623000 ns, racy<=2500000000 ns 18:36:51.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.738092000, lastModified=2022-07-06 18:36:51.671228000, size=23, fileKey=(dev=10009e,ino=4042891) 18:36:51.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.738761000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.737597000, lastModified=2022-07-06 18:36:51.244221000, delta=493376000 ns, racy<=2500000000 ns 18:36:51.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.739007000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739007000, lastModified=2022-07-06 18:36:51.244221000, delta=494786000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.739181000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739007000, lastModified=2022-07-06 18:36:51.244221000, delta=494786000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.739345000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739345000, lastModified=2022-07-06 18:36:51.244221000, delta=495124000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.739181000, lastModified=2022-07-06 18:36:51.672228000, delta=66953000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.739515000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.739515000, lastModified=2022-07-06 18:36:51.672228000, delta=67287000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739345000, lastModified=2022-07-06 18:36:51.244221000, delta=495124000 ns, racy<=2500000000 ns 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.739852000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739852000, lastModified=2022-07-06 18:36:51.244221000, delta=495631000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.739515000, lastModified=2022-07-06 18:36:51.672228000, delta=67287000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.740107000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740107000, lastModified=2022-07-06 18:36:51.672228000, delta=67879000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.739852000, lastModified=2022-07-06 18:36:51.244221000, delta=495631000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.740360000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.740360000, lastModified=2022-07-06 18:36:51.244221000, delta=496139000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740107000, lastModified=2022-07-06 18:36:51.672228000, delta=67879000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.740544000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740544000, lastModified=2022-07-06 18:36:51.672228000, delta=68316000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.740360000, lastModified=2022-07-06 18:36:51.244221000, delta=496139000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.740726000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.740726000, lastModified=2022-07-06 18:36:51.244221000, delta=496505000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740544000, lastModified=2022-07-06 18:36:51.672228000, delta=68316000 ns, racy<=2500000000 ns 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.740955000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740955000, lastModified=2022-07-06 18:36:51.672228000, delta=68727000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.740726000, lastModified=2022-07-06 18:36:51.244221000, delta=496505000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.741 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.741338000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.741338000, lastModified=2022-07-06 18:36:51.244221000, delta=497117000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.740955000, lastModified=2022-07-06 18:36:51.672228000, delta=68727000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.741543000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.741543000, lastModified=2022-07-06 18:36:51.672228000, delta=69315000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.741338000, lastModified=2022-07-06 18:36:51.244221000, delta=497117000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.741 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.741773000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.741773000, lastModified=2022-07-06 18:36:51.244221000, delta=497552000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.741543000, lastModified=2022-07-06 18:36:51.672228000, delta=69315000 ns, racy<=2500000000 ns 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.742018000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.742018000, lastModified=2022-07-06 18:36:51.672228000, delta=69790000 ns, racy<=2500000000 ns 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.741773000, lastModified=2022-07-06 18:36:51.244221000, delta=497552000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744313000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744313000, lastModified=2022-07-06 18:36:51.244221000, delta=500092000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.742018000, lastModified=2022-07-06 18:36:51.672228000, delta=69790000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744441000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.744441000, lastModified=2022-07-06 18:36:51.672228000, delta=72213000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744516000, lastModified=2022-07-06 18:36:51.739230000, size=0, fileKey=(dev=10009e,ino=4042894) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744313000, lastModified=2022-07-06 18:36:51.244221000, delta=500092000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744582000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744582000, lastModified=2022-07-06 18:36:51.244221000, delta=500361000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.744441000, lastModified=2022-07-06 18:36:51.672228000, delta=72213000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744703000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.744703000, lastModified=2022-07-06 18:36:51.672228000, delta=72475000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744810000, lastModified=2022-07-06 18:36:51.743230000, size=104, fileKey=(dev=10009e,ino=4042894) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744860000, lastModified=2022-07-06 18:36:51.743230000, size=104, fileKey=(dev=10009e,ino=4042894) 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744582000, lastModified=2022-07-06 18:36:51.244221000, delta=500361000 ns, racy<=2500000000 ns 18:36:51.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.744976000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744976000, lastModified=2022-07-06 18:36:51.244221000, delta=500755000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.744703000, lastModified=2022-07-06 18:36:51.672228000, delta=72475000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745127000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.745127000, lastModified=2022-07-06 18:36:51.672228000, delta=72899000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745259000, lastModified=2022-07-06 18:36:51.743230000, size=104, fileKey=(dev=10009e,ino=4042894) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745316000, lastModified=2022-07-06 18:36:51.743230000, size=104, fileKey=(dev=10009e,ino=4042894) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745375000, lastModified=2022-07-06 18:36:51.744230000, size=0, fileKey=(dev=10009e,ino=4042895) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.744976000, lastModified=2022-07-06 18:36:51.244221000, delta=500755000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745476000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.745476000, lastModified=2022-07-06 18:36:51.244221000, delta=501255000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.745127000, lastModified=2022-07-06 18:36:51.672228000, delta=72899000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745743000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.745743000, lastModified=2022-07-06 18:36:51.672228000, delta=73515000 ns, racy<=2500000000 ns 18:36:51.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.745868000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.745476000, lastModified=2022-07-06 18:36:51.244221000, delta=501255000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746202000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746202000, lastModified=2022-07-06 18:36:51.244221000, delta=501981000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.745743000, lastModified=2022-07-06 18:36:51.672228000, delta=73515000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746369000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746369000, lastModified=2022-07-06 18:36:51.672228000, delta=74141000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746202000, lastModified=2022-07-06 18:36:51.244221000, delta=501981000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746491000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746491000, lastModified=2022-07-06 18:36:51.244221000, delta=502270000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746369000, lastModified=2022-07-06 18:36:51.672228000, delta=74141000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746610000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746610000, lastModified=2022-07-06 18:36:51.672228000, delta=74382000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746491000, lastModified=2022-07-06 18:36:51.244221000, delta=502270000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746743000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746743000, lastModified=2022-07-06 18:36:51.244221000, delta=502522000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746610000, lastModified=2022-07-06 18:36:51.672228000, delta=74382000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.746862000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746862000, lastModified=2022-07-06 18:36:51.672228000, delta=74634000 ns, racy<=2500000000 ns 18:36:51.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.746743000, lastModified=2022-07-06 18:36:51.244221000, delta=502522000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.747031000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.747031000, lastModified=2022-07-06 18:36:51.244221000, delta=502810000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.746862000, lastModified=2022-07-06 18:36:51.672228000, delta=74634000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.747221000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.747221000, lastModified=2022-07-06 18:36:51.672228000, delta=74993000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.747362000, lastModified=2022-07-06 18:36:51.671228000, size=23, fileKey=(dev=10009e,ino=4042891) 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.747031000, lastModified=2022-07-06 18:36:51.244221000, delta=502810000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.747727000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.747727000, lastModified=2022-07-06 18:36:51.244221000, delta=503506000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.747221000, lastModified=2022-07-06 18:36:51.672228000, delta=74993000 ns, racy<=2500000000 ns 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.747964000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.747964000, lastModified=2022-07-06 18:36:51.672228000, delta=75736000 ns, racy<=2500000000 ns 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.747362000, lastModified=2022-07-06 18:36:51.671228000, delta=76134000 ns, racy<=4087500 ns 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.747727000, lastModified=2022-07-06 18:36:51.244221000, delta=503506000 ns, racy<=2500000000 ns 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.748953000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.748953000, lastModified=2022-07-06 18:36:51.244221000, delta=504732000 ns, racy<=2500000000 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.747964000, lastModified=2022-07-06 18:36:51.672228000, delta=75736000 ns, racy<=2500000000 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.749123000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.749123000, lastModified=2022-07-06 18:36:51.672228000, delta=76895000 ns, racy<=2500000000 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.749324000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.749374000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.742303000, lastModified=2022-07-06 18:36:51.669228000, delta=73075000 ns, racy<=4087500 ns 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.743210000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611743210000 ns, racy<=4087500 ns 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.748953000, lastModified=2022-07-06 18:36:51.244221000, delta=504732000 ns, racy<=2500000000 ns 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.750 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.750816000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.750816000, lastModified=2022-07-06 18:36:51.244221000, delta=506595000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.749123000, lastModified=2022-07-06 18:36:51.672228000, delta=76895000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.751089000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.751089000, lastModified=2022-07-06 18:36:51.672228000, delta=78861000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.747362000, lastModified=2022-07-06 18:36:51.671228000, delta=76134000 ns, racy<=4087500 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.750816000, lastModified=2022-07-06 18:36:51.244221000, delta=506595000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.751532000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.751532000, lastModified=2022-07-06 18:36:51.244221000, delta=507311000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.751089000, lastModified=2022-07-06 18:36:51.672228000, delta=78861000 ns, racy<=2500000000 ns 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.751728000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.751728000, lastModified=2022-07-06 18:36:51.672228000, delta=79500000 ns, racy<=2500000000 ns 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.751532000, lastModified=2022-07-06 18:36:51.244221000, delta=507311000 ns, racy<=2500000000 ns 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.752067000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.752067000, lastModified=2022-07-06 18:36:51.244221000, delta=507846000 ns, racy<=2500000000 ns 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.751728000, lastModified=2022-07-06 18:36:51.672228000, delta=79500000 ns, racy<=2500000000 ns 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.752265000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.752265000, lastModified=2022-07-06 18:36:51.672228000, delta=80037000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.752067000, lastModified=2022-07-06 18:36:51.244221000, delta=507846000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753117000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753117000, lastModified=2022-07-06 18:36:51.244221000, delta=508896000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.752265000, lastModified=2022-07-06 18:36:51.672228000, delta=80037000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753239000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753239000, lastModified=2022-07-06 18:36:51.672228000, delta=81011000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753117000, lastModified=2022-07-06 18:36:51.244221000, delta=508896000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753381000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753381000, lastModified=2022-07-06 18:36:51.244221000, delta=509160000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753239000, lastModified=2022-07-06 18:36:51.672228000, delta=81011000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753505000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753505000, lastModified=2022-07-06 18:36:51.672228000, delta=81277000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753381000, lastModified=2022-07-06 18:36:51.244221000, delta=509160000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753657000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753657000, lastModified=2022-07-06 18:36:51.244221000, delta=509436000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753505000, lastModified=2022-07-06 18:36:51.672228000, delta=81277000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753783000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753783000, lastModified=2022-07-06 18:36:51.672228000, delta=81555000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753657000, lastModified=2022-07-06 18:36:51.244221000, delta=509436000 ns, racy<=2500000000 ns 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.753931000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753931000, lastModified=2022-07-06 18:36:51.244221000, delta=509710000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.753783000, lastModified=2022-07-06 18:36:51.672228000, delta=81555000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754079000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754079000, lastModified=2022-07-06 18:36:51.672228000, delta=81851000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.753931000, lastModified=2022-07-06 18:36:51.244221000, delta=509710000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754225000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754225000, lastModified=2022-07-06 18:36:51.244221000, delta=510004000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754079000, lastModified=2022-07-06 18:36:51.672228000, delta=81851000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754351000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754351000, lastModified=2022-07-06 18:36:51.672228000, delta=82123000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754225000, lastModified=2022-07-06 18:36:51.244221000, delta=510004000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754465000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754465000, lastModified=2022-07-06 18:36:51.244221000, delta=510244000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754351000, lastModified=2022-07-06 18:36:51.672228000, delta=82123000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754578000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754578000, lastModified=2022-07-06 18:36:51.672228000, delta=82350000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754687000, lastModified=2022-07-06 18:36:51.752230000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754465000, lastModified=2022-07-06 18:36:51.244221000, delta=510244000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.754842000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754842000, lastModified=2022-07-06 18:36:51.244221000, delta=510621000 ns, racy<=2500000000 ns 18:36:51.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.754578000, lastModified=2022-07-06 18:36:51.672228000, delta=82350000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755059000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.755059000, lastModified=2022-07-06 18:36:51.672228000, delta=82831000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.754842000, lastModified=2022-07-06 18:36:51.244221000, delta=510621000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755299000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.755299000, lastModified=2022-07-06 18:36:51.244221000, delta=511078000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.737851000, lastModified=2022-07-06 18:36:51.672228000, delta=65623000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755506000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.755506000, lastModified=2022-07-06 18:36:51.672228000, delta=83278000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755646000, lastModified=2022-07-06 18:36:51.752230000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.755299000, lastModified=2022-07-06 18:36:51.244221000, delta=511078000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755735000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.755735000, lastModified=2022-07-06 18:36:51.244221000, delta=511514000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.755506000, lastModified=2022-07-06 18:36:51.672228000, delta=83278000 ns, racy<=2500000000 ns 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.755850000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.755850000, lastModified=2022-07-06 18:36:51.672228000, delta=83622000 ns, racy<=2500000000 ns 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.755646000, lastModified=2022-07-06 18:36:51.752230000, delta=3416000 ns, racy<=4087500 ns 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is racily clean 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.756250000, lastModified=2022-07-06 18:36:51.752230000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.756250000, lastModified=2022-07-06 18:36:51.752230000, delta=4020000 ns, racy<=4087500 ns 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.756750000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.755735000, lastModified=2022-07-06 18:36:51.244221000, delta=511514000 ns, racy<=2500000000 ns 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.756963000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.756963000, lastModified=2022-07-06 18:36:51.244221000, delta=512742000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757098000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.756963000, lastModified=2022-07-06 18:36:51.244221000, delta=512742000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757202000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.757202000, lastModified=2022-07-06 18:36:51.244221000, delta=512981000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.757098000, lastModified=2022-07-06 18:36:51.672228000, delta=84870000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757325000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.757325000, lastModified=2022-07-06 18:36:51.672228000, delta=85097000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757430000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.757202000, lastModified=2022-07-06 18:36:51.244221000, delta=512981000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757558000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.757558000, lastModified=2022-07-06 18:36:51.244221000, delta=513337000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.757325000, lastModified=2022-07-06 18:36:51.672228000, delta=85097000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757736000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.757736000, lastModified=2022-07-06 18:36:51.672228000, delta=85508000 ns, racy<=2500000000 ns 18:36:51.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.757958000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758009000, lastModified=2022-07-06 18:36:51.744230000, size=104, fileKey=(dev=10009e,ino=4042895) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.757558000, lastModified=2022-07-06 18:36:51.244221000, delta=513337000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758088000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758088000, lastModified=2022-07-06 18:36:51.244221000, delta=513867000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.757736000, lastModified=2022-07-06 18:36:51.672228000, delta=85508000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758199000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758199000, lastModified=2022-07-06 18:36:51.672228000, delta=85971000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758088000, lastModified=2022-07-06 18:36:51.244221000, delta=513867000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758332000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758332000, lastModified=2022-07-06 18:36:51.244221000, delta=514111000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758199000, lastModified=2022-07-06 18:36:51.672228000, delta=85971000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758435000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758435000, lastModified=2022-07-06 18:36:51.672228000, delta=86207000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758332000, lastModified=2022-07-06 18:36:51.244221000, delta=514111000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758658000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758658000, lastModified=2022-07-06 18:36:51.244221000, delta=514437000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758435000, lastModified=2022-07-06 18:36:51.672228000, delta=86207000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758772000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758772000, lastModified=2022-07-06 18:36:51.672228000, delta=86544000 ns, racy<=2500000000 ns 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.758658000, lastModified=2022-07-06 18:36:51.244221000, delta=514437000 ns, racy<=2500000000 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.759216000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.759216000, lastModified=2022-07-06 18:36:51.244221000, delta=514995000 ns, racy<=2500000000 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.758772000, lastModified=2022-07-06 18:36:51.672228000, delta=86544000 ns, racy<=2500000000 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.759399000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.759399000, lastModified=2022-07-06 18:36:51.672228000, delta=87171000 ns, racy<=2500000000 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.760392000, lastModified=2022-07-06 18:36:51.756230000, size=0, fileKey=(dev=10009e,ino=4042897) 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.759216000, lastModified=2022-07-06 18:36:51.244221000, delta=514995000 ns, racy<=2500000000 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.760535000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.760535000, lastModified=2022-07-06 18:36:51.244221000, delta=516314000 ns, racy<=2500000000 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.759399000, lastModified=2022-07-06 18:36:51.672228000, delta=87171000 ns, racy<=2500000000 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.760732000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.760732000, lastModified=2022-07-06 18:36:51.672228000, delta=88504000 ns, racy<=2500000000 ns 18:36:51.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.760928000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761031000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.760535000, lastModified=2022-07-06 18:36:51.244221000, delta=516314000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761220000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761220000, lastModified=2022-07-06 18:36:51.244221000, delta=516999000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.760732000, lastModified=2022-07-06 18:36:51.672228000, delta=88504000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761413000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761413000, lastModified=2022-07-06 18:36:51.672228000, delta=89185000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761220000, lastModified=2022-07-06 18:36:51.244221000, delta=516999000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761533000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761533000, lastModified=2022-07-06 18:36:51.244221000, delta=517312000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761413000, lastModified=2022-07-06 18:36:51.672228000, delta=89185000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761656000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761656000, lastModified=2022-07-06 18:36:51.672228000, delta=89428000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761533000, lastModified=2022-07-06 18:36:51.244221000, delta=517312000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761778000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761778000, lastModified=2022-07-06 18:36:51.244221000, delta=517557000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761656000, lastModified=2022-07-06 18:36:51.672228000, delta=89428000 ns, racy<=2500000000 ns 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.761946000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761946000, lastModified=2022-07-06 18:36:51.672228000, delta=89718000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.761778000, lastModified=2022-07-06 18:36:51.244221000, delta=517557000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762092000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.762092000, lastModified=2022-07-06 18:36:51.244221000, delta=517871000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.761946000, lastModified=2022-07-06 18:36:51.672228000, delta=89718000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762240000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.762240000, lastModified=2022-07-06 18:36:51.672228000, delta=90012000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762333000, lastModified=2022-07-06 18:36:51.671228000, size=23, fileKey=(dev=10009e,ino=4042891) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762388000, lastModified=2022-07-06 18:36:51.752230000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.762092000, lastModified=2022-07-06 18:36:51.244221000, delta=517871000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762505000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.762505000, lastModified=2022-07-06 18:36:51.244221000, delta=518284000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.762240000, lastModified=2022-07-06 18:36:51.672228000, delta=90012000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.762619000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.762619000, lastModified=2022-07-06 18:36:51.672228000, delta=90391000 ns, racy<=2500000000 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.762333000, lastModified=2022-07-06 18:36:51.671228000, delta=91105000 ns, racy<=4087500 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.762388000, lastModified=2022-07-06 18:36:51.752230000, delta=10158000 ns, racy<=4087500 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.762505000, lastModified=2022-07-06 18:36:51.244221000, delta=518284000 ns, racy<=2500000000 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.763297000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.763297000, lastModified=2022-07-06 18:36:51.244221000, delta=519076000 ns, racy<=2500000000 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.762619000, lastModified=2022-07-06 18:36:51.672228000, delta=90391000 ns, racy<=2500000000 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.763418000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.763418000, lastModified=2022-07-06 18:36:51.672228000, delta=91190000 ns, racy<=2500000000 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.763596000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.763672000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.758958000, lastModified=2022-07-06 18:36:51.669228000, delta=89730000 ns, racy<=4087500 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.759794000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611759794000 ns, racy<=4087500 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.763297000, lastModified=2022-07-06 18:36:51.244221000, delta=519076000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.765373000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.765373000, lastModified=2022-07-06 18:36:51.244221000, delta=521152000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.763418000, lastModified=2022-07-06 18:36:51.672228000, delta=91190000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.765503000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.765503000, lastModified=2022-07-06 18:36:51.672228000, delta=93275000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.762333000, lastModified=2022-07-06 18:36:51.671228000, delta=91105000 ns, racy<=4087500 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.762388000, lastModified=2022-07-06 18:36:51.752230000, delta=10158000 ns, racy<=4087500 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.765373000, lastModified=2022-07-06 18:36:51.244221000, delta=521152000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.765778000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.765778000, lastModified=2022-07-06 18:36:51.244221000, delta=521557000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.765503000, lastModified=2022-07-06 18:36:51.672228000, delta=93275000 ns, racy<=2500000000 ns 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.765934000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.765934000, lastModified=2022-07-06 18:36:51.672228000, delta=93706000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.762388000, lastModified=2022-07-06 18:36:51.752230000, delta=10158000 ns, racy<=4087500 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.765778000, lastModified=2022-07-06 18:36:51.244221000, delta=521557000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766202000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766202000, lastModified=2022-07-06 18:36:51.244221000, delta=521981000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.765934000, lastModified=2022-07-06 18:36:51.672228000, delta=93706000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766321000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766321000, lastModified=2022-07-06 18:36:51.672228000, delta=94093000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766202000, lastModified=2022-07-06 18:36:51.244221000, delta=521981000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766448000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766448000, lastModified=2022-07-06 18:36:51.244221000, delta=522227000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766321000, lastModified=2022-07-06 18:36:51.672228000, delta=94093000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766559000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766559000, lastModified=2022-07-06 18:36:51.672228000, delta=94331000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766448000, lastModified=2022-07-06 18:36:51.244221000, delta=522227000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766695000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766695000, lastModified=2022-07-06 18:36:51.244221000, delta=522474000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766559000, lastModified=2022-07-06 18:36:51.672228000, delta=94331000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766805000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766805000, lastModified=2022-07-06 18:36:51.672228000, delta=94577000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766695000, lastModified=2022-07-06 18:36:51.244221000, delta=522474000 ns, racy<=2500000000 ns 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.766951000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766951000, lastModified=2022-07-06 18:36:51.244221000, delta=522730000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.766805000, lastModified=2022-07-06 18:36:51.672228000, delta=94577000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767093000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767093000, lastModified=2022-07-06 18:36:51.672228000, delta=94865000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.766951000, lastModified=2022-07-06 18:36:51.244221000, delta=522730000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767193000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767193000, lastModified=2022-07-06 18:36:51.244221000, delta=522972000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767093000, lastModified=2022-07-06 18:36:51.672228000, delta=94865000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767299000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767299000, lastModified=2022-07-06 18:36:51.672228000, delta=95071000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767193000, lastModified=2022-07-06 18:36:51.244221000, delta=522972000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767388000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767388000, lastModified=2022-07-06 18:36:51.244221000, delta=523167000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767299000, lastModified=2022-07-06 18:36:51.672228000, delta=95071000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767496000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767496000, lastModified=2022-07-06 18:36:51.672228000, delta=95268000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767566000, lastModified=2022-07-06 18:36:51.765230000, size=41, fileKey=(dev=10009e,ino=4196317) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767388000, lastModified=2022-07-06 18:36:51.244221000, delta=523167000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767722000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767722000, lastModified=2022-07-06 18:36:51.244221000, delta=523501000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767496000, lastModified=2022-07-06 18:36:51.672228000, delta=95268000 ns, racy<=2500000000 ns 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.767850000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.767850000, lastModified=2022-07-06 18:36:51.672228000, delta=95622000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.767722000, lastModified=2022-07-06 18:36:51.244221000, delta=523501000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768051000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.768051000, lastModified=2022-07-06 18:36:51.244221000, delta=523830000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.755850000, lastModified=2022-07-06 18:36:51.672228000, delta=83622000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768178000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.768178000, lastModified=2022-07-06 18:36:51.672228000, delta=95950000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=4196316) to (dev=10009e,ino=4196317) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768303000, lastModified=2022-07-06 18:36:51.765230000, size=41, fileKey=(dev=10009e,ino=4196317) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.768051000, lastModified=2022-07-06 18:36:51.244221000, delta=523830000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768421000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.768421000, lastModified=2022-07-06 18:36:51.244221000, delta=524200000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.768178000, lastModified=2022-07-06 18:36:51.672228000, delta=95950000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768603000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.768603000, lastModified=2022-07-06 18:36:51.672228000, delta=96375000 ns, racy<=2500000000 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.768303000, lastModified=2022-07-06 18:36:51.765230000, delta=3073000 ns, racy<=4087500 ns 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is racily clean 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.768808000, lastModified=2022-07-06 18:36:51.765230000, size=41, fileKey=(dev=10009e,ino=4196317) 18:36:51.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.768808000, lastModified=2022-07-06 18:36:51.765230000, delta=3578000 ns, racy<=4087500 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769009000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.768421000, lastModified=2022-07-06 18:36:51.244221000, delta=524200000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769209000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.769209000, lastModified=2022-07-06 18:36:51.244221000, delta=524988000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769335000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.769209000, lastModified=2022-07-06 18:36:51.244221000, delta=524988000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769442000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.769442000, lastModified=2022-07-06 18:36:51.244221000, delta=525221000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.769335000, lastModified=2022-07-06 18:36:51.672228000, delta=97107000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769592000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.769592000, lastModified=2022-07-06 18:36:51.672228000, delta=97364000 ns, racy<=2500000000 ns 18:36:51.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.769690000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.769442000, lastModified=2022-07-06 18:36:51.244221000, delta=525221000 ns, racy<=2500000000 ns 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.839 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.839337000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.839337000, lastModified=2022-07-06 18:36:51.244221000, delta=595116000 ns, racy<=2500000000 ns 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.769592000, lastModified=2022-07-06 18:36:51.672228000, delta=97364000 ns, racy<=2500000000 ns 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.839601000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.839601000, lastModified=2022-07-06 18:36:51.672228000, delta=167373000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.839337000, lastModified=2022-07-06 18:36:51.244221000, delta=595116000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840227000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.840227000, lastModified=2022-07-06 18:36:51.244221000, delta=596006000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.839601000, lastModified=2022-07-06 18:36:51.672228000, delta=167373000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840402000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.840402000, lastModified=2022-07-06 18:36:51.672228000, delta=168174000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, size=23, fileKey=(dev=10009e,ino=4042891) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, size=41, fileKey=(dev=10009e,ino=4196317) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.840227000, lastModified=2022-07-06 18:36:51.244221000, delta=596006000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840719000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.840719000, lastModified=2022-07-06 18:36:51.244221000, delta=596498000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.840402000, lastModified=2022-07-06 18:36:51.672228000, delta=168174000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.840831000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.840831000, lastModified=2022-07-06 18:36:51.672228000, delta=168603000 ns, racy<=2500000000 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.840719000, lastModified=2022-07-06 18:36:51.244221000, delta=596498000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841103000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841103000, lastModified=2022-07-06 18:36:51.244221000, delta=596882000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.840831000, lastModified=2022-07-06 18:36:51.672228000, delta=168603000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841212000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.841212000, lastModified=2022-07-06 18:36:51.672228000, delta=168984000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841103000, lastModified=2022-07-06 18:36:51.244221000, delta=596882000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841387000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841387000, lastModified=2022-07-06 18:36:51.244221000, delta=597166000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.841212000, lastModified=2022-07-06 18:36:51.672228000, delta=168984000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841492000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.841492000, lastModified=2022-07-06 18:36:51.672228000, delta=169264000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841647000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.841647000, lastModified=2022-07-06 18:36:51.669228000, delta=172419000 ns, racy<=4087500 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841387000, lastModified=2022-07-06 18:36:51.244221000, delta=597166000 ns, racy<=2500000000 ns 18:36:51.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.841998000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841998000, lastModified=2022-07-06 18:36:51.244221000, delta=597777000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.841492000, lastModified=2022-07-06 18:36:51.672228000, delta=169264000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842121000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842121000, lastModified=2022-07-06 18:36:51.672228000, delta=169893000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.841998000, lastModified=2022-07-06 18:36:51.244221000, delta=597777000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842356000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.842356000, lastModified=2022-07-06 18:36:51.244221000, delta=598135000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842121000, lastModified=2022-07-06 18:36:51.672228000, delta=169893000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842471000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842471000, lastModified=2022-07-06 18:36:51.672228000, delta=170243000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842542000, lastModified=2022-07-06 18:36:51.766230000, size=20, fileKey=(dev=10009e,ino=4196315) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.842356000, lastModified=2022-07-06 18:36:51.244221000, delta=598135000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842644000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.842644000, lastModified=2022-07-06 18:36:51.244221000, delta=598423000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842471000, lastModified=2022-07-06 18:36:51.672228000, delta=170243000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842758000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842758000, lastModified=2022-07-06 18:36:51.672228000, delta=170530000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs, create new FileSnapshot: lastRead=2022-07-06 18:36:51.842829000, lastModified=2022-07-06 18:36:51.669228000, size=31, fileKey=(dev=10009e,ino=4042890) 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.842644000, lastModified=2022-07-06 18:36:51.244221000, delta=598423000 ns, racy<=2500000000 ns 18:36:51.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.843022000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.843022000, lastModified=2022-07-06 18:36:51.244221000, delta=598801000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.842758000, lastModified=2022-07-06 18:36:51.672228000, delta=170530000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.843148000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.843148000, lastModified=2022-07-06 18:36:51.672228000, delta=170920000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.843022000, lastModified=2022-07-06 18:36:51.244221000, delta=598801000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.843358000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.843358000, lastModified=2022-07-06 18:36:51.244221000, delta=599137000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.843148000, lastModified=2022-07-06 18:36:51.672228000, delta=170920000 ns, racy<=2500000000 ns 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.843478000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.843478000, lastModified=2022-07-06 18:36:51.672228000, delta=171250000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.843358000, lastModified=2022-07-06 18:36:51.244221000, delta=599137000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844038000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844038000, lastModified=2022-07-06 18:36:51.244221000, delta=599817000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.843478000, lastModified=2022-07-06 18:36:51.672228000, delta=171250000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844167000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844167000, lastModified=2022-07-06 18:36:51.672228000, delta=171939000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844038000, lastModified=2022-07-06 18:36:51.244221000, delta=599817000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844338000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844338000, lastModified=2022-07-06 18:36:51.244221000, delta=600117000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844167000, lastModified=2022-07-06 18:36:51.672228000, delta=171939000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844477000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844477000, lastModified=2022-07-06 18:36:51.672228000, delta=172249000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844338000, lastModified=2022-07-06 18:36:51.244221000, delta=600117000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844628000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844628000, lastModified=2022-07-06 18:36:51.244221000, delta=600407000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844477000, lastModified=2022-07-06 18:36:51.672228000, delta=172249000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844743000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844743000, lastModified=2022-07-06 18:36:51.672228000, delta=172515000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844628000, lastModified=2022-07-06 18:36:51.244221000, delta=600407000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844833000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844833000, lastModified=2022-07-06 18:36:51.244221000, delta=600612000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844743000, lastModified=2022-07-06 18:36:51.672228000, delta=172515000 ns, racy<=2500000000 ns 18:36:51.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.844999000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844999000, lastModified=2022-07-06 18:36:51.672228000, delta=172771000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845117000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.844833000, lastModified=2022-07-06 18:36:51.244221000, delta=600612000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845238000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.845238000, lastModified=2022-07-06 18:36:51.244221000, delta=601017000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.844999000, lastModified=2022-07-06 18:36:51.672228000, delta=172771000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845353000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.845353000, lastModified=2022-07-06 18:36:51.672228000, delta=173125000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.845117000, lastModified=2022-07-06 18:36:51.843231000, delta=1886000 ns, racy<=4087500 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845666000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.845666000, lastModified=2022-07-06 18:36:51.843231000, delta=2435000 ns, racy<=4087500 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.845238000, lastModified=2022-07-06 18:36:51.244221000, delta=601017000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845772000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.845772000, lastModified=2022-07-06 18:36:51.244221000, delta=601551000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.845353000, lastModified=2022-07-06 18:36:51.672228000, delta=173125000 ns, racy<=2500000000 ns 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.845924000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.845924000, lastModified=2022-07-06 18:36:51.672228000, delta=173696000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.845772000, lastModified=2022-07-06 18:36:51.244221000, delta=601551000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846161000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.846161000, lastModified=2022-07-06 18:36:51.244221000, delta=601940000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.845924000, lastModified=2022-07-06 18:36:51.672228000, delta=173696000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846275000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.846275000, lastModified=2022-07-06 18:36:51.672228000, delta=174047000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.845666000, lastModified=2022-07-06 18:36:51.843231000, delta=2435000 ns, racy<=4087500 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, is racily clean 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846532000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.846532000, lastModified=2022-07-06 18:36:51.843231000, delta=3301000 ns, racy<=4087500 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.846161000, lastModified=2022-07-06 18:36:51.244221000, delta=601940000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846608000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.846608000, lastModified=2022-07-06 18:36:51.244221000, delta=602387000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.846275000, lastModified=2022-07-06 18:36:51.672228000, delta=174047000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846725000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.846725000, lastModified=2022-07-06 18:36:51.672228000, delta=174497000 ns, racy<=2500000000 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.846532000, lastModified=2022-07-06 18:36:51.843231000, delta=3301000 ns, racy<=4087500 ns 18:36:51.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, is racily clean 18:36:51.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.846991000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.846991000, lastModified=2022-07-06 18:36:51.843231000, delta=3760000 ns, racy<=4087500 ns 18:36:51.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.847238000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.847286000, lastModified=2022-07-06 18:36:51.759230000, size=176, fileKey=(dev=10009e,ino=4042897) 18:36:51.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.846608000, lastModified=2022-07-06 18:36:51.244221000, delta=602387000 ns, racy<=2500000000 ns 18:36:51.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849060000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849060000, lastModified=2022-07-06 18:36:51.244221000, delta=604839000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.846725000, lastModified=2022-07-06 18:36:51.672228000, delta=174497000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849251000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849251000, lastModified=2022-07-06 18:36:51.672228000, delta=177023000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849060000, lastModified=2022-07-06 18:36:51.244221000, delta=604839000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849386000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849386000, lastModified=2022-07-06 18:36:51.244221000, delta=605165000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849251000, lastModified=2022-07-06 18:36:51.672228000, delta=177023000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849506000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849506000, lastModified=2022-07-06 18:36:51.672228000, delta=177278000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849386000, lastModified=2022-07-06 18:36:51.244221000, delta=605165000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849733000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849733000, lastModified=2022-07-06 18:36:51.244221000, delta=605512000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849506000, lastModified=2022-07-06 18:36:51.672228000, delta=177278000 ns, racy<=2500000000 ns 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.849857000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849857000, lastModified=2022-07-06 18:36:51.672228000, delta=177629000 ns, racy<=2500000000 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.841647000, lastModified=2022-07-06 18:36:51.669228000, delta=172419000 ns, racy<=4087500 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.850620000, lastModified=2022-07-06 18:36:51.846231000, size=0, fileKey=(dev=10009e,ino=4042895) 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.849733000, lastModified=2022-07-06 18:36:51.244221000, delta=605512000 ns, racy<=2500000000 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.850698000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.850698000, lastModified=2022-07-06 18:36:51.244221000, delta=606477000 ns, racy<=2500000000 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.849857000, lastModified=2022-07-06 18:36:51.672228000, delta=177629000 ns, racy<=2500000000 ns 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.850834000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.850834000, lastModified=2022-07-06 18:36:51.672228000, delta=178606000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.850995000, lastModified=2022-07-06 18:36:51.850231000, size=176, fileKey=(dev=10009e,ino=4042895) 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.850698000, lastModified=2022-07-06 18:36:51.244221000, delta=606477000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.851250000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.851250000, lastModified=2022-07-06 18:36:51.244221000, delta=607029000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.850834000, lastModified=2022-07-06 18:36:51.672228000, delta=178606000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.851365000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.851365000, lastModified=2022-07-06 18:36:51.672228000, delta=179137000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-07-06 18:36:51.846991000, lastModified=2022-07-06 18:36:51.843231000, delta=3760000 ns, racy<=4087500 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, is racily clean 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.851690000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-07-06 18:36:51.851690000, lastModified=2022-07-06 18:36:51.843231000, delta=8459000 ns, racy<=4087500 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.851250000, lastModified=2022-07-06 18:36:51.244221000, delta=607029000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.851794000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.851794000, lastModified=2022-07-06 18:36:51.244221000, delta=607573000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.851365000, lastModified=2022-07-06 18:36:51.672228000, delta=179137000 ns, racy<=2500000000 ns 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.851953000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.851953000, lastModified=2022-07-06 18:36:51.672228000, delta=179725000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.851794000, lastModified=2022-07-06 18:36:51.244221000, delta=607573000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.852175000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.852175000, lastModified=2022-07-06 18:36:51.244221000, delta=607954000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.851953000, lastModified=2022-07-06 18:36:51.672228000, delta=179725000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.852286000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.852286000, lastModified=2022-07-06 18:36:51.672228000, delta=180058000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.852175000, lastModified=2022-07-06 18:36:51.244221000, delta=607954000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.852608000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.852608000, lastModified=2022-07-06 18:36:51.244221000, delta=608387000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.852286000, lastModified=2022-07-06 18:36:51.672228000, delta=180058000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.852766000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.852766000, lastModified=2022-07-06 18:36:51.672228000, delta=180538000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.852608000, lastModified=2022-07-06 18:36:51.244221000, delta=608387000 ns, racy<=2500000000 ns 18:36:51.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853027000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853027000, lastModified=2022-07-06 18:36:51.244221000, delta=608806000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.852766000, lastModified=2022-07-06 18:36:51.672228000, delta=180538000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853143000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853143000, lastModified=2022-07-06 18:36:51.672228000, delta=180915000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.840535000, lastModified=2022-07-06 18:36:51.671228000, delta=169307000 ns, racy<=4087500 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.840638000, lastModified=2022-07-06 18:36:51.765230000, delta=75408000 ns, racy<=4087500 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853027000, lastModified=2022-07-06 18:36:51.244221000, delta=608806000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853303000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853303000, lastModified=2022-07-06 18:36:51.244221000, delta=609082000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853143000, lastModified=2022-07-06 18:36:51.672228000, delta=180915000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853413000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853413000, lastModified=2022-07-06 18:36:51.672228000, delta=181185000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, cannot be racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853303000, lastModified=2022-07-06 18:36:51.244221000, delta=609082000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853538000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853538000, lastModified=2022-07-06 18:36:51.244221000, delta=609317000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853413000, lastModified=2022-07-06 18:36:51.672228000, delta=181185000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853645000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853645000, lastModified=2022-07-06 18:36:51.672228000, delta=181417000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853538000, lastModified=2022-07-06 18:36:51.244221000, delta=609317000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853783000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853783000, lastModified=2022-07-06 18:36:51.244221000, delta=609562000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853645000, lastModified=2022-07-06 18:36:51.672228000, delta=181417000 ns, racy<=2500000000 ns 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.853952000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853952000, lastModified=2022-07-06 18:36:51.672228000, delta=181724000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.853783000, lastModified=2022-07-06 18:36:51.244221000, delta=609562000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.854104000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.854104000, lastModified=2022-07-06 18:36:51.244221000, delta=609883000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.853952000, lastModified=2022-07-06 18:36:51.672228000, delta=181724000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.854215000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.854215000, lastModified=2022-07-06 18:36:51.672228000, delta=181987000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.854104000, lastModified=2022-07-06 18:36:51.244221000, delta=609883000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.854307000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.854307000, lastModified=2022-07-06 18:36:51.244221000, delta=610086000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.854215000, lastModified=2022-07-06 18:36:51.672228000, delta=181987000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.854411000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.854411000, lastModified=2022-07-06 18:36:51.672228000, delta=182183000 ns, racy<=2500000000 ns 18:36:51.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.854478000, lastModified=2022-07-06 18:36:51.852232000, size=26, fileKey=(dev=10009e,ino=4042897) 18:36:51.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.855977000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.854307000, lastModified=2022-07-06 18:36:51.244221000, delta=610086000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856196000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856196000, lastModified=2022-07-06 18:36:51.244221000, delta=611975000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856350000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856196000, lastModified=2022-07-06 18:36:51.244221000, delta=611975000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856442000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856442000, lastModified=2022-07-06 18:36:51.244221000, delta=612221000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.856350000, lastModified=2022-07-06 18:36:51.672228000, delta=184122000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856562000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.856562000, lastModified=2022-07-06 18:36:51.672228000, delta=184334000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856663000, lastModified=2022-07-06 18:36:51.850231000, size=176, fileKey=(dev=10009e,ino=4042895) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856442000, lastModified=2022-07-06 18:36:51.244221000, delta=612221000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856760000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856760000, lastModified=2022-07-06 18:36:51.244221000, delta=612539000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.856562000, lastModified=2022-07-06 18:36:51.672228000, delta=184334000 ns, racy<=2500000000 ns 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.856912000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.856912000, lastModified=2022-07-06 18:36:51.672228000, delta=184684000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857082000, lastModified=2022-07-06 18:36:51.850231000, size=176, fileKey=(dev=10009e,ino=4042895) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857140000, lastModified=2022-07-06 18:36:51.850231000, size=176, fileKey=(dev=10009e,ino=4042895) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.856760000, lastModified=2022-07-06 18:36:51.244221000, delta=612539000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857208000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857208000, lastModified=2022-07-06 18:36:51.244221000, delta=612987000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.856912000, lastModified=2022-07-06 18:36:51.672228000, delta=184684000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857331000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857331000, lastModified=2022-07-06 18:36:51.672228000, delta=185103000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857208000, lastModified=2022-07-06 18:36:51.244221000, delta=612987000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857457000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857457000, lastModified=2022-07-06 18:36:51.244221000, delta=613236000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857331000, lastModified=2022-07-06 18:36:51.672228000, delta=185103000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857576000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857576000, lastModified=2022-07-06 18:36:51.672228000, delta=185348000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857457000, lastModified=2022-07-06 18:36:51.244221000, delta=613236000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857804000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857804000, lastModified=2022-07-06 18:36:51.244221000, delta=613583000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857576000, lastModified=2022-07-06 18:36:51.672228000, delta=185348000 ns, racy<=2500000000 ns 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.857986000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857986000, lastModified=2022-07-06 18:36:51.672228000, delta=185758000 ns, racy<=2500000000 ns 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859237000, lastModified=2022-07-06 18:36:51.856232000, size=0, fileKey=(dev=10009e,ino=4042896) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.857804000, lastModified=2022-07-06 18:36:51.244221000, delta=613583000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859327000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.859327000, lastModified=2022-07-06 18:36:51.244221000, delta=615106000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.857986000, lastModified=2022-07-06 18:36:51.672228000, delta=185758000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859441000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.859441000, lastModified=2022-07-06 18:36:51.672228000, delta=187213000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859531000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859609000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.859327000, lastModified=2022-07-06 18:36:51.244221000, delta=615106000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859783000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.859783000, lastModified=2022-07-06 18:36:51.244221000, delta=615562000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.859441000, lastModified=2022-07-06 18:36:51.672228000, delta=187213000 ns, racy<=2500000000 ns 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.859975000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.859975000, lastModified=2022-07-06 18:36:51.672228000, delta=187747000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.859783000, lastModified=2022-07-06 18:36:51.244221000, delta=615562000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860101000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860101000, lastModified=2022-07-06 18:36:51.244221000, delta=615880000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.859975000, lastModified=2022-07-06 18:36:51.672228000, delta=187747000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860263000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860263000, lastModified=2022-07-06 18:36:51.672228000, delta=188035000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860101000, lastModified=2022-07-06 18:36:51.244221000, delta=615880000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860377000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860377000, lastModified=2022-07-06 18:36:51.244221000, delta=616156000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860263000, lastModified=2022-07-06 18:36:51.672228000, delta=188035000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860516000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860516000, lastModified=2022-07-06 18:36:51.672228000, delta=188288000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860377000, lastModified=2022-07-06 18:36:51.244221000, delta=616156000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860607000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860607000, lastModified=2022-07-06 18:36:51.244221000, delta=616386000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860516000, lastModified=2022-07-06 18:36:51.672228000, delta=188288000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860745000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860745000, lastModified=2022-07-06 18:36:51.672228000, delta=188517000 ns, racy<=2500000000 ns 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860846000, lastModified=2022-07-06 18:36:51.852232000, size=26, fileKey=(dev=10009e,ino=4042897) 18:36:51.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.860930000, lastModified=2022-07-06 18:36:51.843231000, size=41, fileKey=(dev=10009e,ino=4196316) 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.860607000, lastModified=2022-07-06 18:36:51.244221000, delta=616386000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.861076000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.861076000, lastModified=2022-07-06 18:36:51.244221000, delta=616855000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.860745000, lastModified=2022-07-06 18:36:51.672228000, delta=188517000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.861208000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.861208000, lastModified=2022-07-06 18:36:51.672228000, delta=188980000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.860846000, lastModified=2022-07-06 18:36:51.852232000, delta=8614000 ns, racy<=4087500 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, isRacyClean=false, read=2022-07-06 18:36:51.860930000, lastModified=2022-07-06 18:36:51.843231000, delta=17699000 ns, racy<=4087500 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, is unmodified 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.861076000, lastModified=2022-07-06 18:36:51.244221000, delta=616855000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.861677000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.861677000, lastModified=2022-07-06 18:36:51.244221000, delta=617456000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.861208000, lastModified=2022-07-06 18:36:51.672228000, delta=188980000 ns, racy<=2500000000 ns 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.861791000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.861791000, lastModified=2022-07-06 18:36:51.672228000, delta=189563000 ns, racy<=2500000000 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.862023000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.862110000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.858176000, lastModified=2022-07-06 18:36:51.669228000, delta=188948000 ns, racy<=4087500 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.858458000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611858458000 ns, racy<=4087500 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack/preserved, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.861677000, lastModified=2022-07-06 18:36:51.244221000, delta=617456000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.863478000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.863478000, lastModified=2022-07-06 18:36:51.244221000, delta=619257000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.861791000, lastModified=2022-07-06 18:36:51.672228000, delta=189563000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.863601000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.863601000, lastModified=2022-07-06 18:36:51.672228000, delta=191373000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.860846000, lastModified=2022-07-06 18:36:51.852232000, delta=8614000 ns, racy<=4087500 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/HEAD, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, isRacyClean=false, read=2022-07-06 18:36:51.860930000, lastModified=2022-07-06 18:36:51.843231000, delta=17699000 ns, racy<=4087500 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, is unmodified 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.863478000, lastModified=2022-07-06 18:36:51.244221000, delta=619257000 ns, racy<=2500000000 ns 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.863880000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.863880000, lastModified=2022-07-06 18:36:51.244221000, delta=619659000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.863601000, lastModified=2022-07-06 18:36:51.672228000, delta=191373000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864066000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864066000, lastModified=2022-07-06 18:36:51.672228000, delta=191838000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, isRacyClean=false, read=2022-07-06 18:36:51.860930000, lastModified=2022-07-06 18:36:51.843231000, delta=17699000 ns, racy<=4087500 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, is unmodified 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.863880000, lastModified=2022-07-06 18:36:51.244221000, delta=619659000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864327000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864327000, lastModified=2022-07-06 18:36:51.244221000, delta=620106000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864066000, lastModified=2022-07-06 18:36:51.672228000, delta=191838000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864446000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864446000, lastModified=2022-07-06 18:36:51.672228000, delta=192218000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864327000, lastModified=2022-07-06 18:36:51.244221000, delta=620106000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864566000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864566000, lastModified=2022-07-06 18:36:51.244221000, delta=620345000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864446000, lastModified=2022-07-06 18:36:51.672228000, delta=192218000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864676000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864676000, lastModified=2022-07-06 18:36:51.672228000, delta=192448000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864566000, lastModified=2022-07-06 18:36:51.244221000, delta=620345000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864816000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864816000, lastModified=2022-07-06 18:36:51.244221000, delta=620595000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864676000, lastModified=2022-07-06 18:36:51.672228000, delta=192448000 ns, racy<=2500000000 ns 18:36:51.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.864996000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864996000, lastModified=2022-07-06 18:36:51.672228000, delta=192768000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.864816000, lastModified=2022-07-06 18:36:51.244221000, delta=620595000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865102000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865102000, lastModified=2022-07-06 18:36:51.244221000, delta=620881000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.864996000, lastModified=2022-07-06 18:36:51.672228000, delta=192768000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865207000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865207000, lastModified=2022-07-06 18:36:51.672228000, delta=192979000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865102000, lastModified=2022-07-06 18:36:51.244221000, delta=620881000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865300000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865300000, lastModified=2022-07-06 18:36:51.244221000, delta=621079000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865207000, lastModified=2022-07-06 18:36:51.672228000, delta=192979000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865400000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865400000, lastModified=2022-07-06 18:36:51.672228000, delta=193172000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865300000, lastModified=2022-07-06 18:36:51.244221000, delta=621079000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865485000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865485000, lastModified=2022-07-06 18:36:51.244221000, delta=621264000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865400000, lastModified=2022-07-06 18:36:51.672228000, delta=193172000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865590000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865590000, lastModified=2022-07-06 18:36:51.672228000, delta=193362000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865663000, lastModified=2022-07-06 18:36:51.863232000, size=41, fileKey=(dev=10009e,ino=4196318) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865485000, lastModified=2022-07-06 18:36:51.244221000, delta=621264000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.865817000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865817000, lastModified=2022-07-06 18:36:51.244221000, delta=621596000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.865590000, lastModified=2022-07-06 18:36:51.672228000, delta=193362000 ns, racy<=2500000000 ns 18:36:51.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866007000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866007000, lastModified=2022-07-06 18:36:51.672228000, delta=193779000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.865817000, lastModified=2022-07-06 18:36:51.244221000, delta=621596000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866174000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866174000, lastModified=2022-07-06 18:36:51.244221000, delta=621953000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.768603000, lastModified=2022-07-06 18:36:51.672228000, delta=96375000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866286000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866286000, lastModified=2022-07-06 18:36:51.672228000, delta=194058000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.768808000, lastModified=2022-07-06 18:36:51.765230000, delta=3578000 ns, racy<=4087500 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866390000, lastModified=2022-07-06 18:36:51.765230000, size=41, fileKey=(dev=10009e,ino=4196317) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:51.866390000, lastModified=2022-07-06 18:36:51.765230000, delta=101160000 ns, racy<=4087500 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866174000, lastModified=2022-07-06 18:36:51.244221000, delta=621953000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866464000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866464000, lastModified=2022-07-06 18:36:51.244221000, delta=622243000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866286000, lastModified=2022-07-06 18:36:51.672228000, delta=194058000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866573000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866573000, lastModified=2022-07-06 18:36:51.672228000, delta=194345000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, cannot be racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866464000, lastModified=2022-07-06 18:36:51.244221000, delta=622243000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866764000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866764000, lastModified=2022-07-06 18:36:51.244221000, delta=622543000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866573000, lastModified=2022-07-06 18:36:51.672228000, delta=194345000 ns, racy<=2500000000 ns 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.866923000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866923000, lastModified=2022-07-06 18:36:51.672228000, delta=194695000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, cannot be racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.866764000, lastModified=2022-07-06 18:36:51.244221000, delta=622543000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867079000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867079000, lastModified=2022-07-06 18:36:51.244221000, delta=622858000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.866923000, lastModified=2022-07-06 18:36:51.672228000, delta=194695000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867252000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.867252000, lastModified=2022-07-06 18:36:51.672228000, delta=195024000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, cannot be racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867422000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867079000, lastModified=2022-07-06 18:36:51.244221000, delta=622858000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867537000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867537000, lastModified=2022-07-06 18:36:51.244221000, delta=623316000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867624000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867537000, lastModified=2022-07-06 18:36:51.244221000, delta=623316000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867725000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867725000, lastModified=2022-07-06 18:36:51.244221000, delta=623504000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.867624000, lastModified=2022-07-06 18:36:51.672228000, delta=195396000 ns, racy<=2500000000 ns 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867830000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.867830000, lastModified=2022-07-06 18:36:51.672228000, delta=195602000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.867973000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.868063000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868063000, lastModified=2022-07-06 18:36:51.669228000, delta=198835000 ns, racy<=4087500 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868063000, lastModified=2022-07-06 18:36:51.669228000, delta=198835000 ns, racy<=4087500 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.867725000, lastModified=2022-07-06 18:36:51.244221000, delta=623504000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.868402000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.868402000, lastModified=2022-07-06 18:36:51.244221000, delta=624181000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.867252000, lastModified=2022-07-06 18:36:51.672228000, delta=195024000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.868514000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.868514000, lastModified=2022-07-06 18:36:51.672228000, delta=196286000 ns, racy<=2500000000 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.868638000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868638000, lastModified=2022-07-06 18:36:51.669228000, delta=199410000 ns, racy<=4087500 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868638000, lastModified=2022-07-06 18:36:51.669228000, delta=199410000 ns, racy<=4087500 ns 18:36:51.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868638000, lastModified=2022-07-06 18:36:51.669228000, delta=199410000 ns, racy<=4087500 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.868638000, lastModified=2022-07-06 18:36:51.669228000, delta=199410000 ns, racy<=4087500 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.868402000, lastModified=2022-07-06 18:36:51.244221000, delta=624181000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869276000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869276000, lastModified=2022-07-06 18:36:51.244221000, delta=625055000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.868514000, lastModified=2022-07-06 18:36:51.672228000, delta=196286000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869399000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869399000, lastModified=2022-07-06 18:36:51.672228000, delta=197171000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869276000, lastModified=2022-07-06 18:36:51.244221000, delta=625055000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869515000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869515000, lastModified=2022-07-06 18:36:51.244221000, delta=625294000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869399000, lastModified=2022-07-06 18:36:51.672228000, delta=197171000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869625000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869625000, lastModified=2022-07-06 18:36:51.672228000, delta=197397000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869515000, lastModified=2022-07-06 18:36:51.244221000, delta=625294000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869783000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869783000, lastModified=2022-07-06 18:36:51.244221000, delta=625562000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869625000, lastModified=2022-07-06 18:36:51.672228000, delta=197397000 ns, racy<=2500000000 ns 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.869945000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869945000, lastModified=2022-07-06 18:36:51.672228000, delta=197717000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.869783000, lastModified=2022-07-06 18:36:51.244221000, delta=625562000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.870145000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.870145000, lastModified=2022-07-06 18:36:51.244221000, delta=625924000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.869945000, lastModified=2022-07-06 18:36:51.672228000, delta=197717000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.870256000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.870256000, lastModified=2022-07-06 18:36:51.672228000, delta=198028000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.870145000, lastModified=2022-07-06 18:36:51.244221000, delta=625924000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.870347000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.870347000, lastModified=2022-07-06 18:36:51.244221000, delta=626126000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.870256000, lastModified=2022-07-06 18:36:51.672228000, delta=198028000 ns, racy<=2500000000 ns 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.870452000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.870452000, lastModified=2022-07-06 18:36:51.672228000, delta=198224000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.870347000, lastModified=2022-07-06 18:36:51.244221000, delta=626126000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.871527000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.871527000, lastModified=2022-07-06 18:36:51.244221000, delta=627306000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.870452000, lastModified=2022-07-06 18:36:51.672228000, delta=198224000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.871674000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.871674000, lastModified=2022-07-06 18:36:51.672228000, delta=199446000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, cannot be racily clean 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.871527000, lastModified=2022-07-06 18:36:51.244221000, delta=627306000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.871830000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.871830000, lastModified=2022-07-06 18:36:51.244221000, delta=627609000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.871674000, lastModified=2022-07-06 18:36:51.672228000, delta=199446000 ns, racy<=2500000000 ns 18:36:51.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.871990000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.871990000, lastModified=2022-07-06 18:36:51.672228000, delta=199762000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/master, cannot be racily clean 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.871830000, lastModified=2022-07-06 18:36:51.244221000, delta=627609000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.872186000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.872186000, lastModified=2022-07-06 18:36:51.244221000, delta=627965000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.871990000, lastModified=2022-07-06 18:36:51.672228000, delta=199762000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.872309000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.872309000, lastModified=2022-07-06 18:36:51.672228000, delta=200081000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.872186000, lastModified=2022-07-06 18:36:51.244221000, delta=627965000 ns, racy<=2500000000 ns 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.872965000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.872965000, lastModified=2022-07-06 18:36:51.244221000, delta=628744000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.872309000, lastModified=2022-07-06 18:36:51.672228000, delta=200081000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.873133000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.873133000, lastModified=2022-07-06 18:36:51.672228000, delta=200905000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.873704000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.872965000, lastModified=2022-07-06 18:36:51.244221000, delta=628744000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.873829000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.873829000, lastModified=2022-07-06 18:36:51.244221000, delta=629608000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.873978000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.873829000, lastModified=2022-07-06 18:36:51.244221000, delta=629608000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.874159000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.874159000, lastModified=2022-07-06 18:36:51.244221000, delta=629938000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.873978000, lastModified=2022-07-06 18:36:51.672228000, delta=201750000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.874298000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.874298000, lastModified=2022-07-06 18:36:51.672228000, delta=202070000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.874403000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.874474000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.874474000, lastModified=2022-07-06 18:36:51.669228000, delta=205246000 ns, racy<=4087500 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.874474000, lastModified=2022-07-06 18:36:51.669228000, delta=205246000 ns, racy<=4087500 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.874159000, lastModified=2022-07-06 18:36:51.244221000, delta=629938000 ns, racy<=2500000000 ns 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.874830000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.874830000, lastModified=2022-07-06 18:36:51.244221000, delta=630609000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.873133000, lastModified=2022-07-06 18:36:51.672228000, delta=200905000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.875093000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.875093000, lastModified=2022-07-06 18:36:51.672228000, delta=202865000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.874830000, lastModified=2022-07-06 18:36:51.244221000, delta=630609000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.875418000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.875418000, lastModified=2022-07-06 18:36:51.244221000, delta=631197000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.875093000, lastModified=2022-07-06 18:36:51.672228000, delta=202865000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.875564000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.875564000, lastModified=2022-07-06 18:36:51.672228000, delta=203336000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.875418000, lastModified=2022-07-06 18:36:51.244221000, delta=631197000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.875692000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.875692000, lastModified=2022-07-06 18:36:51.244221000, delta=631471000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.875564000, lastModified=2022-07-06 18:36:51.672228000, delta=203336000 ns, racy<=2500000000 ns 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.875845000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.875845000, lastModified=2022-07-06 18:36:51.672228000, delta=203617000 ns, racy<=2500000000 ns 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.943422000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.875692000, lastModified=2022-07-06 18:36:51.244221000, delta=631471000 ns, racy<=2500000000 ns 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.943636000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.943636000, lastModified=2022-07-06 18:36:51.244221000, delta=699415000 ns, racy<=2500000000 ns 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.943790000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.943636000, lastModified=2022-07-06 18:36:51.244221000, delta=699415000 ns, racy<=2500000000 ns 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.943941000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.943941000, lastModified=2022-07-06 18:36:51.244221000, delta=699720000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.943790000, lastModified=2022-07-06 18:36:51.672228000, delta=271562000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944112000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944112000, lastModified=2022-07-06 18:36:51.672228000, delta=271884000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944212000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.943941000, lastModified=2022-07-06 18:36:51.244221000, delta=699720000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944311000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.944311000, lastModified=2022-07-06 18:36:51.244221000, delta=700090000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944112000, lastModified=2022-07-06 18:36:51.672228000, delta=271884000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944435000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944435000, lastModified=2022-07-06 18:36:51.672228000, delta=272207000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944706000, lastModified=2022-07-06 18:36:51.863232000, size=41, fileKey=(dev=10009e,ino=4196318) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.944311000, lastModified=2022-07-06 18:36:51.244221000, delta=700090000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944782000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.944782000, lastModified=2022-07-06 18:36:51.244221000, delta=700561000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944435000, lastModified=2022-07-06 18:36:51.672228000, delta=272207000 ns, racy<=2500000000 ns 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.944939000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944939000, lastModified=2022-07-06 18:36:51.672228000, delta=272711000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, isRacyClean=false, read=2022-07-06 18:36:51.944706000, lastModified=2022-07-06 18:36:51.863232000, delta=81474000 ns, racy<=4087500 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/refs/heads/newbranch, is unmodified 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945258000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.944782000, lastModified=2022-07-06 18:36:51.244221000, delta=700561000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945367000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.945367000, lastModified=2022-07-06 18:36:51.244221000, delta=701146000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945463000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.945367000, lastModified=2022-07-06 18:36:51.244221000, delta=701146000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945558000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.945558000, lastModified=2022-07-06 18:36:51.244221000, delta=701337000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.945463000, lastModified=2022-07-06 18:36:51.672228000, delta=273235000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945678000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.945678000, lastModified=2022-07-06 18:36:51.672228000, delta=273450000 ns, racy<=2500000000 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945794000, lastModified=2022-07-06 18:36:51.858232000, size=176, fileKey=(dev=10009e,ino=4042896) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.945904000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.945904000, lastModified=2022-07-06 18:36:51.669228000, delta=276676000 ns, racy<=4087500 ns 18:36:51.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.945904000, lastModified=2022-07-06 18:36:51.669228000, delta=276676000 ns, racy<=4087500 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.945904000, lastModified=2022-07-06 18:36:51.669228000, delta=276676000 ns, racy<=4087500 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.945558000, lastModified=2022-07-06 18:36:51.244221000, delta=701337000 ns, racy<=2500000000 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.946 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.946408000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.946408000, lastModified=2022-07-06 18:36:51.244221000, delta=702187000 ns, racy<=2500000000 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.944939000, lastModified=2022-07-06 18:36:51.672228000, delta=272711000 ns, racy<=2500000000 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.946530000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.946530000, lastModified=2022-07-06 18:36:51.672228000, delta=274302000 ns, racy<=2500000000 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, size=6, fileKey=(dev=10009e,ino=11539401) 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.946408000, lastModified=2022-07-06 18:36:51.244221000, delta=702187000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.947 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.947501000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.947501000, lastModified=2022-07-06 18:36:51.244221000, delta=703280000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.946530000, lastModified=2022-07-06 18:36:51.672228000, delta=274302000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.947646000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.947646000, lastModified=2022-07-06 18:36:51.672228000, delta=275418000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.947501000, lastModified=2022-07-06 18:36:51.244221000, delta=703280000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.947 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.947757000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.947757000, lastModified=2022-07-06 18:36:51.244221000, delta=703536000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.947646000, lastModified=2022-07-06 18:36:51.672228000, delta=275418000 ns, racy<=2500000000 ns 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.947874000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.947874000, lastModified=2022-07-06 18:36:51.672228000, delta=275646000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.947757000, lastModified=2022-07-06 18:36:51.244221000, delta=703536000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948121000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948121000, lastModified=2022-07-06 18:36:51.244221000, delta=703900000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.947874000, lastModified=2022-07-06 18:36:51.672228000, delta=275646000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948237000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948237000, lastModified=2022-07-06 18:36:51.672228000, delta=276009000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948121000, lastModified=2022-07-06 18:36:51.244221000, delta=703900000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948530000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948530000, lastModified=2022-07-06 18:36:51.244221000, delta=704309000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948237000, lastModified=2022-07-06 18:36:51.672228000, delta=276009000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948644000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948644000, lastModified=2022-07-06 18:36:51.672228000, delta=276416000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948530000, lastModified=2022-07-06 18:36:51.244221000, delta=704309000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948736000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948736000, lastModified=2022-07-06 18:36:51.244221000, delta=704515000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948644000, lastModified=2022-07-06 18:36:51.672228000, delta=276416000 ns, racy<=2500000000 ns 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.948846000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948846000, lastModified=2022-07-06 18:36:51.672228000, delta=276618000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.948736000, lastModified=2022-07-06 18:36:51.244221000, delta=704515000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949036000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949036000, lastModified=2022-07-06 18:36:51.244221000, delta=704815000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.948846000, lastModified=2022-07-06 18:36:51.672228000, delta=276618000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949156000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.949156000, lastModified=2022-07-06 18:36:51.672228000, delta=276928000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.946734000, lastModified=2022-07-06 18:36:51.669228000, delta=277506000 ns, racy<=4087500 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/objects/pack, is unmodified 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949036000, lastModified=2022-07-06 18:36:51.244221000, delta=704815000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949399000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949399000, lastModified=2022-07-06 18:36:51.244221000, delta=705178000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.949156000, lastModified=2022-07-06 18:36:51.672228000, delta=276928000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949510000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.949510000, lastModified=2022-07-06 18:36:51.672228000, delta=277282000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949399000, lastModified=2022-07-06 18:36:51.244221000, delta=705178000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949610000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949610000, lastModified=2022-07-06 18:36:51.244221000, delta=705389000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.949510000, lastModified=2022-07-06 18:36:51.672228000, delta=277282000 ns, racy<=2500000000 ns 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, is racily clean 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.949720000, lastModified=2022-07-06 18:36:51.672228000, size=78, fileKey=(dev=10009e,ino=4042892) 18:36:51.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1660380683569106509/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.949720000, lastModified=2022-07-06 18:36:51.672228000, delta=277492000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.949610000, lastModified=2022-07-06 18:36:51.244221000, delta=705389000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.951436000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.951436000, lastModified=2022-07-06 18:36:51.244221000, delta=707215000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.951436000, lastModified=2022-07-06 18:36:51.244221000, delta=707215000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.951652000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.951652000, lastModified=2022-07-06 18:36:51.244221000, delta=707431000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.951652000, lastModified=2022-07-06 18:36:51.244221000, delta=707431000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.952058000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952058000, lastModified=2022-07-06 18:36:51.244221000, delta=707837000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952058000, lastModified=2022-07-06 18:36:51.244221000, delta=707837000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.952374000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952374000, lastModified=2022-07-06 18:36:51.244221000, delta=708153000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952374000, lastModified=2022-07-06 18:36:51.244221000, delta=708153000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.952601000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952601000, lastModified=2022-07-06 18:36:51.244221000, delta=708380000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.952601000, lastModified=2022-07-06 18:36:51.244221000, delta=708380000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.953092000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953092000, lastModified=2022-07-06 18:36:51.244221000, delta=708871000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953092000, lastModified=2022-07-06 18:36:51.244221000, delta=708871000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.953412000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953412000, lastModified=2022-07-06 18:36:51.244221000, delta=709191000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953412000, lastModified=2022-07-06 18:36:51.244221000, delta=709191000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.953714000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953714000, lastModified=2022-07-06 18:36:51.244221000, delta=709493000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.953714000, lastModified=2022-07-06 18:36:51.244221000, delta=709493000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.954315000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954315000, lastModified=2022-07-06 18:36:51.244221000, delta=710094000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954315000, lastModified=2022-07-06 18:36:51.244221000, delta=710094000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.954574000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954574000, lastModified=2022-07-06 18:36:51.244221000, delta=710353000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954574000, lastModified=2022-07-06 18:36:51.244221000, delta=710353000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.954829000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954829000, lastModified=2022-07-06 18:36:51.244221000, delta=710608000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=false, read=2022-07-06 18:36:51.951839000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611951839000 ns, racy<=2500000000 ns 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is unmodified 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.955094000, lastModified=2022-07-06 18:36:51.954233000, size=23, fileKey=(dev=10009e,ino=25168475) 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.955518000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.955775000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.954829000, lastModified=2022-07-06 18:36:51.244221000, delta=710608000 ns, racy<=2500000000 ns 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.955934000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.955934000, lastModified=2022-07-06 18:36:51.244221000, delta=711713000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956075000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.955934000, lastModified=2022-07-06 18:36:51.244221000, delta=711713000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956264000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.956264000, lastModified=2022-07-06 18:36:51.244221000, delta=712043000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.956075000, lastModified=2022-07-06 18:36:51.954233000, delta=1842000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956437000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.956437000, lastModified=2022-07-06 18:36:51.954233000, delta=2204000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.956264000, lastModified=2022-07-06 18:36:51.244221000, delta=712043000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956617000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.956617000, lastModified=2022-07-06 18:36:51.244221000, delta=712396000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.956437000, lastModified=2022-07-06 18:36:51.954233000, delta=2204000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956733000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.956733000, lastModified=2022-07-06 18:36:51.954233000, delta=2500000 ns, racy<=2500000000 ns 18:36:51.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.956804000, lastModified=2022-07-06 18:36:51.954233000, size=23, fileKey=(dev=10009e,ino=25168475) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.957246000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.956617000, lastModified=2022-07-06 18:36:51.244221000, delta=712396000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.957415000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.957415000, lastModified=2022-07-06 18:36:51.244221000, delta=713194000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.957519000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.957415000, lastModified=2022-07-06 18:36:51.244221000, delta=713194000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.957623000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.957623000, lastModified=2022-07-06 18:36:51.244221000, delta=713402000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.957519000, lastModified=2022-07-06 18:36:51.954233000, delta=3286000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.957744000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.957744000, lastModified=2022-07-06 18:36:51.954233000, delta=3511000 ns, racy<=2500000000 ns 18:36:51.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.957623000, lastModified=2022-07-06 18:36:51.244221000, delta=713402000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.958023000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958023000, lastModified=2022-07-06 18:36:51.244221000, delta=713802000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.957744000, lastModified=2022-07-06 18:36:51.954233000, delta=3511000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.958141000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.958141000, lastModified=2022-07-06 18:36:51.954233000, delta=3908000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958023000, lastModified=2022-07-06 18:36:51.244221000, delta=713802000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.958327000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958327000, lastModified=2022-07-06 18:36:51.244221000, delta=714106000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.958141000, lastModified=2022-07-06 18:36:51.954233000, delta=3908000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.958439000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.958439000, lastModified=2022-07-06 18:36:51.954233000, delta=4206000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958327000, lastModified=2022-07-06 18:36:51.244221000, delta=714106000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.958833000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958833000, lastModified=2022-07-06 18:36:51.244221000, delta=714612000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.958439000, lastModified=2022-07-06 18:36:51.954233000, delta=4206000 ns, racy<=2500000000 ns 18:36:51.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959004000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959004000, lastModified=2022-07-06 18:36:51.954233000, delta=4771000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.958833000, lastModified=2022-07-06 18:36:51.244221000, delta=714612000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959221000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.959221000, lastModified=2022-07-06 18:36:51.244221000, delta=715000000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959004000, lastModified=2022-07-06 18:36:51.954233000, delta=4771000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959357000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959357000, lastModified=2022-07-06 18:36:51.954233000, delta=5124000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.959221000, lastModified=2022-07-06 18:36:51.244221000, delta=715000000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959514000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.959514000, lastModified=2022-07-06 18:36:51.244221000, delta=715293000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959357000, lastModified=2022-07-06 18:36:51.954233000, delta=5124000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959652000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959652000, lastModified=2022-07-06 18:36:51.954233000, delta=5419000 ns, racy<=2500000000 ns 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:51.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, size=6, fileKey=(dev=10009e,ino=34607388) 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.959514000, lastModified=2022-07-06 18:36:51.244221000, delta=715293000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961277000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961277000, lastModified=2022-07-06 18:36:51.244221000, delta=717056000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.959652000, lastModified=2022-07-06 18:36:51.954233000, delta=5419000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961396000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.961396000, lastModified=2022-07-06 18:36:51.954233000, delta=7163000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961482000, lastModified=2022-07-06 18:36:51.957233000, size=0, fileKey=(dev=10009e,ino=25168477) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961277000, lastModified=2022-07-06 18:36:51.244221000, delta=717056000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961558000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961558000, lastModified=2022-07-06 18:36:51.244221000, delta=717337000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.961396000, lastModified=2022-07-06 18:36:51.954233000, delta=7163000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961664000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.961664000, lastModified=2022-07-06 18:36:51.954233000, delta=7431000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961755000, lastModified=2022-07-06 18:36:51.960233000, size=104, fileKey=(dev=10009e,ino=25168477) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961810000, lastModified=2022-07-06 18:36:51.960233000, size=104, fileKey=(dev=10009e,ino=25168477) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961558000, lastModified=2022-07-06 18:36:51.244221000, delta=717337000 ns, racy<=2500000000 ns 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.961878000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961878000, lastModified=2022-07-06 18:36:51.244221000, delta=717657000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.961664000, lastModified=2022-07-06 18:36:51.954233000, delta=7431000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962070000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962070000, lastModified=2022-07-06 18:36:51.954233000, delta=7837000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962211000, lastModified=2022-07-06 18:36:51.960233000, size=104, fileKey=(dev=10009e,ino=25168477) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962260000, lastModified=2022-07-06 18:36:51.960233000, size=104, fileKey=(dev=10009e,ino=25168477) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962335000, lastModified=2022-07-06 18:36:51.961233000, size=0, fileKey=(dev=10009e,ino=25168478) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.961878000, lastModified=2022-07-06 18:36:51.244221000, delta=717657000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962394000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.962394000, lastModified=2022-07-06 18:36:51.244221000, delta=718173000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962070000, lastModified=2022-07-06 18:36:51.954233000, delta=7837000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962505000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962505000, lastModified=2022-07-06 18:36:51.954233000, delta=8272000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962588000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.962394000, lastModified=2022-07-06 18:36:51.244221000, delta=718173000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962751000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.962751000, lastModified=2022-07-06 18:36:51.244221000, delta=718530000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962505000, lastModified=2022-07-06 18:36:51.954233000, delta=8272000 ns, racy<=2500000000 ns 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.962866000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962866000, lastModified=2022-07-06 18:36:51.954233000, delta=8633000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.962751000, lastModified=2022-07-06 18:36:51.244221000, delta=718530000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963104000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963104000, lastModified=2022-07-06 18:36:51.244221000, delta=718883000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.962866000, lastModified=2022-07-06 18:36:51.954233000, delta=8633000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963211000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963211000, lastModified=2022-07-06 18:36:51.954233000, delta=8978000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963104000, lastModified=2022-07-06 18:36:51.244221000, delta=718883000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963316000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963316000, lastModified=2022-07-06 18:36:51.244221000, delta=719095000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963211000, lastModified=2022-07-06 18:36:51.954233000, delta=8978000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963420000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963420000, lastModified=2022-07-06 18:36:51.954233000, delta=9187000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963316000, lastModified=2022-07-06 18:36:51.244221000, delta=719095000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963511000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963511000, lastModified=2022-07-06 18:36:51.244221000, delta=719290000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963420000, lastModified=2022-07-06 18:36:51.954233000, delta=9187000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963611000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963611000, lastModified=2022-07-06 18:36:51.954233000, delta=9378000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963690000, lastModified=2022-07-06 18:36:51.954233000, size=23, fileKey=(dev=10009e,ino=25168475) 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963511000, lastModified=2022-07-06 18:36:51.244221000, delta=719290000 ns, racy<=2500000000 ns 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.963937000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963937000, lastModified=2022-07-06 18:36:51.244221000, delta=719716000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.963611000, lastModified=2022-07-06 18:36:51.954233000, delta=9378000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.964080000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.964080000, lastModified=2022-07-06 18:36:51.954233000, delta=9847000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.963690000, lastModified=2022-07-06 18:36:51.954233000, delta=9457000 ns, racy<=4087500 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, is unmodified 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.963937000, lastModified=2022-07-06 18:36:51.244221000, delta=719716000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.964585000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.964585000, lastModified=2022-07-06 18:36:51.244221000, delta=720364000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.964080000, lastModified=2022-07-06 18:36:51.954233000, delta=9847000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.964708000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.964708000, lastModified=2022-07-06 18:36:51.954233000, delta=10475000 ns, racy<=2500000000 ns 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.964873000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:51.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.964955000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:51.959811000, lastModified=2022-07-06 18:36:51.952233000, delta=7578000 ns, racy<=4087500 ns 18:36:51.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:51.960389000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132611960389000 ns, racy<=4087500 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.964585000, lastModified=2022-07-06 18:36:51.244221000, delta=720364000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.966405000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.966405000, lastModified=2022-07-06 18:36:51.244221000, delta=722184000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.964708000, lastModified=2022-07-06 18:36:51.954233000, delta=10475000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.966553000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.966553000, lastModified=2022-07-06 18:36:51.954233000, delta=12320000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:51.963690000, lastModified=2022-07-06 18:36:51.954233000, delta=9457000 ns, racy<=4087500 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, is unmodified 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.966405000, lastModified=2022-07-06 18:36:51.244221000, delta=722184000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.966815000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.966815000, lastModified=2022-07-06 18:36:51.244221000, delta=722594000 ns, racy<=2500000000 ns 18:36:51.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.966553000, lastModified=2022-07-06 18:36:51.954233000, delta=12320000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.967058000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.967058000, lastModified=2022-07-06 18:36:51.954233000, delta=12825000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.966815000, lastModified=2022-07-06 18:36:51.244221000, delta=722594000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.967264000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.967264000, lastModified=2022-07-06 18:36:51.244221000, delta=723043000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.967058000, lastModified=2022-07-06 18:36:51.954233000, delta=12825000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.967406000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.967406000, lastModified=2022-07-06 18:36:51.954233000, delta=13173000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.967264000, lastModified=2022-07-06 18:36:51.244221000, delta=723043000 ns, racy<=2500000000 ns 18:36:51.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.967999000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.967999000, lastModified=2022-07-06 18:36:51.244221000, delta=723778000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.967406000, lastModified=2022-07-06 18:36:51.954233000, delta=13173000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968125000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968125000, lastModified=2022-07-06 18:36:51.954233000, delta=13892000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.967999000, lastModified=2022-07-06 18:36:51.244221000, delta=723778000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968248000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968248000, lastModified=2022-07-06 18:36:51.244221000, delta=724027000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968125000, lastModified=2022-07-06 18:36:51.954233000, delta=13892000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968359000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968359000, lastModified=2022-07-06 18:36:51.954233000, delta=14126000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968248000, lastModified=2022-07-06 18:36:51.244221000, delta=724027000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968522000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968522000, lastModified=2022-07-06 18:36:51.244221000, delta=724301000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968359000, lastModified=2022-07-06 18:36:51.954233000, delta=14126000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968630000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968630000, lastModified=2022-07-06 18:36:51.954233000, delta=14397000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968522000, lastModified=2022-07-06 18:36:51.244221000, delta=724301000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968722000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968722000, lastModified=2022-07-06 18:36:51.244221000, delta=724501000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968630000, lastModified=2022-07-06 18:36:51.954233000, delta=14397000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968824000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968824000, lastModified=2022-07-06 18:36:51.954233000, delta=14591000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968722000, lastModified=2022-07-06 18:36:51.244221000, delta=724501000 ns, racy<=2500000000 ns 18:36:51.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.968996000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968996000, lastModified=2022-07-06 18:36:51.244221000, delta=724775000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.968824000, lastModified=2022-07-06 18:36:51.954233000, delta=14591000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969126000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.969126000, lastModified=2022-07-06 18:36:51.954233000, delta=14893000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.968996000, lastModified=2022-07-06 18:36:51.244221000, delta=724775000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969215000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969215000, lastModified=2022-07-06 18:36:51.244221000, delta=724994000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.969126000, lastModified=2022-07-06 18:36:51.954233000, delta=14893000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969320000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.969320000, lastModified=2022-07-06 18:36:51.954233000, delta=15087000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969423000, lastModified=2022-07-06 18:36:51.967234000, size=41, fileKey=(dev=10009e,ino=27263906) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969215000, lastModified=2022-07-06 18:36:51.244221000, delta=724994000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969576000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969576000, lastModified=2022-07-06 18:36:51.244221000, delta=725355000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.969320000, lastModified=2022-07-06 18:36:51.954233000, delta=15087000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969692000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.969692000, lastModified=2022-07-06 18:36:51.954233000, delta=15459000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969576000, lastModified=2022-07-06 18:36:51.244221000, delta=725355000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.969857000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969857000, lastModified=2022-07-06 18:36:51.244221000, delta=725636000 ns, racy<=2500000000 ns 18:36:51.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.956733000, lastModified=2022-07-06 18:36:51.954233000, delta=2500000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.970044000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.970044000, lastModified=2022-07-06 18:36:51.954233000, delta=15811000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.970131000, lastModified=2022-07-06 18:36:51.967234000, size=41, fileKey=(dev=10009e,ino=27263906) 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.969857000, lastModified=2022-07-06 18:36:51.244221000, delta=725636000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.970213000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.970213000, lastModified=2022-07-06 18:36:51.244221000, delta=725992000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.970044000, lastModified=2022-07-06 18:36:51.954233000, delta=15811000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.970325000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.970325000, lastModified=2022-07-06 18:36:51.954233000, delta=16092000 ns, racy<=2500000000 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.970131000, lastModified=2022-07-06 18:36:51.967234000, delta=2897000 ns, racy<=4087500 ns 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, is racily clean 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:51.970706000, lastModified=2022-07-06 18:36:51.967234000, size=41, fileKey=(dev=10009e,ino=27263906) 18:36:51.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:51.970706000, lastModified=2022-07-06 18:36:51.967234000, delta=3472000 ns, racy<=4087500 ns 9d884741c6a3ec4464a5be4c82edf8fd946389bb 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.971360000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.970213000, lastModified=2022-07-06 18:36:51.244221000, delta=725992000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.971538000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.971538000, lastModified=2022-07-06 18:36:51.244221000, delta=727317000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.971663000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.971538000, lastModified=2022-07-06 18:36:51.244221000, delta=727317000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.971765000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.971765000, lastModified=2022-07-06 18:36:51.244221000, delta=727544000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.971663000, lastModified=2022-07-06 18:36:51.954233000, delta=17430000 ns, racy<=2500000000 ns 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.971946000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.971946000, lastModified=2022-07-06 18:36:51.954233000, delta=17713000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.972070000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.971765000, lastModified=2022-07-06 18:36:51.244221000, delta=727544000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:51.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.972180000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.972180000, lastModified=2022-07-06 18:36:51.244221000, delta=727959000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.971946000, lastModified=2022-07-06 18:36:51.954233000, delta=17713000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:51.972301000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.972301000, lastModified=2022-07-06 18:36:51.954233000, delta=18068000 ns, racy<=2500000000 ns 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.972451000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:51.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:51.972503000, lastModified=2022-07-06 18:36:51.961233000, size=104, fileKey=(dev=10009e,ino=25168478) 18:36:52.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:51.972180000, lastModified=2022-07-06 18:36:51.244221000, delta=727959000 ns, racy<=2500000000 ns 18:36:52.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.044827000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.044827000, lastModified=2022-07-06 18:36:51.244221000, delta=800606000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.972301000, lastModified=2022-07-06 18:36:51.954233000, delta=18068000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.045080000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045080000, lastModified=2022-07-06 18:36:51.954233000, delta=90847000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.044827000, lastModified=2022-07-06 18:36:51.244221000, delta=800606000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.045 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.045276000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.045276000, lastModified=2022-07-06 18:36:51.244221000, delta=801055000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045080000, lastModified=2022-07-06 18:36:51.954233000, delta=90847000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.045421000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045421000, lastModified=2022-07-06 18:36:51.954233000, delta=91188000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.045276000, lastModified=2022-07-06 18:36:51.244221000, delta=801055000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.045 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.045703000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.045703000, lastModified=2022-07-06 18:36:51.244221000, delta=801482000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045421000, lastModified=2022-07-06 18:36:51.954233000, delta=91188000 ns, racy<=2500000000 ns 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.045851000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045851000, lastModified=2022-07-06 18:36:51.954233000, delta=91618000 ns, racy<=2500000000 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, size=6, fileKey=(dev=10009e,ino=34607388) 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.045703000, lastModified=2022-07-06 18:36:51.244221000, delta=801482000 ns, racy<=2500000000 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.046516000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.046516000, lastModified=2022-07-06 18:36:51.244221000, delta=802295000 ns, racy<=2500000000 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.045851000, lastModified=2022-07-06 18:36:51.954233000, delta=91618000 ns, racy<=2500000000 ns 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.046786000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.046786000, lastModified=2022-07-06 18:36:51.954233000, delta=92553000 ns, racy<=2500000000 ns 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.047970000, lastModified=2022-07-06 18:36:51.971234000, size=0, fileKey=(dev=10009e,ino=25168479) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.046516000, lastModified=2022-07-06 18:36:51.244221000, delta=802295000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048052000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048052000, lastModified=2022-07-06 18:36:51.244221000, delta=803831000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.046786000, lastModified=2022-07-06 18:36:51.954233000, delta=92553000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048196000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048196000, lastModified=2022-07-06 18:36:51.954233000, delta=93963000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048301000, lastModified=2022-07-06 18:36:52.047235000, size=176, fileKey=(dev=10009e,ino=25168479) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048365000, lastModified=2022-07-06 18:36:52.047235000, size=176, fileKey=(dev=10009e,ino=25168479) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048052000, lastModified=2022-07-06 18:36:51.244221000, delta=803831000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048510000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048510000, lastModified=2022-07-06 18:36:51.244221000, delta=804289000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048196000, lastModified=2022-07-06 18:36:51.954233000, delta=93963000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048641000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048641000, lastModified=2022-07-06 18:36:51.954233000, delta=94408000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048510000, lastModified=2022-07-06 18:36:51.244221000, delta=804289000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048733000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048733000, lastModified=2022-07-06 18:36:51.244221000, delta=804512000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048641000, lastModified=2022-07-06 18:36:51.954233000, delta=94408000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048845000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048845000, lastModified=2022-07-06 18:36:51.954233000, delta=94612000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048733000, lastModified=2022-07-06 18:36:51.244221000, delta=804512000 ns, racy<=2500000000 ns 18:36:52.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.048990000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048990000, lastModified=2022-07-06 18:36:51.244221000, delta=804769000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.048845000, lastModified=2022-07-06 18:36:51.954233000, delta=94612000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049113000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049113000, lastModified=2022-07-06 18:36:51.954233000, delta=94880000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.048990000, lastModified=2022-07-06 18:36:51.244221000, delta=804769000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049208000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.049208000, lastModified=2022-07-06 18:36:51.244221000, delta=804987000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049113000, lastModified=2022-07-06 18:36:51.954233000, delta=94880000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049321000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049321000, lastModified=2022-07-06 18:36:51.954233000, delta=95088000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049423000, lastModified=2022-07-06 18:36:51.954233000, size=23, fileKey=(dev=10009e,ino=25168475) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049501000, lastModified=2022-07-06 18:36:51.967234000, size=41, fileKey=(dev=10009e,ino=27263906) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.049208000, lastModified=2022-07-06 18:36:51.244221000, delta=804987000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049630000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.049630000, lastModified=2022-07-06 18:36:51.244221000, delta=805409000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049321000, lastModified=2022-07-06 18:36:51.954233000, delta=95088000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.049751000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049751000, lastModified=2022-07-06 18:36:51.954233000, delta=95518000 ns, racy<=2500000000 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.049423000, lastModified=2022-07-06 18:36:51.954233000, delta=95190000 ns, racy<=4087500 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, is unmodified 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.049501000, lastModified=2022-07-06 18:36:51.967234000, delta=82267000 ns, racy<=4087500 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, is unmodified 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.049630000, lastModified=2022-07-06 18:36:51.244221000, delta=805409000 ns, racy<=2500000000 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.050441000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.050441000, lastModified=2022-07-06 18:36:51.244221000, delta=806220000 ns, racy<=2500000000 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.049751000, lastModified=2022-07-06 18:36:51.954233000, delta=95518000 ns, racy<=2500000000 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.050571000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.050571000, lastModified=2022-07-06 18:36:51.954233000, delta=96338000 ns, racy<=2500000000 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.050755000, lastModified=2022-07-06 18:36:52.047235000, size=176, fileKey=(dev=10009e,ino=25168479) 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.050807000, lastModified=2022-07-06 18:36:52.047235000, size=176, fileKey=(dev=10009e,ino=25168479) 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.046098000, lastModified=2022-07-06 18:36:51.952233000, delta=93865000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack, is unmodified 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.047339000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612047339000 ns, racy<=4087500 ns 18:36:52.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/objects/pack/preserved, is unmodified 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.050441000, lastModified=2022-07-06 18:36:51.244221000, delta=806220000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.052212000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.052212000, lastModified=2022-07-06 18:36:51.244221000, delta=807991000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.050571000, lastModified=2022-07-06 18:36:51.954233000, delta=96338000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.052345000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.052345000, lastModified=2022-07-06 18:36:51.954233000, delta=98112000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.049423000, lastModified=2022-07-06 18:36:51.954233000, delta=95190000 ns, racy<=4087500 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/HEAD, is unmodified 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.049501000, lastModified=2022-07-06 18:36:51.967234000, delta=82267000 ns, racy<=4087500 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, is unmodified 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.052212000, lastModified=2022-07-06 18:36:51.244221000, delta=807991000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.052613000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.052613000, lastModified=2022-07-06 18:36:51.244221000, delta=808392000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.052345000, lastModified=2022-07-06 18:36:51.954233000, delta=98112000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.052739000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.052739000, lastModified=2022-07-06 18:36:51.954233000, delta=98506000 ns, racy<=2500000000 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.049501000, lastModified=2022-07-06 18:36:51.967234000, delta=82267000 ns, racy<=4087500 ns 18:36:52.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, is unmodified 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.052613000, lastModified=2022-07-06 18:36:51.244221000, delta=808392000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053064000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053064000, lastModified=2022-07-06 18:36:51.244221000, delta=808843000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.052739000, lastModified=2022-07-06 18:36:51.954233000, delta=98506000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053174000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053174000, lastModified=2022-07-06 18:36:51.954233000, delta=98941000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053064000, lastModified=2022-07-06 18:36:51.244221000, delta=808843000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053295000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053295000, lastModified=2022-07-06 18:36:51.244221000, delta=809074000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053174000, lastModified=2022-07-06 18:36:51.954233000, delta=98941000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053407000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053407000, lastModified=2022-07-06 18:36:51.954233000, delta=99174000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053295000, lastModified=2022-07-06 18:36:51.244221000, delta=809074000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053554000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053554000, lastModified=2022-07-06 18:36:51.244221000, delta=809333000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053407000, lastModified=2022-07-06 18:36:51.954233000, delta=99174000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053669000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053669000, lastModified=2022-07-06 18:36:51.954233000, delta=99436000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053554000, lastModified=2022-07-06 18:36:51.244221000, delta=809333000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053781000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053781000, lastModified=2022-07-06 18:36:51.244221000, delta=809560000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053669000, lastModified=2022-07-06 18:36:51.954233000, delta=99436000 ns, racy<=2500000000 ns 18:36:52.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.053994000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053994000, lastModified=2022-07-06 18:36:51.954233000, delta=99761000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.053781000, lastModified=2022-07-06 18:36:51.244221000, delta=809560000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054113000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054113000, lastModified=2022-07-06 18:36:51.244221000, delta=809892000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.053994000, lastModified=2022-07-06 18:36:51.954233000, delta=99761000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054242000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.054242000, lastModified=2022-07-06 18:36:51.954233000, delta=100009000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054113000, lastModified=2022-07-06 18:36:51.244221000, delta=809892000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054338000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054338000, lastModified=2022-07-06 18:36:51.244221000, delta=810117000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.054242000, lastModified=2022-07-06 18:36:51.954233000, delta=100009000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054458000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.054458000, lastModified=2022-07-06 18:36:51.954233000, delta=100225000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054529000, lastModified=2022-07-06 18:36:52.052235000, size=41, fileKey=(dev=10009e,ino=27263907) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054338000, lastModified=2022-07-06 18:36:51.244221000, delta=810117000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054676000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054676000, lastModified=2022-07-06 18:36:51.244221000, delta=810455000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.054458000, lastModified=2022-07-06 18:36:51.954233000, delta=100225000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.054802000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.054802000, lastModified=2022-07-06 18:36:51.954233000, delta=100569000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.054676000, lastModified=2022-07-06 18:36:51.244221000, delta=810455000 ns, racy<=2500000000 ns 18:36:52.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055030000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.055030000, lastModified=2022-07-06 18:36:51.244221000, delta=810809000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:51.970325000, lastModified=2022-07-06 18:36:51.954233000, delta=16092000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055151000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.055151000, lastModified=2022-07-06 18:36:51.954233000, delta=100918000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=27263906) to (dev=10009e,ino=27263907) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055253000, lastModified=2022-07-06 18:36:52.052235000, size=41, fileKey=(dev=10009e,ino=27263907) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.055030000, lastModified=2022-07-06 18:36:51.244221000, delta=810809000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055335000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.055335000, lastModified=2022-07-06 18:36:51.244221000, delta=811114000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.055151000, lastModified=2022-07-06 18:36:51.954233000, delta=100918000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, is racily clean 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055440000, lastModified=2022-07-06 18:36:51.954233000, size=78, fileKey=(dev=10009e,ino=25168476) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.055440000, lastModified=2022-07-06 18:36:51.954233000, delta=101207000 ns, racy<=2500000000 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.055253000, lastModified=2022-07-06 18:36:52.052235000, delta=3018000 ns, racy<=4087500 ns 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, is racily clean 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.055557000, lastModified=2022-07-06 18:36:52.052235000, size=41, fileKey=(dev=10009e,ino=27263907) 18:36:52.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15445080114194675842/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.055557000, lastModified=2022-07-06 18:36:52.052235000, delta=3322000 ns, racy<=4087500 ns 023fc493393e550ab038545da3aea4b67495ebc7 18:36:52.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.055335000, lastModified=2022-07-06 18:36:51.244221000, delta=811114000 ns, racy<=2500000000 ns 18:36:52.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.056948000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.056948000, lastModified=2022-07-06 18:36:51.244221000, delta=812727000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.056948000, lastModified=2022-07-06 18:36:51.244221000, delta=812727000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.057124000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057124000, lastModified=2022-07-06 18:36:51.244221000, delta=812903000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057124000, lastModified=2022-07-06 18:36:51.244221000, delta=812903000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.057360000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057360000, lastModified=2022-07-06 18:36:51.244221000, delta=813139000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057360000, lastModified=2022-07-06 18:36:51.244221000, delta=813139000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.057636000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057636000, lastModified=2022-07-06 18:36:51.244221000, delta=813415000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057636000, lastModified=2022-07-06 18:36:51.244221000, delta=813415000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.057854000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057854000, lastModified=2022-07-06 18:36:51.244221000, delta=813633000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.057854000, lastModified=2022-07-06 18:36:51.244221000, delta=813633000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.058306000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058306000, lastModified=2022-07-06 18:36:51.244221000, delta=814085000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058306000, lastModified=2022-07-06 18:36:51.244221000, delta=814085000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.058604000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058604000, lastModified=2022-07-06 18:36:51.244221000, delta=814383000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058604000, lastModified=2022-07-06 18:36:51.244221000, delta=814383000 ns, racy<=2500000000 ns 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.058944000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058944000, lastModified=2022-07-06 18:36:51.244221000, delta=814723000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.058944000, lastModified=2022-07-06 18:36:51.244221000, delta=814723000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.059522000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.059522000, lastModified=2022-07-06 18:36:51.244221000, delta=815301000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.059522000, lastModified=2022-07-06 18:36:51.244221000, delta=815301000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.059808000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.059808000, lastModified=2022-07-06 18:36:51.244221000, delta=815587000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.059808000, lastModified=2022-07-06 18:36:51.244221000, delta=815587000 ns, racy<=2500000000 ns 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.060161000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.060161000, lastModified=2022-07-06 18:36:51.244221000, delta=815940000 ns, racy<=2500000000 ns 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.057222000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612057222000 ns, racy<=2500000000 ns 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is unmodified 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.060402000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.060879000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061209000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.060161000, lastModified=2022-07-06 18:36:51.244221000, delta=815940000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061325000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061325000, lastModified=2022-07-06 18:36:51.244221000, delta=817104000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061428000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061325000, lastModified=2022-07-06 18:36:51.244221000, delta=817104000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061525000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061525000, lastModified=2022-07-06 18:36:51.244221000, delta=817304000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.061428000, lastModified=2022-07-06 18:36:52.059235000, delta=2193000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061650000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.061650000, lastModified=2022-07-06 18:36:52.059235000, delta=2415000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061525000, lastModified=2022-07-06 18:36:51.244221000, delta=817304000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.061828000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061828000, lastModified=2022-07-06 18:36:51.244221000, delta=817607000 ns, racy<=2500000000 ns 18:36:52.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.061650000, lastModified=2022-07-06 18:36:52.059235000, delta=2415000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062045000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.062045000, lastModified=2022-07-06 18:36:52.059235000, delta=2810000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062131000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062558000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.061828000, lastModified=2022-07-06 18:36:51.244221000, delta=817607000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062663000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.062663000, lastModified=2022-07-06 18:36:51.244221000, delta=818442000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062776000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.062663000, lastModified=2022-07-06 18:36:51.244221000, delta=818442000 ns, racy<=2500000000 ns 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.062868000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.062868000, lastModified=2022-07-06 18:36:51.244221000, delta=818647000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.062776000, lastModified=2022-07-06 18:36:52.059235000, delta=3541000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063062000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063062000, lastModified=2022-07-06 18:36:52.059235000, delta=3827000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.062868000, lastModified=2022-07-06 18:36:51.244221000, delta=818647000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063293000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063293000, lastModified=2022-07-06 18:36:51.244221000, delta=819072000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063062000, lastModified=2022-07-06 18:36:52.059235000, delta=3827000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063412000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063412000, lastModified=2022-07-06 18:36:52.059235000, delta=4177000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063293000, lastModified=2022-07-06 18:36:51.244221000, delta=819072000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063574000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063574000, lastModified=2022-07-06 18:36:51.244221000, delta=819353000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063412000, lastModified=2022-07-06 18:36:52.059235000, delta=4177000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063692000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063692000, lastModified=2022-07-06 18:36:52.059235000, delta=4457000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063574000, lastModified=2022-07-06 18:36:51.244221000, delta=819353000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063803000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063803000, lastModified=2022-07-06 18:36:51.244221000, delta=819582000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063692000, lastModified=2022-07-06 18:36:52.059235000, delta=4457000 ns, racy<=2500000000 ns 18:36:52.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.063975000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063975000, lastModified=2022-07-06 18:36:52.059235000, delta=4740000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.063803000, lastModified=2022-07-06 18:36:51.244221000, delta=819582000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.064249000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.064249000, lastModified=2022-07-06 18:36:51.244221000, delta=820028000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.063975000, lastModified=2022-07-06 18:36:52.059235000, delta=4740000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.064375000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.064375000, lastModified=2022-07-06 18:36:52.059235000, delta=5140000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.064249000, lastModified=2022-07-06 18:36:51.244221000, delta=820028000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.064538000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.064538000, lastModified=2022-07-06 18:36:51.244221000, delta=820317000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.064375000, lastModified=2022-07-06 18:36:52.059235000, delta=5140000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.064650000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.064650000, lastModified=2022-07-06 18:36:52.059235000, delta=5415000 ns, racy<=2500000000 ns 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, size=6, fileKey=(dev=10009e,ino=54526609) 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.064538000, lastModified=2022-07-06 18:36:51.244221000, delta=820317000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066281000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066281000, lastModified=2022-07-06 18:36:51.244221000, delta=822060000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.064650000, lastModified=2022-07-06 18:36:52.059235000, delta=5415000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066433000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.066433000, lastModified=2022-07-06 18:36:52.059235000, delta=7198000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066506000, lastModified=2022-07-06 18:36:52.062235000, size=0, fileKey=(dev=10009e,ino=45090217) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066281000, lastModified=2022-07-06 18:36:51.244221000, delta=822060000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066568000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066568000, lastModified=2022-07-06 18:36:51.244221000, delta=822347000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.066433000, lastModified=2022-07-06 18:36:52.059235000, delta=7198000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066702000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.066702000, lastModified=2022-07-06 18:36:52.059235000, delta=7467000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066807000, lastModified=2022-07-06 18:36:52.065235000, size=104, fileKey=(dev=10009e,ino=45090217) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066856000, lastModified=2022-07-06 18:36:52.065235000, size=104, fileKey=(dev=10009e,ino=45090217) 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066568000, lastModified=2022-07-06 18:36:51.244221000, delta=822347000 ns, racy<=2500000000 ns 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.066966000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066966000, lastModified=2022-07-06 18:36:51.244221000, delta=822745000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.066702000, lastModified=2022-07-06 18:36:52.059235000, delta=7467000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067108000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067108000, lastModified=2022-07-06 18:36:52.059235000, delta=7873000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067255000, lastModified=2022-07-06 18:36:52.065235000, size=104, fileKey=(dev=10009e,ino=45090217) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067297000, lastModified=2022-07-06 18:36:52.065235000, size=104, fileKey=(dev=10009e,ino=45090217) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067366000, lastModified=2022-07-06 18:36:52.066235000, size=0, fileKey=(dev=10009e,ino=45090218) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.066966000, lastModified=2022-07-06 18:36:51.244221000, delta=822745000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067430000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.067430000, lastModified=2022-07-06 18:36:51.244221000, delta=823209000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067108000, lastModified=2022-07-06 18:36:52.059235000, delta=7873000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067541000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067541000, lastModified=2022-07-06 18:36:52.059235000, delta=8306000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067636000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.067430000, lastModified=2022-07-06 18:36:51.244221000, delta=823209000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067798000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.067798000, lastModified=2022-07-06 18:36:51.244221000, delta=823577000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067541000, lastModified=2022-07-06 18:36:52.059235000, delta=8306000 ns, racy<=2500000000 ns 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.067966000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067966000, lastModified=2022-07-06 18:36:52.059235000, delta=8731000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.067798000, lastModified=2022-07-06 18:36:51.244221000, delta=823577000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068075000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068075000, lastModified=2022-07-06 18:36:51.244221000, delta=823854000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.067966000, lastModified=2022-07-06 18:36:52.059235000, delta=8731000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068190000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068190000, lastModified=2022-07-06 18:36:52.059235000, delta=8955000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068075000, lastModified=2022-07-06 18:36:51.244221000, delta=823854000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068301000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068301000, lastModified=2022-07-06 18:36:51.244221000, delta=824080000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068190000, lastModified=2022-07-06 18:36:52.059235000, delta=8955000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068409000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068409000, lastModified=2022-07-06 18:36:52.059235000, delta=9174000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068301000, lastModified=2022-07-06 18:36:51.244221000, delta=824080000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068499000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068499000, lastModified=2022-07-06 18:36:51.244221000, delta=824278000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068409000, lastModified=2022-07-06 18:36:52.059235000, delta=9174000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068605000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068605000, lastModified=2022-07-06 18:36:52.059235000, delta=9370000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068701000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068499000, lastModified=2022-07-06 18:36:51.244221000, delta=824278000 ns, racy<=2500000000 ns 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.068977000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068977000, lastModified=2022-07-06 18:36:51.244221000, delta=824756000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.068605000, lastModified=2022-07-06 18:36:52.059235000, delta=9370000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.069101000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.069101000, lastModified=2022-07-06 18:36:52.059235000, delta=9866000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.068701000, lastModified=2022-07-06 18:36:52.059235000, delta=9466000 ns, racy<=4087500 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.068977000, lastModified=2022-07-06 18:36:51.244221000, delta=824756000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.069619000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.069619000, lastModified=2022-07-06 18:36:51.244221000, delta=825398000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.069101000, lastModified=2022-07-06 18:36:52.059235000, delta=9866000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.069743000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.069743000, lastModified=2022-07-06 18:36:52.059235000, delta=10508000 ns, racy<=2500000000 ns 18:36:52.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.069957000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.070024000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.064799000, lastModified=2022-07-06 18:36:52.057235000, delta=7564000 ns, racy<=4087500 ns 18:36:52.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.065365000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612065365000 ns, racy<=4087500 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.069619000, lastModified=2022-07-06 18:36:51.244221000, delta=825398000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.071278000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.071278000, lastModified=2022-07-06 18:36:51.244221000, delta=827057000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.069743000, lastModified=2022-07-06 18:36:52.059235000, delta=10508000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.071423000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.071423000, lastModified=2022-07-06 18:36:52.059235000, delta=12188000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.068701000, lastModified=2022-07-06 18:36:52.059235000, delta=9466000 ns, racy<=4087500 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.071278000, lastModified=2022-07-06 18:36:51.244221000, delta=827057000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.071681000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.071681000, lastModified=2022-07-06 18:36:51.244221000, delta=827460000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.071423000, lastModified=2022-07-06 18:36:52.059235000, delta=12188000 ns, racy<=2500000000 ns 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.071807000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.071807000, lastModified=2022-07-06 18:36:52.059235000, delta=12572000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.071681000, lastModified=2022-07-06 18:36:51.244221000, delta=827460000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.072079000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.072079000, lastModified=2022-07-06 18:36:51.244221000, delta=827858000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.071807000, lastModified=2022-07-06 18:36:52.059235000, delta=12572000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.072201000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.072201000, lastModified=2022-07-06 18:36:52.059235000, delta=12966000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.072079000, lastModified=2022-07-06 18:36:51.244221000, delta=827858000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.072701000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.072701000, lastModified=2022-07-06 18:36:51.244221000, delta=828480000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.072201000, lastModified=2022-07-06 18:36:52.059235000, delta=12966000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.072829000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.072829000, lastModified=2022-07-06 18:36:52.059235000, delta=13594000 ns, racy<=2500000000 ns 18:36:52.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.072701000, lastModified=2022-07-06 18:36:51.244221000, delta=828480000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073040000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073040000, lastModified=2022-07-06 18:36:51.244221000, delta=828819000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.072829000, lastModified=2022-07-06 18:36:52.059235000, delta=13594000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073174000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073174000, lastModified=2022-07-06 18:36:52.059235000, delta=13939000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073040000, lastModified=2022-07-06 18:36:51.244221000, delta=828819000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073318000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073318000, lastModified=2022-07-06 18:36:51.244221000, delta=829097000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073174000, lastModified=2022-07-06 18:36:52.059235000, delta=13939000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073435000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073435000, lastModified=2022-07-06 18:36:52.059235000, delta=14200000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073318000, lastModified=2022-07-06 18:36:51.244221000, delta=829097000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073560000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073560000, lastModified=2022-07-06 18:36:51.244221000, delta=829339000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073435000, lastModified=2022-07-06 18:36:52.059235000, delta=14200000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073662000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073662000, lastModified=2022-07-06 18:36:52.059235000, delta=14427000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073560000, lastModified=2022-07-06 18:36:51.244221000, delta=829339000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073815000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073815000, lastModified=2022-07-06 18:36:51.244221000, delta=829594000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073662000, lastModified=2022-07-06 18:36:52.059235000, delta=14427000 ns, racy<=2500000000 ns 18:36:52.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.073988000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073988000, lastModified=2022-07-06 18:36:52.059235000, delta=14753000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.073815000, lastModified=2022-07-06 18:36:51.244221000, delta=829594000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.074188000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.074188000, lastModified=2022-07-06 18:36:51.244221000, delta=829967000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.073988000, lastModified=2022-07-06 18:36:52.059235000, delta=14753000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.074413000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.074413000, lastModified=2022-07-06 18:36:52.059235000, delta=15178000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.074606000, lastModified=2022-07-06 18:36:52.072235000, size=41, fileKey=(dev=10009e,ino=47188134) 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.074188000, lastModified=2022-07-06 18:36:51.244221000, delta=829967000 ns, racy<=2500000000 ns 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.074822000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.074822000, lastModified=2022-07-06 18:36:51.244221000, delta=830601000 ns, racy<=2500000000 ns 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.074413000, lastModified=2022-07-06 18:36:52.059235000, delta=15178000 ns, racy<=2500000000 ns 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.136976000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.136976000, lastModified=2022-07-06 18:36:52.059235000, delta=77741000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.074822000, lastModified=2022-07-06 18:36:51.244221000, delta=830601000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.137 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.137312000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.137312000, lastModified=2022-07-06 18:36:51.244221000, delta=893091000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.062045000, lastModified=2022-07-06 18:36:52.059235000, delta=2810000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.137557000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.137557000, lastModified=2022-07-06 18:36:52.059235000, delta=78322000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.137731000, lastModified=2022-07-06 18:36:52.072235000, size=41, fileKey=(dev=10009e,ino=47188134) 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.137312000, lastModified=2022-07-06 18:36:51.244221000, delta=893091000 ns, racy<=2500000000 ns 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.137 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.137946000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.137946000, lastModified=2022-07-06 18:36:51.244221000, delta=893725000 ns, racy<=2500000000 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.137557000, lastModified=2022-07-06 18:36:52.059235000, delta=78322000 ns, racy<=2500000000 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.138156000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.138156000, lastModified=2022-07-06 18:36:52.059235000, delta=78921000 ns, racy<=2500000000 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.137731000, lastModified=2022-07-06 18:36:52.072235000, delta=65496000 ns, racy<=4087500 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=true, read=2022-07-06 18:36:52.062131000, lastModified=2022-07-06 18:36:52.059235000, delta=2896000 ns, racy<=4087500 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is racily clean 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.138669000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.138669000, lastModified=2022-07-06 18:36:52.059235000, delta=79434000 ns, racy<=4087500 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.137731000, lastModified=2022-07-06 18:36:52.072235000, delta=65496000 ns, racy<=4087500 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.137946000, lastModified=2022-07-06 18:36:51.244221000, delta=893725000 ns, racy<=2500000000 ns 18:36:52.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.138 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.138985000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.138985000, lastModified=2022-07-06 18:36:51.244221000, delta=894764000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.138156000, lastModified=2022-07-06 18:36:52.059235000, delta=78921000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.139192000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.139192000, lastModified=2022-07-06 18:36:52.059235000, delta=79957000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, size changed from 0 to 104 bytes 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.139406000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.138985000, lastModified=2022-07-06 18:36:51.244221000, delta=894764000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.139 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.139544000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.139544000, lastModified=2022-07-06 18:36:51.244221000, delta=895323000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.139192000, lastModified=2022-07-06 18:36:52.059235000, delta=79957000 ns, racy<=2500000000 ns 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.139788000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.139788000, lastModified=2022-07-06 18:36:52.059235000, delta=80553000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.137731000, lastModified=2022-07-06 18:36:52.072235000, delta=65496000 ns, racy<=4087500 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.139544000, lastModified=2022-07-06 18:36:51.244221000, delta=895323000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.140 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.140112000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.140112000, lastModified=2022-07-06 18:36:51.244221000, delta=895891000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.139788000, lastModified=2022-07-06 18:36:52.059235000, delta=80553000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.140331000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.140331000, lastModified=2022-07-06 18:36:52.059235000, delta=81096000 ns, racy<=2500000000 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.137731000, lastModified=2022-07-06 18:36:52.072235000, delta=65496000 ns, racy<=4087500 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.140578000, lastModified=2022-07-06 18:36:52.057235000, size=6, fileKey=(dev=10009e,ino=54526609) 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.140578000, lastModified=2022-07-06 18:36:52.057235000, delta=83343000 ns, racy<=4087500 ns 18:36:52.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.141384000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.140112000, lastModified=2022-07-06 18:36:51.244221000, delta=895891000 ns, racy<=2500000000 ns 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.141 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.141570000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.141570000, lastModified=2022-07-06 18:36:51.244221000, delta=897349000 ns, racy<=2500000000 ns 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.141762000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.141570000, lastModified=2022-07-06 18:36:51.244221000, delta=897349000 ns, racy<=2500000000 ns 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.141 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.141952000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.141952000, lastModified=2022-07-06 18:36:51.244221000, delta=897731000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.141762000, lastModified=2022-07-06 18:36:52.059235000, delta=82527000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.142201000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.142201000, lastModified=2022-07-06 18:36:52.059235000, delta=82966000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.142374000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.141952000, lastModified=2022-07-06 18:36:51.244221000, delta=897731000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.142 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.142520000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.142520000, lastModified=2022-07-06 18:36:51.244221000, delta=898299000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.142201000, lastModified=2022-07-06 18:36:52.059235000, delta=82966000 ns, racy<=2500000000 ns 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.142747000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.142747000, lastModified=2022-07-06 18:36:52.059235000, delta=83512000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.142990000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.143068000, lastModified=2022-07-06 18:36:52.066235000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.142520000, lastModified=2022-07-06 18:36:51.244221000, delta=898299000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.143 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.143169000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.143169000, lastModified=2022-07-06 18:36:51.244221000, delta=898948000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.142747000, lastModified=2022-07-06 18:36:52.059235000, delta=83512000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.143393000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.143393000, lastModified=2022-07-06 18:36:52.059235000, delta=84158000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.143169000, lastModified=2022-07-06 18:36:51.244221000, delta=898948000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.143 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.143600000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.143600000, lastModified=2022-07-06 18:36:51.244221000, delta=899379000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.143393000, lastModified=2022-07-06 18:36:52.059235000, delta=84158000 ns, racy<=2500000000 ns 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.143815000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.143815000, lastModified=2022-07-06 18:36:52.059235000, delta=84580000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.143600000, lastModified=2022-07-06 18:36:51.244221000, delta=899379000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.144 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.144196000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.144196000, lastModified=2022-07-06 18:36:51.244221000, delta=899975000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.143815000, lastModified=2022-07-06 18:36:52.059235000, delta=84580000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.144427000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.144427000, lastModified=2022-07-06 18:36:52.059235000, delta=85192000 ns, racy<=2500000000 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, size=6, fileKey=(dev=10009e,ino=54526609) 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.144196000, lastModified=2022-07-06 18:36:51.244221000, delta=899975000 ns, racy<=2500000000 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.145 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.145044000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.145044000, lastModified=2022-07-06 18:36:51.244221000, delta=900823000 ns, racy<=2500000000 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.144427000, lastModified=2022-07-06 18:36:52.059235000, delta=85192000 ns, racy<=2500000000 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.145266000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.145266000, lastModified=2022-07-06 18:36:52.059235000, delta=86031000 ns, racy<=2500000000 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.146287000, lastModified=2022-07-06 18:36:52.142237000, size=0, fileKey=(dev=10009e,ino=45090236) 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.145044000, lastModified=2022-07-06 18:36:51.244221000, delta=900823000 ns, racy<=2500000000 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.146 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.146378000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.146378000, lastModified=2022-07-06 18:36:51.244221000, delta=902157000 ns, racy<=2500000000 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.145266000, lastModified=2022-07-06 18:36:52.059235000, delta=86031000 ns, racy<=2500000000 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.146589000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.146589000, lastModified=2022-07-06 18:36:52.059235000, delta=87354000 ns, racy<=2500000000 ns 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.146754000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.146855000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.146378000, lastModified=2022-07-06 18:36:51.244221000, delta=902157000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.147 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.147062000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147062000, lastModified=2022-07-06 18:36:51.244221000, delta=902841000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.146589000, lastModified=2022-07-06 18:36:52.059235000, delta=87354000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.147293000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.147293000, lastModified=2022-07-06 18:36:52.059235000, delta=88058000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147062000, lastModified=2022-07-06 18:36:51.244221000, delta=902841000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.147 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.147473000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147473000, lastModified=2022-07-06 18:36:51.244221000, delta=903252000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.147293000, lastModified=2022-07-06 18:36:52.059235000, delta=88058000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.147688000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.147688000, lastModified=2022-07-06 18:36:52.059235000, delta=88453000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147473000, lastModified=2022-07-06 18:36:51.244221000, delta=903252000 ns, racy<=2500000000 ns 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.147 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.147876000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147876000, lastModified=2022-07-06 18:36:51.244221000, delta=903655000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.147688000, lastModified=2022-07-06 18:36:52.059235000, delta=88453000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148089000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.148089000, lastModified=2022-07-06 18:36:52.059235000, delta=88854000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.147876000, lastModified=2022-07-06 18:36:51.244221000, delta=903655000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.148 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148268000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.148268000, lastModified=2022-07-06 18:36:51.244221000, delta=904047000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.148089000, lastModified=2022-07-06 18:36:52.059235000, delta=88854000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148473000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.148473000, lastModified=2022-07-06 18:36:52.059235000, delta=89238000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148622000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148708000, lastModified=2022-07-06 18:36:52.072235000, size=41, fileKey=(dev=10009e,ino=47188134) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.148268000, lastModified=2022-07-06 18:36:51.244221000, delta=904047000 ns, racy<=2500000000 ns 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.148 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.148877000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.148877000, lastModified=2022-07-06 18:36:51.244221000, delta=904656000 ns, racy<=2500000000 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.148473000, lastModified=2022-07-06 18:36:52.059235000, delta=89238000 ns, racy<=2500000000 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.149158000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.149158000, lastModified=2022-07-06 18:36:52.059235000, delta=89923000 ns, racy<=2500000000 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.148622000, lastModified=2022-07-06 18:36:52.059235000, delta=89387000 ns, racy<=4087500 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.148708000, lastModified=2022-07-06 18:36:52.072235000, delta=76473000 ns, racy<=4087500 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.148877000, lastModified=2022-07-06 18:36:51.244221000, delta=904656000 ns, racy<=2500000000 ns 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.149 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.149987000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.149987000, lastModified=2022-07-06 18:36:51.244221000, delta=905766000 ns, racy<=2500000000 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.149158000, lastModified=2022-07-06 18:36:52.059235000, delta=89923000 ns, racy<=2500000000 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.150118000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.150118000, lastModified=2022-07-06 18:36:52.059235000, delta=90883000 ns, racy<=2500000000 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.150297000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.150352000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.144658000, lastModified=2022-07-06 18:36:52.057235000, delta=87423000 ns, racy<=4087500 ns 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.145629000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612145629000 ns, racy<=4087500 ns 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.149987000, lastModified=2022-07-06 18:36:51.244221000, delta=905766000 ns, racy<=2500000000 ns 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.151875000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.151875000, lastModified=2022-07-06 18:36:51.244221000, delta=907654000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.150118000, lastModified=2022-07-06 18:36:52.059235000, delta=90883000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.152093000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152093000, lastModified=2022-07-06 18:36:52.059235000, delta=92858000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.148622000, lastModified=2022-07-06 18:36:52.059235000, delta=89387000 ns, racy<=4087500 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.148708000, lastModified=2022-07-06 18:36:52.072235000, delta=76473000 ns, racy<=4087500 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.151875000, lastModified=2022-07-06 18:36:51.244221000, delta=907654000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.152379000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.152379000, lastModified=2022-07-06 18:36:51.244221000, delta=908158000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152093000, lastModified=2022-07-06 18:36:52.059235000, delta=92858000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.152495000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152495000, lastModified=2022-07-06 18:36:52.059235000, delta=93260000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.148708000, lastModified=2022-07-06 18:36:52.072235000, delta=76473000 ns, racy<=4087500 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.152379000, lastModified=2022-07-06 18:36:51.244221000, delta=908158000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.152743000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.152743000, lastModified=2022-07-06 18:36:51.244221000, delta=908522000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152495000, lastModified=2022-07-06 18:36:52.059235000, delta=93260000 ns, racy<=2500000000 ns 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.152859000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152859000, lastModified=2022-07-06 18:36:52.059235000, delta=93624000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.152743000, lastModified=2022-07-06 18:36:51.244221000, delta=908522000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153052000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153052000, lastModified=2022-07-06 18:36:51.244221000, delta=908831000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.152859000, lastModified=2022-07-06 18:36:52.059235000, delta=93624000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153168000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153168000, lastModified=2022-07-06 18:36:52.059235000, delta=93933000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153052000, lastModified=2022-07-06 18:36:51.244221000, delta=908831000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153298000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153298000, lastModified=2022-07-06 18:36:51.244221000, delta=909077000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153168000, lastModified=2022-07-06 18:36:52.059235000, delta=93933000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153408000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153408000, lastModified=2022-07-06 18:36:52.059235000, delta=94173000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153298000, lastModified=2022-07-06 18:36:51.244221000, delta=909077000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153502000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153502000, lastModified=2022-07-06 18:36:51.244221000, delta=909281000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153408000, lastModified=2022-07-06 18:36:52.059235000, delta=94173000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153608000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153608000, lastModified=2022-07-06 18:36:52.059235000, delta=94373000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153502000, lastModified=2022-07-06 18:36:51.244221000, delta=909281000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153706000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153706000, lastModified=2022-07-06 18:36:51.244221000, delta=909485000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153608000, lastModified=2022-07-06 18:36:52.059235000, delta=94373000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153811000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153811000, lastModified=2022-07-06 18:36:52.059235000, delta=94576000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153706000, lastModified=2022-07-06 18:36:51.244221000, delta=909485000 ns, racy<=2500000000 ns 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.153946000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153946000, lastModified=2022-07-06 18:36:51.244221000, delta=909725000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.153811000, lastModified=2022-07-06 18:36:52.059235000, delta=94576000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.154076000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.154076000, lastModified=2022-07-06 18:36:52.059235000, delta=94841000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.154146000, lastModified=2022-07-06 18:36:52.152237000, size=41, fileKey=(dev=10009e,ino=47188135) 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.153946000, lastModified=2022-07-06 18:36:51.244221000, delta=909725000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.154301000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.154301000, lastModified=2022-07-06 18:36:51.244221000, delta=910080000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.154076000, lastModified=2022-07-06 18:36:52.059235000, delta=94841000 ns, racy<=2500000000 ns 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.154414000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.154414000, lastModified=2022-07-06 18:36:52.059235000, delta=95179000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.154967000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.154301000, lastModified=2022-07-06 18:36:51.244221000, delta=910080000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155112000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155112000, lastModified=2022-07-06 18:36:51.244221000, delta=910891000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155232000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155112000, lastModified=2022-07-06 18:36:51.244221000, delta=910891000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155331000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155331000, lastModified=2022-07-06 18:36:51.244221000, delta=911110000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.155232000, lastModified=2022-07-06 18:36:52.059235000, delta=95997000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155439000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.155439000, lastModified=2022-07-06 18:36:52.059235000, delta=96204000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155529000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155331000, lastModified=2022-07-06 18:36:51.244221000, delta=911110000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155626000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155626000, lastModified=2022-07-06 18:36:51.244221000, delta=911405000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.155439000, lastModified=2022-07-06 18:36:52.059235000, delta=96204000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155736000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.155736000, lastModified=2022-07-06 18:36:52.059235000, delta=96501000 ns, racy<=2500000000 ns 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155877000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.155962000, lastModified=2022-07-06 18:36:52.145237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.155626000, lastModified=2022-07-06 18:36:51.244221000, delta=911405000 ns, racy<=2500000000 ns 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.156031000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.156031000, lastModified=2022-07-06 18:36:51.244221000, delta=911810000 ns, racy<=2500000000 ns 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.155736000, lastModified=2022-07-06 18:36:52.059235000, delta=96501000 ns, racy<=2500000000 ns 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.156136000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.156136000, lastModified=2022-07-06 18:36:52.059235000, delta=96901000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.156031000, lastModified=2022-07-06 18:36:51.244221000, delta=911810000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.157206000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.157206000, lastModified=2022-07-06 18:36:51.244221000, delta=912985000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.156136000, lastModified=2022-07-06 18:36:52.059235000, delta=96901000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.157401000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.157401000, lastModified=2022-07-06 18:36:52.059235000, delta=98166000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.157206000, lastModified=2022-07-06 18:36:51.244221000, delta=912985000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.157677000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.157677000, lastModified=2022-07-06 18:36:51.244221000, delta=913456000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.157401000, lastModified=2022-07-06 18:36:52.059235000, delta=98166000 ns, racy<=2500000000 ns 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.157813000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.157813000, lastModified=2022-07-06 18:36:52.059235000, delta=98578000 ns, racy<=2500000000 ns 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, size=6, fileKey=(dev=10009e,ino=54526609) 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159148000, lastModified=2022-07-06 18:36:52.154237000, size=0, fileKey=(dev=10009e,ino=45090218) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.157677000, lastModified=2022-07-06 18:36:51.244221000, delta=913456000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159197000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159197000, lastModified=2022-07-06 18:36:51.244221000, delta=914976000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.157813000, lastModified=2022-07-06 18:36:52.059235000, delta=98578000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159311000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159311000, lastModified=2022-07-06 18:36:52.059235000, delta=100076000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159408000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159472000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159197000, lastModified=2022-07-06 18:36:51.244221000, delta=914976000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159596000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159596000, lastModified=2022-07-06 18:36:51.244221000, delta=915375000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159311000, lastModified=2022-07-06 18:36:52.059235000, delta=100076000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159707000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159707000, lastModified=2022-07-06 18:36:52.059235000, delta=100472000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159596000, lastModified=2022-07-06 18:36:51.244221000, delta=915375000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159796000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159796000, lastModified=2022-07-06 18:36:51.244221000, delta=915575000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159707000, lastModified=2022-07-06 18:36:52.059235000, delta=100472000 ns, racy<=2500000000 ns 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.159928000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159928000, lastModified=2022-07-06 18:36:52.059235000, delta=100693000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.159796000, lastModified=2022-07-06 18:36:51.244221000, delta=915575000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160052000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160052000, lastModified=2022-07-06 18:36:51.244221000, delta=915831000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.159928000, lastModified=2022-07-06 18:36:52.059235000, delta=100693000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160155000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160155000, lastModified=2022-07-06 18:36:52.059235000, delta=100920000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160052000, lastModified=2022-07-06 18:36:51.244221000, delta=915831000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160238000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160238000, lastModified=2022-07-06 18:36:51.244221000, delta=916017000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160155000, lastModified=2022-07-06 18:36:52.059235000, delta=100920000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160342000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160342000, lastModified=2022-07-06 18:36:52.059235000, delta=101107000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160419000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160468000, lastModified=2022-07-06 18:36:52.152237000, size=41, fileKey=(dev=10009e,ino=47188135) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160238000, lastModified=2022-07-06 18:36:51.244221000, delta=916017000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160596000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160596000, lastModified=2022-07-06 18:36:51.244221000, delta=916375000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160342000, lastModified=2022-07-06 18:36:52.059235000, delta=101107000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.160712000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160712000, lastModified=2022-07-06 18:36:52.059235000, delta=101477000 ns, racy<=2500000000 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.160419000, lastModified=2022-07-06 18:36:52.059235000, delta=101184000 ns, racy<=4087500 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.160468000, lastModified=2022-07-06 18:36:52.152237000, delta=8231000 ns, racy<=4087500 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.160596000, lastModified=2022-07-06 18:36:51.244221000, delta=916375000 ns, racy<=2500000000 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.161239000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.161239000, lastModified=2022-07-06 18:36:51.244221000, delta=917018000 ns, racy<=2500000000 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.160712000, lastModified=2022-07-06 18:36:52.059235000, delta=101477000 ns, racy<=2500000000 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.161361000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.161361000, lastModified=2022-07-06 18:36:52.059235000, delta=102126000 ns, racy<=2500000000 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.161530000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.161573000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.158060000, lastModified=2022-07-06 18:36:52.057235000, delta=100825000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.158314000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612158314000 ns, racy<=4087500 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.161239000, lastModified=2022-07-06 18:36:51.244221000, delta=917018000 ns, racy<=2500000000 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.162787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.162787000, lastModified=2022-07-06 18:36:51.244221000, delta=918566000 ns, racy<=2500000000 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.161361000, lastModified=2022-07-06 18:36:52.059235000, delta=102126000 ns, racy<=2500000000 ns 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.162954000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.162954000, lastModified=2022-07-06 18:36:52.059235000, delta=103719000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.160419000, lastModified=2022-07-06 18:36:52.059235000, delta=101184000 ns, racy<=4087500 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.160468000, lastModified=2022-07-06 18:36:52.152237000, delta=8231000 ns, racy<=4087500 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.162787000, lastModified=2022-07-06 18:36:51.244221000, delta=918566000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.163245000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163245000, lastModified=2022-07-06 18:36:51.244221000, delta=919024000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.162954000, lastModified=2022-07-06 18:36:52.059235000, delta=103719000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.163387000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.163387000, lastModified=2022-07-06 18:36:52.059235000, delta=104152000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.160468000, lastModified=2022-07-06 18:36:52.152237000, delta=8231000 ns, racy<=4087500 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163245000, lastModified=2022-07-06 18:36:51.244221000, delta=919024000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.163635000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163635000, lastModified=2022-07-06 18:36:51.244221000, delta=919414000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.163387000, lastModified=2022-07-06 18:36:52.059235000, delta=104152000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.163747000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.163747000, lastModified=2022-07-06 18:36:52.059235000, delta=104512000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163635000, lastModified=2022-07-06 18:36:51.244221000, delta=919414000 ns, racy<=2500000000 ns 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.163938000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163938000, lastModified=2022-07-06 18:36:51.244221000, delta=919717000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.163747000, lastModified=2022-07-06 18:36:52.059235000, delta=104512000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164079000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164079000, lastModified=2022-07-06 18:36:52.059235000, delta=104844000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.163938000, lastModified=2022-07-06 18:36:51.244221000, delta=919717000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164210000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164210000, lastModified=2022-07-06 18:36:51.244221000, delta=919989000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164079000, lastModified=2022-07-06 18:36:52.059235000, delta=104844000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164317000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164317000, lastModified=2022-07-06 18:36:52.059235000, delta=105082000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164210000, lastModified=2022-07-06 18:36:51.244221000, delta=919989000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164401000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164401000, lastModified=2022-07-06 18:36:51.244221000, delta=920180000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164317000, lastModified=2022-07-06 18:36:52.059235000, delta=105082000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164499000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164499000, lastModified=2022-07-06 18:36:52.059235000, delta=105264000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164401000, lastModified=2022-07-06 18:36:51.244221000, delta=920180000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164594000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164594000, lastModified=2022-07-06 18:36:51.244221000, delta=920373000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164499000, lastModified=2022-07-06 18:36:52.059235000, delta=105264000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164691000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164691000, lastModified=2022-07-06 18:36:52.059235000, delta=105456000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164594000, lastModified=2022-07-06 18:36:51.244221000, delta=920373000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164778000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164778000, lastModified=2022-07-06 18:36:51.244221000, delta=920557000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164691000, lastModified=2022-07-06 18:36:52.059235000, delta=105456000 ns, racy<=2500000000 ns 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164866000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164866000, lastModified=2022-07-06 18:36:52.059235000, delta=105631000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.164999000, lastModified=2022-07-06 18:36:52.162237000, size=41, fileKey=(dev=10009e,ino=47188134) 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.164778000, lastModified=2022-07-06 18:36:51.244221000, delta=920557000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.165156000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.165156000, lastModified=2022-07-06 18:36:51.244221000, delta=920935000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.164866000, lastModified=2022-07-06 18:36:52.059235000, delta=105631000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.165271000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.165271000, lastModified=2022-07-06 18:36:52.059235000, delta=106036000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.165682000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.165156000, lastModified=2022-07-06 18:36:51.244221000, delta=920935000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.165810000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.165810000, lastModified=2022-07-06 18:36:51.244221000, delta=921589000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.165969000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.165810000, lastModified=2022-07-06 18:36:51.244221000, delta=921589000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166084000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166084000, lastModified=2022-07-06 18:36:51.244221000, delta=921863000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.165969000, lastModified=2022-07-06 18:36:52.059235000, delta=106734000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166192000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166192000, lastModified=2022-07-06 18:36:52.059235000, delta=106957000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166295000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166084000, lastModified=2022-07-06 18:36:51.244221000, delta=921863000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166382000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166382000, lastModified=2022-07-06 18:36:51.244221000, delta=922161000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166192000, lastModified=2022-07-06 18:36:52.059235000, delta=106957000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166497000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166497000, lastModified=2022-07-06 18:36:52.059235000, delta=107262000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166648000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166697000, lastModified=2022-07-06 18:36:52.158237000, size=176, fileKey=(dev=10009e,ino=45090218) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166382000, lastModified=2022-07-06 18:36:51.244221000, delta=922161000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166755000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166755000, lastModified=2022-07-06 18:36:51.244221000, delta=922534000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166497000, lastModified=2022-07-06 18:36:52.059235000, delta=107262000 ns, racy<=2500000000 ns 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.166878000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166878000, lastModified=2022-07-06 18:36:52.059235000, delta=107643000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.166755000, lastModified=2022-07-06 18:36:51.244221000, delta=922534000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.167114000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.167114000, lastModified=2022-07-06 18:36:51.244221000, delta=922893000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.166878000, lastModified=2022-07-06 18:36:52.059235000, delta=107643000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.167223000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.167223000, lastModified=2022-07-06 18:36:52.059235000, delta=107988000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.167114000, lastModified=2022-07-06 18:36:51.244221000, delta=922893000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.167455000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.167455000, lastModified=2022-07-06 18:36:51.244221000, delta=923234000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.167223000, lastModified=2022-07-06 18:36:52.059235000, delta=107988000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.167588000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.167588000, lastModified=2022-07-06 18:36:52.059235000, delta=108353000 ns, racy<=2500000000 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, size=6, fileKey=(dev=10009e,ino=54526609) 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.168748000, lastModified=2022-07-06 18:36:52.165237000, size=0, fileKey=(dev=10009e,ino=45090236) 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.167455000, lastModified=2022-07-06 18:36:51.244221000, delta=923234000 ns, racy<=2500000000 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.168 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.168811000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.168811000, lastModified=2022-07-06 18:36:51.244221000, delta=924590000 ns, racy<=2500000000 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.167588000, lastModified=2022-07-06 18:36:52.059235000, delta=108353000 ns, racy<=2500000000 ns 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.168975000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.168975000, lastModified=2022-07-06 18:36:52.059235000, delta=109740000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169081000, lastModified=2022-07-06 18:36:52.168237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169149000, lastModified=2022-07-06 18:36:52.168237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.168811000, lastModified=2022-07-06 18:36:51.244221000, delta=924590000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169220000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.169220000, lastModified=2022-07-06 18:36:51.244221000, delta=924999000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.168975000, lastModified=2022-07-06 18:36:52.059235000, delta=109740000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169337000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.169337000, lastModified=2022-07-06 18:36:52.059235000, delta=110102000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169482000, lastModified=2022-07-06 18:36:52.168237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169526000, lastModified=2022-07-06 18:36:52.168237000, size=176, fileKey=(dev=10009e,ino=45090236) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169618000, lastModified=2022-07-06 18:36:52.168237000, size=0, fileKey=(dev=10009e,ino=45090218) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.169220000, lastModified=2022-07-06 18:36:51.244221000, delta=924999000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169674000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.169674000, lastModified=2022-07-06 18:36:51.244221000, delta=925453000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.169337000, lastModified=2022-07-06 18:36:52.059235000, delta=110102000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169777000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.169777000, lastModified=2022-07-06 18:36:52.059235000, delta=110542000 ns, racy<=2500000000 ns 18:36:52.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169866000, lastModified=2022-07-06 18:36:52.168237000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.169994000, lastModified=2022-07-06 18:36:52.168237000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.169674000, lastModified=2022-07-06 18:36:51.244221000, delta=925453000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170166000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170166000, lastModified=2022-07-06 18:36:51.244221000, delta=925945000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.169777000, lastModified=2022-07-06 18:36:52.059235000, delta=110542000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170315000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170315000, lastModified=2022-07-06 18:36:52.059235000, delta=111080000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170166000, lastModified=2022-07-06 18:36:51.244221000, delta=925945000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170396000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170396000, lastModified=2022-07-06 18:36:51.244221000, delta=926175000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170315000, lastModified=2022-07-06 18:36:52.059235000, delta=111080000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170501000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170501000, lastModified=2022-07-06 18:36:52.059235000, delta=111266000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170396000, lastModified=2022-07-06 18:36:51.244221000, delta=926175000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170610000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170610000, lastModified=2022-07-06 18:36:51.244221000, delta=926389000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170501000, lastModified=2022-07-06 18:36:52.059235000, delta=111266000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170713000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170713000, lastModified=2022-07-06 18:36:52.059235000, delta=111478000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170610000, lastModified=2022-07-06 18:36:51.244221000, delta=926389000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170801000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170801000, lastModified=2022-07-06 18:36:51.244221000, delta=926580000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170713000, lastModified=2022-07-06 18:36:52.059235000, delta=111478000 ns, racy<=2500000000 ns 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.170934000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170934000, lastModified=2022-07-06 18:36:52.059235000, delta=111699000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171064000, lastModified=2022-07-06 18:36:52.059235000, size=23, fileKey=(dev=10009e,ino=45090215) 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171123000, lastModified=2022-07-06 18:36:52.162237000, size=41, fileKey=(dev=10009e,ino=47188134) 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.170801000, lastModified=2022-07-06 18:36:51.244221000, delta=926580000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171237000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.171237000, lastModified=2022-07-06 18:36:51.244221000, delta=927016000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.170934000, lastModified=2022-07-06 18:36:52.059235000, delta=111699000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171351000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.171351000, lastModified=2022-07-06 18:36:52.059235000, delta=112116000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.171064000, lastModified=2022-07-06 18:36:52.059235000, delta=111829000 ns, racy<=4087500 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.171123000, lastModified=2022-07-06 18:36:52.162237000, delta=8886000 ns, racy<=4087500 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.171237000, lastModified=2022-07-06 18:36:51.244221000, delta=927016000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171825000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.171825000, lastModified=2022-07-06 18:36:51.244221000, delta=927604000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.171351000, lastModified=2022-07-06 18:36:52.059235000, delta=112116000 ns, racy<=2500000000 ns 18:36:52.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.171986000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.171986000, lastModified=2022-07-06 18:36:52.059235000, delta=112751000 ns, racy<=2500000000 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.172194000, lastModified=2022-07-06 18:36:52.168237000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.172236000, lastModified=2022-07-06 18:36:52.168237000, size=104, fileKey=(dev=10009e,ino=45090218) 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.236 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.236 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.167739000, lastModified=2022-07-06 18:36:52.057235000, delta=110504000 ns, racy<=4087500 ns 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack, is unmodified 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.168049000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612168049000 ns, racy<=4087500 ns 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/objects/pack/preserved, is unmodified 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.171825000, lastModified=2022-07-06 18:36:51.244221000, delta=927604000 ns, racy<=2500000000 ns 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.237 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.237851000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.237851000, lastModified=2022-07-06 18:36:51.244221000, delta=993630000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.171986000, lastModified=2022-07-06 18:36:52.059235000, delta=112751000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.238092000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238092000, lastModified=2022-07-06 18:36:52.059235000, delta=178857000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.171064000, lastModified=2022-07-06 18:36:52.059235000, delta=111829000 ns, racy<=4087500 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/HEAD, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.171123000, lastModified=2022-07-06 18:36:52.162237000, delta=8886000 ns, racy<=4087500 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.237851000, lastModified=2022-07-06 18:36:51.244221000, delta=993630000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.238 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.238373000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.238373000, lastModified=2022-07-06 18:36:51.244221000, delta=994152000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238092000, lastModified=2022-07-06 18:36:52.059235000, delta=178857000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.238488000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238488000, lastModified=2022-07-06 18:36:52.059235000, delta=179253000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.171123000, lastModified=2022-07-06 18:36:52.162237000, delta=8886000 ns, racy<=4087500 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.238373000, lastModified=2022-07-06 18:36:51.244221000, delta=994152000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.238 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.238790000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.238790000, lastModified=2022-07-06 18:36:51.244221000, delta=994569000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238488000, lastModified=2022-07-06 18:36:52.059235000, delta=179253000 ns, racy<=2500000000 ns 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.238959000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238959000, lastModified=2022-07-06 18:36:52.059235000, delta=179724000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.238790000, lastModified=2022-07-06 18:36:51.244221000, delta=994569000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239149000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239149000, lastModified=2022-07-06 18:36:51.244221000, delta=994928000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.238959000, lastModified=2022-07-06 18:36:52.059235000, delta=179724000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239259000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239259000, lastModified=2022-07-06 18:36:52.059235000, delta=180024000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239149000, lastModified=2022-07-06 18:36:51.244221000, delta=994928000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239390000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239390000, lastModified=2022-07-06 18:36:51.244221000, delta=995169000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239259000, lastModified=2022-07-06 18:36:52.059235000, delta=180024000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239485000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239485000, lastModified=2022-07-06 18:36:52.059235000, delta=180250000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239390000, lastModified=2022-07-06 18:36:51.244221000, delta=995169000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239573000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239573000, lastModified=2022-07-06 18:36:51.244221000, delta=995352000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239485000, lastModified=2022-07-06 18:36:52.059235000, delta=180250000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239673000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239673000, lastModified=2022-07-06 18:36:52.059235000, delta=180438000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239573000, lastModified=2022-07-06 18:36:51.244221000, delta=995352000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239770000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239770000, lastModified=2022-07-06 18:36:51.244221000, delta=995549000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239673000, lastModified=2022-07-06 18:36:52.059235000, delta=180438000 ns, racy<=2500000000 ns 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.239878000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239878000, lastModified=2022-07-06 18:36:52.059235000, delta=180643000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.239770000, lastModified=2022-07-06 18:36:51.244221000, delta=995549000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.240 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.240034000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.240034000, lastModified=2022-07-06 18:36:51.244221000, delta=995813000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.239878000, lastModified=2022-07-06 18:36:52.059235000, delta=180643000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.240149000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.240149000, lastModified=2022-07-06 18:36:52.059235000, delta=180914000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.240273000, lastModified=2022-07-06 18:36:52.238238000, size=41, fileKey=(dev=10009e,ino=47188135) 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.240034000, lastModified=2022-07-06 18:36:51.244221000, delta=995813000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.240 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.240431000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.240431000, lastModified=2022-07-06 18:36:51.244221000, delta=996210000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.240149000, lastModified=2022-07-06 18:36:52.059235000, delta=180914000 ns, racy<=2500000000 ns 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, is racily clean 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.240546000, lastModified=2022-07-06 18:36:52.059235000, size=78, fileKey=(dev=10009e,ino=45090216) 18:36:52.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5095829361100062517/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.240546000, lastModified=2022-07-06 18:36:52.059235000, delta=181311000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.240431000, lastModified=2022-07-06 18:36:51.244221000, delta=996210000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.242355000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242355000, lastModified=2022-07-06 18:36:51.244221000, delta=998134000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242355000, lastModified=2022-07-06 18:36:51.244221000, delta=998134000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.242548000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242548000, lastModified=2022-07-06 18:36:51.244221000, delta=998327000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242548000, lastModified=2022-07-06 18:36:51.244221000, delta=998327000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.242801000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242801000, lastModified=2022-07-06 18:36:51.244221000, delta=998580000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.242801000, lastModified=2022-07-06 18:36:51.244221000, delta=998580000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.243152000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243152000, lastModified=2022-07-06 18:36:51.244221000, delta=998931000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243152000, lastModified=2022-07-06 18:36:51.244221000, delta=998931000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.243369000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243369000, lastModified=2022-07-06 18:36:51.244221000, delta=999148000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243369000, lastModified=2022-07-06 18:36:51.244221000, delta=999148000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.243771000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243771000, lastModified=2022-07-06 18:36:51.244221000, delta=999550000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.243771000, lastModified=2022-07-06 18:36:51.244221000, delta=999550000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.244102000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.244102000, lastModified=2022-07-06 18:36:51.244221000, delta=999881000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.244102000, lastModified=2022-07-06 18:36:51.244221000, delta=999881000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.244412000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.244412000, lastModified=2022-07-06 18:36:51.244221000, delta=1000191000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.244412000, lastModified=2022-07-06 18:36:51.244221000, delta=1000191000 ns, racy<=2500000000 ns 18:36:52.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.245028000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245028000, lastModified=2022-07-06 18:36:51.244221000, delta=1000807000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245028000, lastModified=2022-07-06 18:36:51.244221000, delta=1000807000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.245312000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245312000, lastModified=2022-07-06 18:36:51.244221000, delta=1001091000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245312000, lastModified=2022-07-06 18:36:51.244221000, delta=1001091000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.245594000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245594000, lastModified=2022-07-06 18:36:51.244221000, delta=1001373000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.242666000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612242666000 ns, racy<=2500000000 ns 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is unmodified 18:36:52.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.245817000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.246345000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.246685000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.245594000, lastModified=2022-07-06 18:36:51.244221000, delta=1001373000 ns, racy<=2500000000 ns 18:36:52.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.246875000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.246875000, lastModified=2022-07-06 18:36:51.244221000, delta=1002654000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.247161000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.246875000, lastModified=2022-07-06 18:36:51.244221000, delta=1002654000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.247346000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.247346000, lastModified=2022-07-06 18:36:51.244221000, delta=1003125000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.247161000, lastModified=2022-07-06 18:36:52.245238000, delta=1923000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.247508000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.247508000, lastModified=2022-07-06 18:36:52.245238000, delta=2270000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.247346000, lastModified=2022-07-06 18:36:51.244221000, delta=1003125000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.247735000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.247735000, lastModified=2022-07-06 18:36:51.244221000, delta=1003514000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.247508000, lastModified=2022-07-06 18:36:52.245238000, delta=2270000 ns, racy<=2500000000 ns 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.247920000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.247920000, lastModified=2022-07-06 18:36:52.245238000, delta=2682000 ns, racy<=2500000000 ns 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.248032000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.248597000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.247735000, lastModified=2022-07-06 18:36:51.244221000, delta=1003514000 ns, racy<=2500000000 ns 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.248 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.248755000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.248755000, lastModified=2022-07-06 18:36:51.244221000, delta=1004534000 ns, racy<=2500000000 ns 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.248862000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.248755000, lastModified=2022-07-06 18:36:51.244221000, delta=1004534000 ns, racy<=2500000000 ns 18:36:52.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.248 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.248997000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.248997000, lastModified=2022-07-06 18:36:51.244221000, delta=1004776000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.248862000, lastModified=2022-07-06 18:36:52.245238000, delta=3624000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249132000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249132000, lastModified=2022-07-06 18:36:52.245238000, delta=3894000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.248997000, lastModified=2022-07-06 18:36:51.244221000, delta=1004776000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249349000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249349000, lastModified=2022-07-06 18:36:51.244221000, delta=1005128000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249132000, lastModified=2022-07-06 18:36:52.245238000, delta=3894000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249466000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249466000, lastModified=2022-07-06 18:36:52.245238000, delta=4228000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249349000, lastModified=2022-07-06 18:36:51.244221000, delta=1005128000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249623000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249623000, lastModified=2022-07-06 18:36:51.244221000, delta=1005402000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249466000, lastModified=2022-07-06 18:36:52.245238000, delta=4228000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249735000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249735000, lastModified=2022-07-06 18:36:52.245238000, delta=4497000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249623000, lastModified=2022-07-06 18:36:51.244221000, delta=1005402000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249840000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249840000, lastModified=2022-07-06 18:36:51.244221000, delta=1005619000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249735000, lastModified=2022-07-06 18:36:52.245238000, delta=4497000 ns, racy<=2500000000 ns 18:36:52.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.249999000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249999000, lastModified=2022-07-06 18:36:52.245238000, delta=4761000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.249840000, lastModified=2022-07-06 18:36:51.244221000, delta=1005619000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.250 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.250199000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.250199000, lastModified=2022-07-06 18:36:51.244221000, delta=1005978000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.249999000, lastModified=2022-07-06 18:36:52.245238000, delta=4761000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.250308000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.250308000, lastModified=2022-07-06 18:36:52.245238000, delta=5070000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.250199000, lastModified=2022-07-06 18:36:51.244221000, delta=1005978000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.250 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.250448000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.250448000, lastModified=2022-07-06 18:36:51.244221000, delta=1006227000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.250308000, lastModified=2022-07-06 18:36:52.245238000, delta=5070000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.250558000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.250558000, lastModified=2022-07-06 18:36:52.245238000, delta=5320000 ns, racy<=2500000000 ns 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.250448000, lastModified=2022-07-06 18:36:51.244221000, delta=1006227000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252116000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252116000, lastModified=2022-07-06 18:36:51.244221000, delta=1007895000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.250558000, lastModified=2022-07-06 18:36:52.245238000, delta=5320000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252263000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252263000, lastModified=2022-07-06 18:36:52.245238000, delta=7025000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252330000, lastModified=2022-07-06 18:36:52.248238000, size=0, fileKey=(dev=10009e,ino=71715054) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252116000, lastModified=2022-07-06 18:36:51.244221000, delta=1007895000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252387000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252387000, lastModified=2022-07-06 18:36:51.244221000, delta=1008166000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252263000, lastModified=2022-07-06 18:36:52.245238000, delta=7025000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252506000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252506000, lastModified=2022-07-06 18:36:52.245238000, delta=7268000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252599000, lastModified=2022-07-06 18:36:52.251238000, size=104, fileKey=(dev=10009e,ino=71715054) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252646000, lastModified=2022-07-06 18:36:52.251238000, size=104, fileKey=(dev=10009e,ino=71715054) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252387000, lastModified=2022-07-06 18:36:51.244221000, delta=1008166000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252707000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252707000, lastModified=2022-07-06 18:36:51.244221000, delta=1008486000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252506000, lastModified=2022-07-06 18:36:52.245238000, delta=7268000 ns, racy<=2500000000 ns 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.252818000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252818000, lastModified=2022-07-06 18:36:52.245238000, delta=7580000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253022000, lastModified=2022-07-06 18:36:52.251238000, size=104, fileKey=(dev=10009e,ino=71715054) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253069000, lastModified=2022-07-06 18:36:52.251238000, size=104, fileKey=(dev=10009e,ino=71715054) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253141000, lastModified=2022-07-06 18:36:52.252238000, size=0, fileKey=(dev=10009e,ino=71715055) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.252707000, lastModified=2022-07-06 18:36:51.244221000, delta=1008486000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253188000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253188000, lastModified=2022-07-06 18:36:51.244221000, delta=1008967000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.252818000, lastModified=2022-07-06 18:36:52.245238000, delta=7580000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253293000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253293000, lastModified=2022-07-06 18:36:52.245238000, delta=8055000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253389000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253188000, lastModified=2022-07-06 18:36:51.244221000, delta=1008967000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253545000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253545000, lastModified=2022-07-06 18:36:51.244221000, delta=1009324000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253293000, lastModified=2022-07-06 18:36:52.245238000, delta=8055000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253656000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253656000, lastModified=2022-07-06 18:36:52.245238000, delta=8418000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253545000, lastModified=2022-07-06 18:36:51.244221000, delta=1009324000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253741000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253741000, lastModified=2022-07-06 18:36:51.244221000, delta=1009520000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253656000, lastModified=2022-07-06 18:36:52.245238000, delta=8418000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.253846000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253846000, lastModified=2022-07-06 18:36:52.245238000, delta=8608000 ns, racy<=2500000000 ns 18:36:52.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.253741000, lastModified=2022-07-06 18:36:51.244221000, delta=1009520000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254018000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254018000, lastModified=2022-07-06 18:36:51.244221000, delta=1009797000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.253846000, lastModified=2022-07-06 18:36:52.245238000, delta=8608000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254130000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254130000, lastModified=2022-07-06 18:36:52.245238000, delta=8892000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254018000, lastModified=2022-07-06 18:36:51.244221000, delta=1009797000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254217000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254217000, lastModified=2022-07-06 18:36:51.244221000, delta=1009996000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254130000, lastModified=2022-07-06 18:36:52.245238000, delta=8892000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254336000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254336000, lastModified=2022-07-06 18:36:52.245238000, delta=9098000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254409000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254217000, lastModified=2022-07-06 18:36:51.244221000, delta=1009996000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254603000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254603000, lastModified=2022-07-06 18:36:51.244221000, delta=1010382000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254336000, lastModified=2022-07-06 18:36:52.245238000, delta=9098000 ns, racy<=2500000000 ns 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.254715000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254715000, lastModified=2022-07-06 18:36:52.245238000, delta=9477000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.254409000, lastModified=2022-07-06 18:36:52.244238000, delta=10171000 ns, racy<=4087500 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.254603000, lastModified=2022-07-06 18:36:51.244221000, delta=1010382000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.255 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.255316000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.255316000, lastModified=2022-07-06 18:36:51.244221000, delta=1011095000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.254715000, lastModified=2022-07-06 18:36:52.245238000, delta=9477000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.255450000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.255450000, lastModified=2022-07-06 18:36:52.245238000, delta=10212000 ns, racy<=2500000000 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.255621000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.255676000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.250704000, lastModified=2022-07-06 18:36:52.242238000, delta=8466000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.251311000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612251311000 ns, racy<=4087500 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.255316000, lastModified=2022-07-06 18:36:51.244221000, delta=1011095000 ns, racy<=2500000000 ns 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.256 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.256969000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.256969000, lastModified=2022-07-06 18:36:51.244221000, delta=1012748000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.255450000, lastModified=2022-07-06 18:36:52.245238000, delta=10212000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.257099000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257099000, lastModified=2022-07-06 18:36:52.245238000, delta=11861000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.254409000, lastModified=2022-07-06 18:36:52.244238000, delta=10171000 ns, racy<=4087500 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.256969000, lastModified=2022-07-06 18:36:51.244221000, delta=1012748000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.257 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.257359000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.257359000, lastModified=2022-07-06 18:36:51.244221000, delta=1013138000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257099000, lastModified=2022-07-06 18:36:52.245238000, delta=11861000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.257472000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257472000, lastModified=2022-07-06 18:36:52.245238000, delta=12234000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.257359000, lastModified=2022-07-06 18:36:51.244221000, delta=1013138000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.257 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.257668000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.257668000, lastModified=2022-07-06 18:36:51.244221000, delta=1013447000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257472000, lastModified=2022-07-06 18:36:52.245238000, delta=12234000 ns, racy<=2500000000 ns 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.257777000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257777000, lastModified=2022-07-06 18:36:52.245238000, delta=12539000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.257668000, lastModified=2022-07-06 18:36:51.244221000, delta=1013447000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258346000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258346000, lastModified=2022-07-06 18:36:51.244221000, delta=1014125000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.257777000, lastModified=2022-07-06 18:36:52.245238000, delta=12539000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258459000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258459000, lastModified=2022-07-06 18:36:52.245238000, delta=13221000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258346000, lastModified=2022-07-06 18:36:51.244221000, delta=1014125000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258583000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258583000, lastModified=2022-07-06 18:36:51.244221000, delta=1014362000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258459000, lastModified=2022-07-06 18:36:52.245238000, delta=13221000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258693000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258693000, lastModified=2022-07-06 18:36:52.245238000, delta=13455000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258583000, lastModified=2022-07-06 18:36:51.244221000, delta=1014362000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258822000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258822000, lastModified=2022-07-06 18:36:51.244221000, delta=1014601000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258693000, lastModified=2022-07-06 18:36:52.245238000, delta=13455000 ns, racy<=2500000000 ns 18:36:52.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.258994000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258994000, lastModified=2022-07-06 18:36:52.245238000, delta=13756000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.258822000, lastModified=2022-07-06 18:36:51.244221000, delta=1014601000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259096000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259096000, lastModified=2022-07-06 18:36:51.244221000, delta=1014875000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.258994000, lastModified=2022-07-06 18:36:52.245238000, delta=13756000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259202000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259202000, lastModified=2022-07-06 18:36:52.245238000, delta=13964000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259096000, lastModified=2022-07-06 18:36:51.244221000, delta=1014875000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259339000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259339000, lastModified=2022-07-06 18:36:51.244221000, delta=1015118000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259202000, lastModified=2022-07-06 18:36:52.245238000, delta=13964000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259449000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259449000, lastModified=2022-07-06 18:36:52.245238000, delta=14211000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259339000, lastModified=2022-07-06 18:36:51.244221000, delta=1015118000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259543000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259543000, lastModified=2022-07-06 18:36:51.244221000, delta=1015322000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259449000, lastModified=2022-07-06 18:36:52.245238000, delta=14211000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259652000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259652000, lastModified=2022-07-06 18:36:52.245238000, delta=14414000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259759000, lastModified=2022-07-06 18:36:52.257239000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259543000, lastModified=2022-07-06 18:36:51.244221000, delta=1015322000 ns, racy<=2500000000 ns 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.259955000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259955000, lastModified=2022-07-06 18:36:51.244221000, delta=1015734000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.259652000, lastModified=2022-07-06 18:36:52.245238000, delta=14414000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.260079000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.260079000, lastModified=2022-07-06 18:36:52.245238000, delta=14841000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.260608000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.259955000, lastModified=2022-07-06 18:36:51.244221000, delta=1015734000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.260 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.260740000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.260740000, lastModified=2022-07-06 18:36:51.244221000, delta=1016519000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.260840000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.260740000, lastModified=2022-07-06 18:36:51.244221000, delta=1016519000 ns, racy<=2500000000 ns 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.260 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.260963000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.260963000, lastModified=2022-07-06 18:36:51.244221000, delta=1016742000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.260840000, lastModified=2022-07-06 18:36:52.245238000, delta=15602000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261094000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261094000, lastModified=2022-07-06 18:36:52.245238000, delta=15856000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261190000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.260963000, lastModified=2022-07-06 18:36:51.244221000, delta=1016742000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261306000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261306000, lastModified=2022-07-06 18:36:51.244221000, delta=1017085000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261094000, lastModified=2022-07-06 18:36:52.245238000, delta=15856000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261417000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261417000, lastModified=2022-07-06 18:36:52.245238000, delta=16179000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261554000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261594000, lastModified=2022-07-06 18:36:52.252238000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261306000, lastModified=2022-07-06 18:36:51.244221000, delta=1017085000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261650000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261650000, lastModified=2022-07-06 18:36:51.244221000, delta=1017429000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261417000, lastModified=2022-07-06 18:36:52.245238000, delta=16179000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261752000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261752000, lastModified=2022-07-06 18:36:52.245238000, delta=16514000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261650000, lastModified=2022-07-06 18:36:51.244221000, delta=1017429000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.261 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.261847000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261847000, lastModified=2022-07-06 18:36:51.244221000, delta=1017626000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.261752000, lastModified=2022-07-06 18:36:52.245238000, delta=16514000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262025000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262025000, lastModified=2022-07-06 18:36:52.245238000, delta=16787000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.261847000, lastModified=2022-07-06 18:36:51.244221000, delta=1017626000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.262 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262297000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.262297000, lastModified=2022-07-06 18:36:51.244221000, delta=1018076000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262025000, lastModified=2022-07-06 18:36:52.245238000, delta=16787000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262404000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262404000, lastModified=2022-07-06 18:36:52.245238000, delta=17166000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.262297000, lastModified=2022-07-06 18:36:51.244221000, delta=1018076000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.262 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262752000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.262752000, lastModified=2022-07-06 18:36:51.244221000, delta=1018531000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262404000, lastModified=2022-07-06 18:36:52.245238000, delta=17166000 ns, racy<=2500000000 ns 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.262864000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262864000, lastModified=2022-07-06 18:36:52.245238000, delta=17626000 ns, racy<=2500000000 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.263793000, lastModified=2022-07-06 18:36:52.260239000, size=0, fileKey=(dev=10009e,ino=71715056) 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.262752000, lastModified=2022-07-06 18:36:51.244221000, delta=1018531000 ns, racy<=2500000000 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.263855000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.263855000, lastModified=2022-07-06 18:36:51.244221000, delta=1019634000 ns, racy<=2500000000 ns 18:36:52.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.262864000, lastModified=2022-07-06 18:36:52.245238000, delta=17626000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264045000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264045000, lastModified=2022-07-06 18:36:52.245238000, delta=18807000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264159000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264217000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.263855000, lastModified=2022-07-06 18:36:51.244221000, delta=1019634000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264360000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264360000, lastModified=2022-07-06 18:36:51.244221000, delta=1020139000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264045000, lastModified=2022-07-06 18:36:52.245238000, delta=18807000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264487000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264487000, lastModified=2022-07-06 18:36:52.245238000, delta=19249000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264360000, lastModified=2022-07-06 18:36:51.244221000, delta=1020139000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264575000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264575000, lastModified=2022-07-06 18:36:51.244221000, delta=1020354000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264487000, lastModified=2022-07-06 18:36:52.245238000, delta=19249000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264676000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264676000, lastModified=2022-07-06 18:36:52.245238000, delta=19438000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264575000, lastModified=2022-07-06 18:36:51.244221000, delta=1020354000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264789000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264789000, lastModified=2022-07-06 18:36:51.244221000, delta=1020568000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264676000, lastModified=2022-07-06 18:36:52.245238000, delta=19438000 ns, racy<=2500000000 ns 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.264940000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264940000, lastModified=2022-07-06 18:36:52.245238000, delta=19702000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.264789000, lastModified=2022-07-06 18:36:51.244221000, delta=1020568000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265051000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.265051000, lastModified=2022-07-06 18:36:51.244221000, delta=1020830000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.264940000, lastModified=2022-07-06 18:36:52.245238000, delta=19702000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265150000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.265150000, lastModified=2022-07-06 18:36:52.245238000, delta=19912000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265221000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265269000, lastModified=2022-07-06 18:36:52.257239000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.265051000, lastModified=2022-07-06 18:36:51.244221000, delta=1020830000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265378000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.265378000, lastModified=2022-07-06 18:36:51.244221000, delta=1021157000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.265150000, lastModified=2022-07-06 18:36:52.245238000, delta=19912000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.265490000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.265490000, lastModified=2022-07-06 18:36:52.245238000, delta=20252000 ns, racy<=2500000000 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.265221000, lastModified=2022-07-06 18:36:52.244238000, delta=20983000 ns, racy<=4087500 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.265269000, lastModified=2022-07-06 18:36:52.257239000, delta=8030000 ns, racy<=4087500 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.265378000, lastModified=2022-07-06 18:36:51.244221000, delta=1021157000 ns, racy<=2500000000 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.266 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.266454000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.266454000, lastModified=2022-07-06 18:36:51.244221000, delta=1022233000 ns, racy<=2500000000 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.265490000, lastModified=2022-07-06 18:36:52.245238000, delta=20252000 ns, racy<=2500000000 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.266589000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.266589000, lastModified=2022-07-06 18:36:52.245238000, delta=21351000 ns, racy<=2500000000 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.266744000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.266793000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.262553000, lastModified=2022-07-06 18:36:52.242238000, delta=20315000 ns, racy<=4087500 ns 18:36:52.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.263218000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612263218000 ns, racy<=4087500 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.266454000, lastModified=2022-07-06 18:36:51.244221000, delta=1022233000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.268340000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.268340000, lastModified=2022-07-06 18:36:51.244221000, delta=1024119000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.266589000, lastModified=2022-07-06 18:36:52.245238000, delta=21351000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.268506000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.268506000, lastModified=2022-07-06 18:36:52.245238000, delta=23268000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.265221000, lastModified=2022-07-06 18:36:52.244238000, delta=20983000 ns, racy<=4087500 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.265269000, lastModified=2022-07-06 18:36:52.257239000, delta=8030000 ns, racy<=4087500 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.268340000, lastModified=2022-07-06 18:36:51.244221000, delta=1024119000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.268827000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.268827000, lastModified=2022-07-06 18:36:51.244221000, delta=1024606000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.268506000, lastModified=2022-07-06 18:36:52.245238000, delta=23268000 ns, racy<=2500000000 ns 18:36:52.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269008000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269008000, lastModified=2022-07-06 18:36:52.245238000, delta=23770000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.265269000, lastModified=2022-07-06 18:36:52.257239000, delta=8030000 ns, racy<=4087500 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.268827000, lastModified=2022-07-06 18:36:51.244221000, delta=1024606000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269269000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269269000, lastModified=2022-07-06 18:36:51.244221000, delta=1025048000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269008000, lastModified=2022-07-06 18:36:52.245238000, delta=23770000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269384000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269384000, lastModified=2022-07-06 18:36:52.245238000, delta=24146000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269269000, lastModified=2022-07-06 18:36:51.244221000, delta=1025048000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269505000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269505000, lastModified=2022-07-06 18:36:51.244221000, delta=1025284000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269384000, lastModified=2022-07-06 18:36:52.245238000, delta=24146000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269610000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269610000, lastModified=2022-07-06 18:36:52.245238000, delta=24372000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269505000, lastModified=2022-07-06 18:36:51.244221000, delta=1025284000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269745000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269745000, lastModified=2022-07-06 18:36:51.244221000, delta=1025524000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269610000, lastModified=2022-07-06 18:36:52.245238000, delta=24372000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.269854000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269854000, lastModified=2022-07-06 18:36:52.245238000, delta=24616000 ns, racy<=2500000000 ns 18:36:52.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.269745000, lastModified=2022-07-06 18:36:51.244221000, delta=1025524000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270027000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270027000, lastModified=2022-07-06 18:36:51.244221000, delta=1025806000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.269854000, lastModified=2022-07-06 18:36:52.245238000, delta=24616000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270130000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270130000, lastModified=2022-07-06 18:36:52.245238000, delta=24892000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270027000, lastModified=2022-07-06 18:36:51.244221000, delta=1025806000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270227000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270227000, lastModified=2022-07-06 18:36:51.244221000, delta=1026006000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270130000, lastModified=2022-07-06 18:36:52.245238000, delta=24892000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270330000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270330000, lastModified=2022-07-06 18:36:52.245238000, delta=25092000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270227000, lastModified=2022-07-06 18:36:51.244221000, delta=1026006000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270412000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270412000, lastModified=2022-07-06 18:36:51.244221000, delta=1026191000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270330000, lastModified=2022-07-06 18:36:52.245238000, delta=25092000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270504000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270504000, lastModified=2022-07-06 18:36:52.245238000, delta=25266000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270573000, lastModified=2022-07-06 18:36:52.268239000, size=41, fileKey=(dev=10009e,ino=73415269) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270412000, lastModified=2022-07-06 18:36:51.244221000, delta=1026191000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270726000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270726000, lastModified=2022-07-06 18:36:51.244221000, delta=1026505000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270504000, lastModified=2022-07-06 18:36:52.245238000, delta=25266000 ns, racy<=2500000000 ns 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.270841000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.270841000, lastModified=2022-07-06 18:36:52.245238000, delta=25603000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.271415000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.270726000, lastModified=2022-07-06 18:36:51.244221000, delta=1026505000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.271575000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.271575000, lastModified=2022-07-06 18:36:51.244221000, delta=1027354000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.271720000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.271575000, lastModified=2022-07-06 18:36:51.244221000, delta=1027354000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.271857000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.271857000, lastModified=2022-07-06 18:36:51.244221000, delta=1027636000 ns, racy<=2500000000 ns 18:36:52.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.271720000, lastModified=2022-07-06 18:36:52.245238000, delta=26482000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272045000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272045000, lastModified=2022-07-06 18:36:52.245238000, delta=26807000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272144000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.271857000, lastModified=2022-07-06 18:36:51.244221000, delta=1027636000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272258000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272258000, lastModified=2022-07-06 18:36:51.244221000, delta=1028037000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272045000, lastModified=2022-07-06 18:36:52.245238000, delta=26807000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272383000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272383000, lastModified=2022-07-06 18:36:52.245238000, delta=27145000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272528000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272577000, lastModified=2022-07-06 18:36:52.263239000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272258000, lastModified=2022-07-06 18:36:51.244221000, delta=1028037000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272634000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272634000, lastModified=2022-07-06 18:36:51.244221000, delta=1028413000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272383000, lastModified=2022-07-06 18:36:52.245238000, delta=27145000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272748000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272748000, lastModified=2022-07-06 18:36:52.245238000, delta=27510000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272634000, lastModified=2022-07-06 18:36:51.244221000, delta=1028413000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.272857000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272857000, lastModified=2022-07-06 18:36:51.244221000, delta=1028636000 ns, racy<=2500000000 ns 18:36:52.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.272748000, lastModified=2022-07-06 18:36:52.245238000, delta=27510000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.273037000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.273037000, lastModified=2022-07-06 18:36:52.245238000, delta=27799000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.272857000, lastModified=2022-07-06 18:36:51.244221000, delta=1028636000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.273264000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.273264000, lastModified=2022-07-06 18:36:51.244221000, delta=1029043000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.273037000, lastModified=2022-07-06 18:36:52.245238000, delta=27799000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.273379000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.273379000, lastModified=2022-07-06 18:36:52.245238000, delta=28141000 ns, racy<=2500000000 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.337572000, lastModified=2022-07-06 18:36:52.271239000, size=0, fileKey=(dev=10009e,ino=71715055) 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.273264000, lastModified=2022-07-06 18:36:51.244221000, delta=1029043000 ns, racy<=2500000000 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.337 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.337666000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.337666000, lastModified=2022-07-06 18:36:51.244221000, delta=1093445000 ns, racy<=2500000000 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.273379000, lastModified=2022-07-06 18:36:52.245238000, delta=28141000 ns, racy<=2500000000 ns 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.337867000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.337867000, lastModified=2022-07-06 18:36:52.245238000, delta=92629000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338049000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338208000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.337666000, lastModified=2022-07-06 18:36:51.244221000, delta=1093445000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338398000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.338398000, lastModified=2022-07-06 18:36:51.244221000, delta=1094177000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.337867000, lastModified=2022-07-06 18:36:52.245238000, delta=92629000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338550000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.338550000, lastModified=2022-07-06 18:36:52.245238000, delta=93312000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.338398000, lastModified=2022-07-06 18:36:51.244221000, delta=1094177000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338681000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.338681000, lastModified=2022-07-06 18:36:51.244221000, delta=1094460000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.338550000, lastModified=2022-07-06 18:36:52.245238000, delta=93312000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.338845000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.338845000, lastModified=2022-07-06 18:36:52.245238000, delta=93607000 ns, racy<=2500000000 ns 18:36:52.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.338681000, lastModified=2022-07-06 18:36:51.244221000, delta=1094460000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.339 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339030000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339030000, lastModified=2022-07-06 18:36:51.244221000, delta=1094809000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.338845000, lastModified=2022-07-06 18:36:52.245238000, delta=93607000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339204000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.339204000, lastModified=2022-07-06 18:36:52.245238000, delta=93966000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339030000, lastModified=2022-07-06 18:36:51.244221000, delta=1094809000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.339 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339334000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339334000, lastModified=2022-07-06 18:36:51.244221000, delta=1095113000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.339204000, lastModified=2022-07-06 18:36:52.245238000, delta=93966000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339503000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.339503000, lastModified=2022-07-06 18:36:52.245238000, delta=94265000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339619000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339685000, lastModified=2022-07-06 18:36:52.268239000, size=41, fileKey=(dev=10009e,ino=73415269) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339334000, lastModified=2022-07-06 18:36:51.244221000, delta=1095113000 ns, racy<=2500000000 ns 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.339 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.339905000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.339 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339905000, lastModified=2022-07-06 18:36:51.244221000, delta=1095684000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.339503000, lastModified=2022-07-06 18:36:52.245238000, delta=94265000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.340115000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.340115000, lastModified=2022-07-06 18:36:52.245238000, delta=94877000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.339619000, lastModified=2022-07-06 18:36:52.244238000, delta=95381000 ns, racy<=4087500 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.339685000, lastModified=2022-07-06 18:36:52.268239000, delta=71446000 ns, racy<=4087500 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.339905000, lastModified=2022-07-06 18:36:51.244221000, delta=1095684000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.340729000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.340729000, lastModified=2022-07-06 18:36:51.244221000, delta=1096508000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.340115000, lastModified=2022-07-06 18:36:52.245238000, delta=94877000 ns, racy<=2500000000 ns 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.340925000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.340925000, lastModified=2022-07-06 18:36:52.245238000, delta=95687000 ns, racy<=2500000000 ns 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.341222000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.341281000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.273528000, lastModified=2022-07-06 18:36:52.242238000, delta=31290000 ns, racy<=4087500 ns 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.273755000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612273755000 ns, racy<=4087500 ns 18:36:52.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.340729000, lastModified=2022-07-06 18:36:51.244221000, delta=1096508000 ns, racy<=2500000000 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.343 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.343280000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.343280000, lastModified=2022-07-06 18:36:51.244221000, delta=1099059000 ns, racy<=2500000000 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.340925000, lastModified=2022-07-06 18:36:52.245238000, delta=95687000 ns, racy<=2500000000 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.343520000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.343520000, lastModified=2022-07-06 18:36:52.245238000, delta=98282000 ns, racy<=2500000000 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.339619000, lastModified=2022-07-06 18:36:52.244238000, delta=95381000 ns, racy<=4087500 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.339685000, lastModified=2022-07-06 18:36:52.268239000, delta=71446000 ns, racy<=4087500 ns 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.343280000, lastModified=2022-07-06 18:36:51.244221000, delta=1099059000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.344 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.344027000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.344027000, lastModified=2022-07-06 18:36:51.244221000, delta=1099806000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.343520000, lastModified=2022-07-06 18:36:52.245238000, delta=98282000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.344194000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.344194000, lastModified=2022-07-06 18:36:52.245238000, delta=98956000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.339685000, lastModified=2022-07-06 18:36:52.268239000, delta=71446000 ns, racy<=4087500 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.344027000, lastModified=2022-07-06 18:36:51.244221000, delta=1099806000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.344 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.344596000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.344596000, lastModified=2022-07-06 18:36:51.244221000, delta=1100375000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.344194000, lastModified=2022-07-06 18:36:52.245238000, delta=98956000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.344774000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.344774000, lastModified=2022-07-06 18:36:52.245238000, delta=99536000 ns, racy<=2500000000 ns 18:36:52.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.344596000, lastModified=2022-07-06 18:36:51.244221000, delta=1100375000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345031000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345031000, lastModified=2022-07-06 18:36:51.244221000, delta=1100810000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.344774000, lastModified=2022-07-06 18:36:52.245238000, delta=99536000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345221000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345221000, lastModified=2022-07-06 18:36:52.245238000, delta=99983000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345031000, lastModified=2022-07-06 18:36:51.244221000, delta=1100810000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345407000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345407000, lastModified=2022-07-06 18:36:51.244221000, delta=1101186000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345221000, lastModified=2022-07-06 18:36:52.245238000, delta=99983000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345582000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345582000, lastModified=2022-07-06 18:36:52.245238000, delta=100344000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345407000, lastModified=2022-07-06 18:36:51.244221000, delta=1101186000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345734000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345734000, lastModified=2022-07-06 18:36:51.244221000, delta=1101513000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345582000, lastModified=2022-07-06 18:36:52.245238000, delta=100344000 ns, racy<=2500000000 ns 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.345932000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345932000, lastModified=2022-07-06 18:36:52.245238000, delta=100694000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.345734000, lastModified=2022-07-06 18:36:51.244221000, delta=1101513000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346113000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346113000, lastModified=2022-07-06 18:36:51.244221000, delta=1101892000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.345932000, lastModified=2022-07-06 18:36:52.245238000, delta=100694000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346279000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.346279000, lastModified=2022-07-06 18:36:52.245238000, delta=101041000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346113000, lastModified=2022-07-06 18:36:51.244221000, delta=1101892000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346402000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346402000, lastModified=2022-07-06 18:36:51.244221000, delta=1102181000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.346279000, lastModified=2022-07-06 18:36:52.245238000, delta=101041000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346562000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.346562000, lastModified=2022-07-06 18:36:52.245238000, delta=101324000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346677000, lastModified=2022-07-06 18:36:52.344240000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346402000, lastModified=2022-07-06 18:36:51.244221000, delta=1102181000 ns, racy<=2500000000 ns 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.346939000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346939000, lastModified=2022-07-06 18:36:51.244221000, delta=1102718000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.346562000, lastModified=2022-07-06 18:36:52.245238000, delta=101324000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.347150000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.347150000, lastModified=2022-07-06 18:36:52.245238000, delta=101912000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.346939000, lastModified=2022-07-06 18:36:51.244221000, delta=1102718000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.347371000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.347371000, lastModified=2022-07-06 18:36:51.244221000, delta=1103150000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.247920000, lastModified=2022-07-06 18:36:52.245238000, delta=2682000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.347546000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.347546000, lastModified=2022-07-06 18:36:52.245238000, delta=102308000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.347665000, lastModified=2022-07-06 18:36:52.344240000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.347371000, lastModified=2022-07-06 18:36:51.244221000, delta=1103150000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.347798000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.347798000, lastModified=2022-07-06 18:36:51.244221000, delta=1103577000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.347546000, lastModified=2022-07-06 18:36:52.245238000, delta=102308000 ns, racy<=2500000000 ns 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.348031000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.348031000, lastModified=2022-07-06 18:36:52.245238000, delta=102793000 ns, racy<=2500000000 ns 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.347665000, lastModified=2022-07-06 18:36:52.344240000, delta=3425000 ns, racy<=4087500 ns 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is racily clean 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.348211000, lastModified=2022-07-06 18:36:52.344240000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.348211000, lastModified=2022-07-06 18:36:52.344240000, delta=3971000 ns, racy<=4087500 ns 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.348755000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.347798000, lastModified=2022-07-06 18:36:51.244221000, delta=1103577000 ns, racy<=2500000000 ns 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.348962000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.348962000, lastModified=2022-07-06 18:36:51.244221000, delta=1104741000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349133000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.348962000, lastModified=2022-07-06 18:36:51.244221000, delta=1104741000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.349 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349282000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.349282000, lastModified=2022-07-06 18:36:51.244221000, delta=1105061000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.349133000, lastModified=2022-07-06 18:36:52.245238000, delta=103895000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349439000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.349439000, lastModified=2022-07-06 18:36:52.245238000, delta=104201000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349596000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.349282000, lastModified=2022-07-06 18:36:51.244221000, delta=1105061000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.349 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349728000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.349728000, lastModified=2022-07-06 18:36:51.244221000, delta=1105507000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.349439000, lastModified=2022-07-06 18:36:52.245238000, delta=104201000 ns, racy<=2500000000 ns 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.349912000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.349912000, lastModified=2022-07-06 18:36:52.245238000, delta=104674000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350138000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350212000, lastModified=2022-07-06 18:36:52.337240000, size=176, fileKey=(dev=10009e,ino=71715055) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.349728000, lastModified=2022-07-06 18:36:51.244221000, delta=1105507000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.350 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350289000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.350289000, lastModified=2022-07-06 18:36:51.244221000, delta=1106068000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.349912000, lastModified=2022-07-06 18:36:52.245238000, delta=104674000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350463000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.350463000, lastModified=2022-07-06 18:36:52.245238000, delta=105225000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.350289000, lastModified=2022-07-06 18:36:51.244221000, delta=1106068000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.350 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350623000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.350623000, lastModified=2022-07-06 18:36:51.244221000, delta=1106402000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.350463000, lastModified=2022-07-06 18:36:52.245238000, delta=105225000 ns, racy<=2500000000 ns 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.350789000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.350789000, lastModified=2022-07-06 18:36:52.245238000, delta=105551000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.350623000, lastModified=2022-07-06 18:36:51.244221000, delta=1106402000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.351180000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.351180000, lastModified=2022-07-06 18:36:51.244221000, delta=1106959000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.350789000, lastModified=2022-07-06 18:36:52.245238000, delta=105551000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.351340000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.351340000, lastModified=2022-07-06 18:36:52.245238000, delta=106102000 ns, racy<=2500000000 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.352625000, lastModified=2022-07-06 18:36:52.349240000, size=0, fileKey=(dev=10009e,ino=71715056) 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.351180000, lastModified=2022-07-06 18:36:51.244221000, delta=1106959000 ns, racy<=2500000000 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.352723000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.352723000, lastModified=2022-07-06 18:36:51.244221000, delta=1108502000 ns, racy<=2500000000 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.351340000, lastModified=2022-07-06 18:36:52.245238000, delta=106102000 ns, racy<=2500000000 ns 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.352949000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.352949000, lastModified=2022-07-06 18:36:52.245238000, delta=107711000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353107000, lastModified=2022-07-06 18:36:52.352240000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353204000, lastModified=2022-07-06 18:36:52.352240000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.352723000, lastModified=2022-07-06 18:36:51.244221000, delta=1108502000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353297000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.353297000, lastModified=2022-07-06 18:36:51.244221000, delta=1109076000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.352949000, lastModified=2022-07-06 18:36:52.245238000, delta=107711000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353494000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.353494000, lastModified=2022-07-06 18:36:52.245238000, delta=108256000 ns, racy<=2500000000 ns 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353698000, lastModified=2022-07-06 18:36:52.352240000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353753000, lastModified=2022-07-06 18:36:52.352240000, size=176, fileKey=(dev=10009e,ino=71715056) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.353928000, lastModified=2022-07-06 18:36:52.352240000, size=0, fileKey=(dev=10009e,ino=71715055) 18:36:52.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.353297000, lastModified=2022-07-06 18:36:51.244221000, delta=1109076000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354032000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354032000, lastModified=2022-07-06 18:36:51.244221000, delta=1109811000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.353494000, lastModified=2022-07-06 18:36:52.245238000, delta=108256000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354191000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.354191000, lastModified=2022-07-06 18:36:52.245238000, delta=108953000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354333000, lastModified=2022-07-06 18:36:52.353240000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354422000, lastModified=2022-07-06 18:36:52.353240000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354032000, lastModified=2022-07-06 18:36:51.244221000, delta=1109811000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354584000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354584000, lastModified=2022-07-06 18:36:51.244221000, delta=1110363000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.354191000, lastModified=2022-07-06 18:36:52.245238000, delta=108953000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354761000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.354761000, lastModified=2022-07-06 18:36:52.245238000, delta=109523000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354584000, lastModified=2022-07-06 18:36:51.244221000, delta=1110363000 ns, racy<=2500000000 ns 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.354929000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354929000, lastModified=2022-07-06 18:36:51.244221000, delta=1110708000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.354761000, lastModified=2022-07-06 18:36:52.245238000, delta=109523000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355128000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355128000, lastModified=2022-07-06 18:36:52.245238000, delta=109890000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.354929000, lastModified=2022-07-06 18:36:51.244221000, delta=1110708000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.355305000, lastModified=2022-07-06 18:36:51.244221000, delta=1111084000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355128000, lastModified=2022-07-06 18:36:52.245238000, delta=109890000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355473000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355473000, lastModified=2022-07-06 18:36:52.245238000, delta=110235000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.355305000, lastModified=2022-07-06 18:36:51.244221000, delta=1111084000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355601000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.355601000, lastModified=2022-07-06 18:36:51.244221000, delta=1111380000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355473000, lastModified=2022-07-06 18:36:52.245238000, delta=110235000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355755000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355755000, lastModified=2022-07-06 18:36:52.245238000, delta=110517000 ns, racy<=2500000000 ns 18:36:52.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.355879000, lastModified=2022-07-06 18:36:52.244238000, size=23, fileKey=(dev=10009e,ino=71715052) 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.356011000, lastModified=2022-07-06 18:36:52.344240000, size=41, fileKey=(dev=10009e,ino=73415268) 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.355601000, lastModified=2022-07-06 18:36:51.244221000, delta=1111380000 ns, racy<=2500000000 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.356190000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.356190000, lastModified=2022-07-06 18:36:51.244221000, delta=1111969000 ns, racy<=2500000000 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.355755000, lastModified=2022-07-06 18:36:52.245238000, delta=110517000 ns, racy<=2500000000 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.356416000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.356416000, lastModified=2022-07-06 18:36:52.245238000, delta=111178000 ns, racy<=2500000000 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.355879000, lastModified=2022-07-06 18:36:52.244238000, delta=111641000 ns, racy<=4087500 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.356011000, lastModified=2022-07-06 18:36:52.344240000, delta=11771000 ns, racy<=4087500 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.356190000, lastModified=2022-07-06 18:36:51.244221000, delta=1111969000 ns, racy<=2500000000 ns 18:36:52.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.359024000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.359024000, lastModified=2022-07-06 18:36:51.244221000, delta=1114803000 ns, racy<=2500000000 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.356416000, lastModified=2022-07-06 18:36:52.245238000, delta=111178000 ns, racy<=2500000000 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.359255000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.359255000, lastModified=2022-07-06 18:36:52.245238000, delta=114017000 ns, racy<=2500000000 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.359501000, lastModified=2022-07-06 18:36:52.353240000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.359559000, lastModified=2022-07-06 18:36:52.353240000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.351572000, lastModified=2022-07-06 18:36:52.242238000, delta=109334000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.351826000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612351826000 ns, racy<=4087500 ns 18:36:52.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack/preserved, is unmodified 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.359024000, lastModified=2022-07-06 18:36:51.244221000, delta=1114803000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.361304000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.361304000, lastModified=2022-07-06 18:36:51.244221000, delta=1117083000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.359255000, lastModified=2022-07-06 18:36:52.245238000, delta=114017000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.361475000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.361475000, lastModified=2022-07-06 18:36:52.245238000, delta=116237000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.355879000, lastModified=2022-07-06 18:36:52.244238000, delta=111641000 ns, racy<=4087500 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/HEAD, is unmodified 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.356011000, lastModified=2022-07-06 18:36:52.344240000, delta=11771000 ns, racy<=4087500 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.361304000, lastModified=2022-07-06 18:36:51.244221000, delta=1117083000 ns, racy<=2500000000 ns 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.361878000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.361878000, lastModified=2022-07-06 18:36:51.244221000, delta=1117657000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.361475000, lastModified=2022-07-06 18:36:52.245238000, delta=116237000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.362113000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.362113000, lastModified=2022-07-06 18:36:52.245238000, delta=116875000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.356011000, lastModified=2022-07-06 18:36:52.344240000, delta=11771000 ns, racy<=4087500 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.361878000, lastModified=2022-07-06 18:36:51.244221000, delta=1117657000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.362 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.362482000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.362482000, lastModified=2022-07-06 18:36:51.244221000, delta=1118261000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.362113000, lastModified=2022-07-06 18:36:52.245238000, delta=116875000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.362655000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.362655000, lastModified=2022-07-06 18:36:52.245238000, delta=117417000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.362482000, lastModified=2022-07-06 18:36:51.244221000, delta=1118261000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.362 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.362816000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.362816000, lastModified=2022-07-06 18:36:51.244221000, delta=1118595000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.362655000, lastModified=2022-07-06 18:36:52.245238000, delta=117417000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363051000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363051000, lastModified=2022-07-06 18:36:52.245238000, delta=117813000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.362816000, lastModified=2022-07-06 18:36:51.244221000, delta=1118595000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363237000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363237000, lastModified=2022-07-06 18:36:51.244221000, delta=1119016000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363051000, lastModified=2022-07-06 18:36:52.245238000, delta=117813000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363391000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363391000, lastModified=2022-07-06 18:36:52.245238000, delta=118153000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363237000, lastModified=2022-07-06 18:36:51.244221000, delta=1119016000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363533000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363533000, lastModified=2022-07-06 18:36:51.244221000, delta=1119312000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363391000, lastModified=2022-07-06 18:36:52.245238000, delta=118153000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363690000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363690000, lastModified=2022-07-06 18:36:52.245238000, delta=118452000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363533000, lastModified=2022-07-06 18:36:51.244221000, delta=1119312000 ns, racy<=2500000000 ns 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.363 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.363832000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363832000, lastModified=2022-07-06 18:36:51.244221000, delta=1119611000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.363690000, lastModified=2022-07-06 18:36:52.245238000, delta=118452000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364078000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.364078000, lastModified=2022-07-06 18:36:52.245238000, delta=118840000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.363832000, lastModified=2022-07-06 18:36:51.244221000, delta=1119611000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.364 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364201000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.364201000, lastModified=2022-07-06 18:36:51.244221000, delta=1119980000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.364078000, lastModified=2022-07-06 18:36:52.245238000, delta=118840000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364353000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.364353000, lastModified=2022-07-06 18:36:52.245238000, delta=119115000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364449000, lastModified=2022-07-06 18:36:52.361240000, size=41, fileKey=(dev=10009e,ino=73415269) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.364201000, lastModified=2022-07-06 18:36:51.244221000, delta=1119980000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.364 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364655000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.364655000, lastModified=2022-07-06 18:36:51.244221000, delta=1120434000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.364353000, lastModified=2022-07-06 18:36:52.245238000, delta=119115000 ns, racy<=2500000000 ns 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.364840000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.364840000, lastModified=2022-07-06 18:36:52.245238000, delta=119602000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.364655000, lastModified=2022-07-06 18:36:51.244221000, delta=1120434000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.365147000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.365147000, lastModified=2022-07-06 18:36:51.244221000, delta=1120926000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.348031000, lastModified=2022-07-06 18:36:52.245238000, delta=102793000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.365300000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.365300000, lastModified=2022-07-06 18:36:52.245238000, delta=120062000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=73415268) to (dev=10009e,ino=73415269) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.365447000, lastModified=2022-07-06 18:36:52.361240000, size=41, fileKey=(dev=10009e,ino=73415269) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.365147000, lastModified=2022-07-06 18:36:51.244221000, delta=1120926000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.365554000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.365554000, lastModified=2022-07-06 18:36:51.244221000, delta=1121333000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.365300000, lastModified=2022-07-06 18:36:52.245238000, delta=120062000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.365697000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.365697000, lastModified=2022-07-06 18:36:52.245238000, delta=120459000 ns, racy<=2500000000 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.365447000, lastModified=2022-07-06 18:36:52.361240000, delta=4207000 ns, racy<=4087500 ns 18:36:52.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/refs/heads/master, is unmodified 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.365554000, lastModified=2022-07-06 18:36:51.244221000, delta=1121333000 ns, racy<=2500000000 ns 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.366063000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.366063000, lastModified=2022-07-06 18:36:51.244221000, delta=1121842000 ns, racy<=2500000000 ns 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.365697000, lastModified=2022-07-06 18:36:52.245238000, delta=120459000 ns, racy<=2500000000 ns 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.366252000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.366252000, lastModified=2022-07-06 18:36:52.245238000, delta=121014000 ns, racy<=2500000000 ns 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.366063000, lastModified=2022-07-06 18:36:51.244221000, delta=1121842000 ns, racy<=2500000000 ns 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.367 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.367378000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.367378000, lastModified=2022-07-06 18:36:51.244221000, delta=1123157000 ns, racy<=2500000000 ns 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.366252000, lastModified=2022-07-06 18:36:52.245238000, delta=121014000 ns, racy<=2500000000 ns 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.367575000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.367575000, lastModified=2022-07-06 18:36:52.245238000, delta=122337000 ns, racy<=2500000000 ns 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.368703000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.367378000, lastModified=2022-07-06 18:36:51.244221000, delta=1123157000 ns, racy<=2500000000 ns 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.368867000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.368867000, lastModified=2022-07-06 18:36:51.244221000, delta=1124646000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.369118000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.368867000, lastModified=2022-07-06 18:36:51.244221000, delta=1124646000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.369244000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.369244000, lastModified=2022-07-06 18:36:51.244221000, delta=1125023000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.369118000, lastModified=2022-07-06 18:36:52.245238000, delta=123880000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.369417000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.369417000, lastModified=2022-07-06 18:36:52.245238000, delta=124179000 ns, racy<=2500000000 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.369566000, lastModified=2022-07-06 18:36:52.353240000, size=104, fileKey=(dev=10009e,ino=71715055) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.369653000, lastModified=2022-07-06 18:36:52.242238000, size=6, fileKey=(dev=10009e,ino=80759189) 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.369653000, lastModified=2022-07-06 18:36:52.242238000, delta=127415000 ns, racy<=4087500 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.369653000, lastModified=2022-07-06 18:36:52.242238000, delta=127415000 ns, racy<=4087500 ns 18:36:52.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.369653000, lastModified=2022-07-06 18:36:52.242238000, delta=127415000 ns, racy<=4087500 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.369653000, lastModified=2022-07-06 18:36:52.242238000, delta=127415000 ns, racy<=4087500 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.369244000, lastModified=2022-07-06 18:36:51.244221000, delta=1125023000 ns, racy<=2500000000 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.370413000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.370413000, lastModified=2022-07-06 18:36:51.244221000, delta=1126192000 ns, racy<=2500000000 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.367575000, lastModified=2022-07-06 18:36:52.245238000, delta=122337000 ns, racy<=2500000000 ns 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.370643000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.370643000, lastModified=2022-07-06 18:36:52.245238000, delta=125405000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.366954000, lastModified=2022-07-06 18:36:52.242238000, delta=124716000 ns, racy<=4087500 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/objects/pack, is unmodified 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.370413000, lastModified=2022-07-06 18:36:51.244221000, delta=1126192000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.371469000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.371469000, lastModified=2022-07-06 18:36:51.244221000, delta=1127248000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.370643000, lastModified=2022-07-06 18:36:52.245238000, delta=125405000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.371633000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.371633000, lastModified=2022-07-06 18:36:52.245238000, delta=126395000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.371469000, lastModified=2022-07-06 18:36:51.244221000, delta=1127248000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.371803000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.371803000, lastModified=2022-07-06 18:36:51.244221000, delta=1127582000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.371633000, lastModified=2022-07-06 18:36:52.245238000, delta=126395000 ns, racy<=2500000000 ns 18:36:52.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, is racily clean 18:36:52.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.371987000, lastModified=2022-07-06 18:36:52.245238000, size=78, fileKey=(dev=10009e,ino=71715053) 18:36:52.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2089972607109060713/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.371987000, lastModified=2022-07-06 18:36:52.245238000, delta=126749000 ns, racy<=2500000000 ns 18:36:52.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.371803000, lastModified=2022-07-06 18:36:51.244221000, delta=1127582000 ns, racy<=2500000000 ns 18:36:52.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.437 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.438008000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438008000, lastModified=2022-07-06 18:36:51.244221000, delta=1193787000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438008000, lastModified=2022-07-06 18:36:51.244221000, delta=1193787000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.438221000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438221000, lastModified=2022-07-06 18:36:51.244221000, delta=1194000000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438221000, lastModified=2022-07-06 18:36:51.244221000, delta=1194000000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.438464000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438464000, lastModified=2022-07-06 18:36:51.244221000, delta=1194243000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438464000, lastModified=2022-07-06 18:36:51.244221000, delta=1194243000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.438752000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438752000, lastModified=2022-07-06 18:36:51.244221000, delta=1194531000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.438752000, lastModified=2022-07-06 18:36:51.244221000, delta=1194531000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.439032000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439032000, lastModified=2022-07-06 18:36:51.244221000, delta=1194811000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439032000, lastModified=2022-07-06 18:36:51.244221000, delta=1194811000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.439422000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439422000, lastModified=2022-07-06 18:36:51.244221000, delta=1195201000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439422000, lastModified=2022-07-06 18:36:51.244221000, delta=1195201000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.439687000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439687000, lastModified=2022-07-06 18:36:51.244221000, delta=1195466000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.439687000, lastModified=2022-07-06 18:36:51.244221000, delta=1195466000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.440040000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440040000, lastModified=2022-07-06 18:36:51.244221000, delta=1195819000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440040000, lastModified=2022-07-06 18:36:51.244221000, delta=1195819000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.440579000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440579000, lastModified=2022-07-06 18:36:51.244221000, delta=1196358000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440579000, lastModified=2022-07-06 18:36:51.244221000, delta=1196358000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.440849000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440849000, lastModified=2022-07-06 18:36:51.244221000, delta=1196628000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.440849000, lastModified=2022-07-06 18:36:51.244221000, delta=1196628000 ns, racy<=2500000000 ns 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.441 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.441156000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.441156000, lastModified=2022-07-06 18:36:51.244221000, delta=1196935000 ns, racy<=2500000000 ns 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.438336000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612438336000 ns, racy<=2500000000 ns 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is unmodified 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.441371000, lastModified=2022-07-06 18:36:52.440242000, size=23, fileKey=(dev=10009e,ino=97520429) 18:36:52.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.441834000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442156000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.441156000, lastModified=2022-07-06 18:36:51.244221000, delta=1196935000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442329000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442329000, lastModified=2022-07-06 18:36:51.244221000, delta=1198108000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442431000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442329000, lastModified=2022-07-06 18:36:51.244221000, delta=1198108000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442531000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442531000, lastModified=2022-07-06 18:36:51.244221000, delta=1198310000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.442431000, lastModified=2022-07-06 18:36:52.440242000, delta=2189000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442637000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.442637000, lastModified=2022-07-06 18:36:52.440242000, delta=2395000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442531000, lastModified=2022-07-06 18:36:51.244221000, delta=1198310000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442812000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442812000, lastModified=2022-07-06 18:36:51.244221000, delta=1198591000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.442637000, lastModified=2022-07-06 18:36:52.440242000, delta=2395000 ns, racy<=2500000000 ns 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.442962000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.442962000, lastModified=2022-07-06 18:36:52.440242000, delta=2720000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443047000, lastModified=2022-07-06 18:36:52.440242000, size=23, fileKey=(dev=10009e,ino=97520429) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443474000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.442812000, lastModified=2022-07-06 18:36:51.244221000, delta=1198591000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443585000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.443585000, lastModified=2022-07-06 18:36:51.244221000, delta=1199364000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443682000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.443585000, lastModified=2022-07-06 18:36:51.244221000, delta=1199364000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.443 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443777000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.443777000, lastModified=2022-07-06 18:36:51.244221000, delta=1199556000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.443682000, lastModified=2022-07-06 18:36:52.440242000, delta=3440000 ns, racy<=2500000000 ns 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.443934000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.443934000, lastModified=2022-07-06 18:36:52.440242000, delta=3692000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.443777000, lastModified=2022-07-06 18:36:51.244221000, delta=1199556000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444159000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444159000, lastModified=2022-07-06 18:36:51.244221000, delta=1199938000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.443934000, lastModified=2022-07-06 18:36:52.440242000, delta=3692000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444290000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444290000, lastModified=2022-07-06 18:36:52.440242000, delta=4048000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444159000, lastModified=2022-07-06 18:36:51.244221000, delta=1199938000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444442000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444442000, lastModified=2022-07-06 18:36:51.244221000, delta=1200221000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444290000, lastModified=2022-07-06 18:36:52.440242000, delta=4048000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444548000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444548000, lastModified=2022-07-06 18:36:52.440242000, delta=4306000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444442000, lastModified=2022-07-06 18:36:51.244221000, delta=1200221000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444652000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444652000, lastModified=2022-07-06 18:36:51.244221000, delta=1200431000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444548000, lastModified=2022-07-06 18:36:52.440242000, delta=4306000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.444757000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444757000, lastModified=2022-07-06 18:36:52.440242000, delta=4515000 ns, racy<=2500000000 ns 18:36:52.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.444652000, lastModified=2022-07-06 18:36:51.244221000, delta=1200431000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.445035000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.445035000, lastModified=2022-07-06 18:36:51.244221000, delta=1200814000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.444757000, lastModified=2022-07-06 18:36:52.440242000, delta=4515000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.445147000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.445147000, lastModified=2022-07-06 18:36:52.440242000, delta=4905000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.445035000, lastModified=2022-07-06 18:36:51.244221000, delta=1200814000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.445288000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.445288000, lastModified=2022-07-06 18:36:51.244221000, delta=1201067000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.445147000, lastModified=2022-07-06 18:36:52.440242000, delta=4905000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.445399000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.445399000, lastModified=2022-07-06 18:36:52.440242000, delta=5157000 ns, racy<=2500000000 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, size=6, fileKey=(dev=10009e,ino=106956795) 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.445288000, lastModified=2022-07-06 18:36:51.244221000, delta=1201067000 ns, racy<=2500000000 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.446 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.446835000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.446835000, lastModified=2022-07-06 18:36:51.244221000, delta=1202614000 ns, racy<=2500000000 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.445399000, lastModified=2022-07-06 18:36:52.440242000, delta=5157000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447031000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447031000, lastModified=2022-07-06 18:36:52.440242000, delta=6789000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447101000, lastModified=2022-07-06 18:36:52.443242000, size=0, fileKey=(dev=10009e,ino=97520431) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.446835000, lastModified=2022-07-06 18:36:51.244221000, delta=1202614000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447153000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447153000, lastModified=2022-07-06 18:36:51.244221000, delta=1202932000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447031000, lastModified=2022-07-06 18:36:52.440242000, delta=6789000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447258000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447258000, lastModified=2022-07-06 18:36:52.440242000, delta=7016000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447356000, lastModified=2022-07-06 18:36:52.446242000, size=104, fileKey=(dev=10009e,ino=97520431) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447404000, lastModified=2022-07-06 18:36:52.446242000, size=104, fileKey=(dev=10009e,ino=97520431) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447153000, lastModified=2022-07-06 18:36:51.244221000, delta=1202932000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447464000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447464000, lastModified=2022-07-06 18:36:51.244221000, delta=1203243000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447258000, lastModified=2022-07-06 18:36:52.440242000, delta=7016000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447570000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447570000, lastModified=2022-07-06 18:36:52.440242000, delta=7328000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447701000, lastModified=2022-07-06 18:36:52.446242000, size=104, fileKey=(dev=10009e,ino=97520431) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447741000, lastModified=2022-07-06 18:36:52.446242000, size=104, fileKey=(dev=10009e,ino=97520431) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447831000, lastModified=2022-07-06 18:36:52.446242000, size=0, fileKey=(dev=10009e,ino=97520432) 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447464000, lastModified=2022-07-06 18:36:51.244221000, delta=1203243000 ns, racy<=2500000000 ns 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.447 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.447951000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447951000, lastModified=2022-07-06 18:36:51.244221000, delta=1203730000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.447570000, lastModified=2022-07-06 18:36:52.440242000, delta=7328000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.448225000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.448225000, lastModified=2022-07-06 18:36:52.440242000, delta=7983000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.448454000, lastModified=2022-07-06 18:36:52.447242000, size=104, fileKey=(dev=10009e,ino=97520432) 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.447951000, lastModified=2022-07-06 18:36:51.244221000, delta=1203730000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.448 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.448787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.448787000, lastModified=2022-07-06 18:36:51.244221000, delta=1204566000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.448225000, lastModified=2022-07-06 18:36:52.440242000, delta=7983000 ns, racy<=2500000000 ns 18:36:52.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.448966000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.448966000, lastModified=2022-07-06 18:36:52.440242000, delta=8724000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.448787000, lastModified=2022-07-06 18:36:51.244221000, delta=1204566000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449090000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449090000, lastModified=2022-07-06 18:36:51.244221000, delta=1204869000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.448966000, lastModified=2022-07-06 18:36:52.440242000, delta=8724000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449196000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449196000, lastModified=2022-07-06 18:36:52.440242000, delta=8954000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449090000, lastModified=2022-07-06 18:36:51.244221000, delta=1204869000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449309000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449309000, lastModified=2022-07-06 18:36:51.244221000, delta=1205088000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449196000, lastModified=2022-07-06 18:36:52.440242000, delta=8954000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449416000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449416000, lastModified=2022-07-06 18:36:52.440242000, delta=9174000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449309000, lastModified=2022-07-06 18:36:51.244221000, delta=1205088000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449503000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449503000, lastModified=2022-07-06 18:36:51.244221000, delta=1205282000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449416000, lastModified=2022-07-06 18:36:52.440242000, delta=9174000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449601000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449601000, lastModified=2022-07-06 18:36:52.440242000, delta=9359000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449680000, lastModified=2022-07-06 18:36:52.440242000, size=23, fileKey=(dev=10009e,ino=97520429) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449503000, lastModified=2022-07-06 18:36:51.244221000, delta=1205282000 ns, racy<=2500000000 ns 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.449872000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449872000, lastModified=2022-07-06 18:36:51.244221000, delta=1205651000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.449601000, lastModified=2022-07-06 18:36:52.440242000, delta=9359000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.450072000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.450072000, lastModified=2022-07-06 18:36:52.440242000, delta=9830000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.449680000, lastModified=2022-07-06 18:36:52.440242000, delta=9438000 ns, racy<=4087500 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, is unmodified 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.449872000, lastModified=2022-07-06 18:36:51.244221000, delta=1205651000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.450634000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.450634000, lastModified=2022-07-06 18:36:51.244221000, delta=1206413000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.450072000, lastModified=2022-07-06 18:36:52.440242000, delta=9830000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.450773000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.450773000, lastModified=2022-07-06 18:36:52.440242000, delta=10531000 ns, racy<=2500000000 ns 18:36:52.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.450948000, lastModified=2022-07-06 18:36:52.447242000, size=104, fileKey=(dev=10009e,ino=97520432) 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.450996000, lastModified=2022-07-06 18:36:52.447242000, size=104, fileKey=(dev=10009e,ino=97520432) 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.445574000, lastModified=2022-07-06 18:36:52.438242000, delta=7332000 ns, racy<=4087500 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.446117000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612446117000 ns, racy<=4087500 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/objects/pack/preserved, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.450634000, lastModified=2022-07-06 18:36:51.244221000, delta=1206413000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.452344000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.452344000, lastModified=2022-07-06 18:36:51.244221000, delta=1208123000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.450773000, lastModified=2022-07-06 18:36:52.440242000, delta=10531000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.452459000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.452459000, lastModified=2022-07-06 18:36:52.440242000, delta=12217000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.449680000, lastModified=2022-07-06 18:36:52.440242000, delta=9438000 ns, racy<=4087500 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/HEAD, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.452344000, lastModified=2022-07-06 18:36:51.244221000, delta=1208123000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.452679000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.452679000, lastModified=2022-07-06 18:36:51.244221000, delta=1208458000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.452459000, lastModified=2022-07-06 18:36:52.440242000, delta=12217000 ns, racy<=2500000000 ns 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.452797000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.452797000, lastModified=2022-07-06 18:36:52.440242000, delta=12555000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.452679000, lastModified=2022-07-06 18:36:51.244221000, delta=1208458000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.453109000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.453109000, lastModified=2022-07-06 18:36:51.244221000, delta=1208888000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.452797000, lastModified=2022-07-06 18:36:52.440242000, delta=12555000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.453223000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.453223000, lastModified=2022-07-06 18:36:52.440242000, delta=12981000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.453109000, lastModified=2022-07-06 18:36:51.244221000, delta=1208888000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.453734000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.453734000, lastModified=2022-07-06 18:36:51.244221000, delta=1209513000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.453223000, lastModified=2022-07-06 18:36:52.440242000, delta=12981000 ns, racy<=2500000000 ns 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.453851000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.453851000, lastModified=2022-07-06 18:36:52.440242000, delta=13609000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.453734000, lastModified=2022-07-06 18:36:51.244221000, delta=1209513000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454080000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454080000, lastModified=2022-07-06 18:36:51.244221000, delta=1209859000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.453851000, lastModified=2022-07-06 18:36:52.440242000, delta=13609000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454192000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454192000, lastModified=2022-07-06 18:36:52.440242000, delta=13950000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454080000, lastModified=2022-07-06 18:36:51.244221000, delta=1209859000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454325000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454325000, lastModified=2022-07-06 18:36:51.244221000, delta=1210104000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454192000, lastModified=2022-07-06 18:36:52.440242000, delta=13950000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454433000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454433000, lastModified=2022-07-06 18:36:52.440242000, delta=14191000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454325000, lastModified=2022-07-06 18:36:51.244221000, delta=1210104000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454524000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454524000, lastModified=2022-07-06 18:36:51.244221000, delta=1210303000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454433000, lastModified=2022-07-06 18:36:52.440242000, delta=14191000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454622000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454622000, lastModified=2022-07-06 18:36:52.440242000, delta=14380000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454524000, lastModified=2022-07-06 18:36:51.244221000, delta=1210303000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454754000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454754000, lastModified=2022-07-06 18:36:51.244221000, delta=1210533000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454622000, lastModified=2022-07-06 18:36:52.440242000, delta=14380000 ns, racy<=2500000000 ns 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.454862000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454862000, lastModified=2022-07-06 18:36:52.440242000, delta=14620000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.454754000, lastModified=2022-07-06 18:36:51.244221000, delta=1210533000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455027000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455027000, lastModified=2022-07-06 18:36:51.244221000, delta=1210806000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.454862000, lastModified=2022-07-06 18:36:52.440242000, delta=14620000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455137000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.455137000, lastModified=2022-07-06 18:36:52.440242000, delta=14895000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455238000, lastModified=2022-07-06 18:36:52.453242000, size=41, fileKey=(dev=10009e,ino=99618304) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455027000, lastModified=2022-07-06 18:36:51.244221000, delta=1210806000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455382000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455382000, lastModified=2022-07-06 18:36:51.244221000, delta=1211161000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.455137000, lastModified=2022-07-06 18:36:52.440242000, delta=14895000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455591000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.455591000, lastModified=2022-07-06 18:36:52.440242000, delta=15349000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455382000, lastModified=2022-07-06 18:36:51.244221000, delta=1211161000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455760000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455760000, lastModified=2022-07-06 18:36:51.244221000, delta=1211539000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.442962000, lastModified=2022-07-06 18:36:52.440242000, delta=2720000 ns, racy<=2500000000 ns 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.455873000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.455873000, lastModified=2022-07-06 18:36:52.440242000, delta=15631000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.456097000, lastModified=2022-07-06 18:36:52.453242000, size=41, fileKey=(dev=10009e,ino=99618304) 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.455760000, lastModified=2022-07-06 18:36:51.244221000, delta=1211539000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.456195000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.456195000, lastModified=2022-07-06 18:36:51.244221000, delta=1211974000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.455873000, lastModified=2022-07-06 18:36:52.440242000, delta=15631000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, is racily clean 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.456304000, lastModified=2022-07-06 18:36:52.440242000, size=78, fileKey=(dev=10009e,ino=97520430) 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.456304000, lastModified=2022-07-06 18:36:52.440242000, delta=16062000 ns, racy<=2500000000 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.456097000, lastModified=2022-07-06 18:36:52.453242000, delta=2855000 ns, racy<=4087500 ns 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master, is racily clean 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.456654000, lastModified=2022-07-06 18:36:52.453242000, size=41, fileKey=(dev=10009e,ino=99618304) 18:36:52.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11202499459707964850/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.456654000, lastModified=2022-07-06 18:36:52.453242000, delta=3412000 ns, racy<=4087500 ns 18:36:52.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.456195000, lastModified=2022-07-06 18:36:51.244221000, delta=1211974000 ns, racy<=2500000000 ns 18:36:52.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.457909000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.457909000, lastModified=2022-07-06 18:36:51.244221000, delta=1213688000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.457909000, lastModified=2022-07-06 18:36:51.244221000, delta=1213688000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.458117000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458117000, lastModified=2022-07-06 18:36:51.244221000, delta=1213896000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458117000, lastModified=2022-07-06 18:36:51.244221000, delta=1213896000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.458505000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458505000, lastModified=2022-07-06 18:36:51.244221000, delta=1214284000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458505000, lastModified=2022-07-06 18:36:51.244221000, delta=1214284000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.458835000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458835000, lastModified=2022-07-06 18:36:51.244221000, delta=1214614000 ns, racy<=2500000000 ns 18:36:52.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.458835000, lastModified=2022-07-06 18:36:51.244221000, delta=1214614000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.459168000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.459168000, lastModified=2022-07-06 18:36:51.244221000, delta=1214947000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.459168000, lastModified=2022-07-06 18:36:51.244221000, delta=1214947000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.459729000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.459729000, lastModified=2022-07-06 18:36:51.244221000, delta=1215508000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.459729000, lastModified=2022-07-06 18:36:51.244221000, delta=1215508000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.460 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.460224000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.460224000, lastModified=2022-07-06 18:36:51.244221000, delta=1216003000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.460224000, lastModified=2022-07-06 18:36:51.244221000, delta=1216003000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.460 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.460666000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.460666000, lastModified=2022-07-06 18:36:51.244221000, delta=1216445000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.460666000, lastModified=2022-07-06 18:36:51.244221000, delta=1216445000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.461384000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.461384000, lastModified=2022-07-06 18:36:51.244221000, delta=1217163000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.461384000, lastModified=2022-07-06 18:36:51.244221000, delta=1217163000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.461793000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.461793000, lastModified=2022-07-06 18:36:51.244221000, delta=1217572000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.461793000, lastModified=2022-07-06 18:36:51.244221000, delta=1217572000 ns, racy<=2500000000 ns 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.462232000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.462232000, lastModified=2022-07-06 18:36:51.244221000, delta=1218011000 ns, racy<=2500000000 ns 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.458322000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612458322000 ns, racy<=2500000000 ns 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is unmodified 18:36:52.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.462575000, lastModified=2022-07-06 18:36:52.461242000, size=23, fileKey=(dev=10009e,ino=114334065) 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.463095000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.463393000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.462232000, lastModified=2022-07-06 18:36:51.244221000, delta=1218011000 ns, racy<=2500000000 ns 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.463561000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.463561000, lastModified=2022-07-06 18:36:51.244221000, delta=1219340000 ns, racy<=2500000000 ns 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.463758000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.463561000, lastModified=2022-07-06 18:36:51.244221000, delta=1219340000 ns, racy<=2500000000 ns 18:36:52.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.463983000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.463983000, lastModified=2022-07-06 18:36:51.244221000, delta=1219762000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.463758000, lastModified=2022-07-06 18:36:52.462242000, delta=1516000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.464207000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.464207000, lastModified=2022-07-06 18:36:52.462242000, delta=1965000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.463983000, lastModified=2022-07-06 18:36:51.244221000, delta=1219762000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.464 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.464483000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.464483000, lastModified=2022-07-06 18:36:51.244221000, delta=1220262000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.464207000, lastModified=2022-07-06 18:36:52.462242000, delta=1965000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.464704000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.464704000, lastModified=2022-07-06 18:36:52.462242000, delta=2462000 ns, racy<=2500000000 ns 18:36:52.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.464859000, lastModified=2022-07-06 18:36:52.461242000, size=23, fileKey=(dev=10009e,ino=114334065) 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.465302000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.464483000, lastModified=2022-07-06 18:36:51.244221000, delta=1220262000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.465 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.465475000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.465475000, lastModified=2022-07-06 18:36:51.244221000, delta=1221254000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.465666000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.465475000, lastModified=2022-07-06 18:36:51.244221000, delta=1221254000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.465 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.465807000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.465807000, lastModified=2022-07-06 18:36:51.244221000, delta=1221586000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.465666000, lastModified=2022-07-06 18:36:52.462242000, delta=3424000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.466054000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.466054000, lastModified=2022-07-06 18:36:52.462242000, delta=3812000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.465807000, lastModified=2022-07-06 18:36:51.244221000, delta=1221586000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.466351000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.466351000, lastModified=2022-07-06 18:36:51.244221000, delta=1222130000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.466054000, lastModified=2022-07-06 18:36:52.462242000, delta=3812000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.466570000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.466570000, lastModified=2022-07-06 18:36:52.462242000, delta=4328000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.466351000, lastModified=2022-07-06 18:36:51.244221000, delta=1222130000 ns, racy<=2500000000 ns 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.466814000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.466814000, lastModified=2022-07-06 18:36:51.244221000, delta=1222593000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.466570000, lastModified=2022-07-06 18:36:52.462242000, delta=4328000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467056000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467056000, lastModified=2022-07-06 18:36:52.462242000, delta=4814000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.466814000, lastModified=2022-07-06 18:36:51.244221000, delta=1222593000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467167000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467167000, lastModified=2022-07-06 18:36:51.244221000, delta=1222946000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467056000, lastModified=2022-07-06 18:36:52.462242000, delta=4814000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467291000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467291000, lastModified=2022-07-06 18:36:52.462242000, delta=5049000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467167000, lastModified=2022-07-06 18:36:51.244221000, delta=1222946000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467488000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467488000, lastModified=2022-07-06 18:36:51.244221000, delta=1223267000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467291000, lastModified=2022-07-06 18:36:52.462242000, delta=5049000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467611000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467611000, lastModified=2022-07-06 18:36:52.462242000, delta=5369000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467488000, lastModified=2022-07-06 18:36:51.244221000, delta=1223267000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467764000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467764000, lastModified=2022-07-06 18:36:51.244221000, delta=1223543000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467611000, lastModified=2022-07-06 18:36:52.462242000, delta=5369000 ns, racy<=2500000000 ns 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.467879000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467879000, lastModified=2022-07-06 18:36:52.462242000, delta=5637000 ns, racy<=2500000000 ns 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, size=6, fileKey=(dev=10009e,ino=123736380) 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.467764000, lastModified=2022-07-06 18:36:51.244221000, delta=1223543000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.469461000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.469461000, lastModified=2022-07-06 18:36:51.244221000, delta=1225240000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.467879000, lastModified=2022-07-06 18:36:52.462242000, delta=5637000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.469619000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.469619000, lastModified=2022-07-06 18:36:52.462242000, delta=7377000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.469688000, lastModified=2022-07-06 18:36:52.465242000, size=0, fileKey=(dev=10009e,ino=114334067) 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.469461000, lastModified=2022-07-06 18:36:51.244221000, delta=1225240000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.469745000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.469745000, lastModified=2022-07-06 18:36:51.244221000, delta=1225524000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.469619000, lastModified=2022-07-06 18:36:52.462242000, delta=7377000 ns, racy<=2500000000 ns 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.469858000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.469858000, lastModified=2022-07-06 18:36:52.462242000, delta=7616000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470021000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334067) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470067000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334067) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.469745000, lastModified=2022-07-06 18:36:51.244221000, delta=1225524000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470122000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470122000, lastModified=2022-07-06 18:36:51.244221000, delta=1225901000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.469858000, lastModified=2022-07-06 18:36:52.462242000, delta=7616000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470233000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.470233000, lastModified=2022-07-06 18:36:52.462242000, delta=7991000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470371000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334067) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470412000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334067) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470495000, lastModified=2022-07-06 18:36:52.469242000, size=0, fileKey=(dev=10009e,ino=114334068) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470122000, lastModified=2022-07-06 18:36:51.244221000, delta=1225901000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470565000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470565000, lastModified=2022-07-06 18:36:51.244221000, delta=1226344000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.470233000, lastModified=2022-07-06 18:36:52.462242000, delta=7991000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470670000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.470670000, lastModified=2022-07-06 18:36:52.462242000, delta=8428000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470770000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470565000, lastModified=2022-07-06 18:36:51.244221000, delta=1226344000 ns, racy<=2500000000 ns 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.470960000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470960000, lastModified=2022-07-06 18:36:51.244221000, delta=1226739000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.470670000, lastModified=2022-07-06 18:36:52.462242000, delta=8428000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471104000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471104000, lastModified=2022-07-06 18:36:52.462242000, delta=8862000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.470960000, lastModified=2022-07-06 18:36:51.244221000, delta=1226739000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471190000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471190000, lastModified=2022-07-06 18:36:51.244221000, delta=1226969000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471104000, lastModified=2022-07-06 18:36:52.462242000, delta=8862000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471294000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471294000, lastModified=2022-07-06 18:36:52.462242000, delta=9052000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471190000, lastModified=2022-07-06 18:36:51.244221000, delta=1226969000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471401000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471401000, lastModified=2022-07-06 18:36:51.244221000, delta=1227180000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471294000, lastModified=2022-07-06 18:36:52.462242000, delta=9052000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471503000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471503000, lastModified=2022-07-06 18:36:52.462242000, delta=9261000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471401000, lastModified=2022-07-06 18:36:51.244221000, delta=1227180000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471585000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471585000, lastModified=2022-07-06 18:36:51.244221000, delta=1227364000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471503000, lastModified=2022-07-06 18:36:52.462242000, delta=9261000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471689000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471689000, lastModified=2022-07-06 18:36:52.462242000, delta=9447000 ns, racy<=2500000000 ns 18:36:52.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.471763000, lastModified=2022-07-06 18:36:52.461242000, size=23, fileKey=(dev=10009e,ino=114334065) 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.471585000, lastModified=2022-07-06 18:36:51.244221000, delta=1227364000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.472035000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.472035000, lastModified=2022-07-06 18:36:51.244221000, delta=1227814000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.471689000, lastModified=2022-07-06 18:36:52.462242000, delta=9447000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.472148000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.472148000, lastModified=2022-07-06 18:36:52.462242000, delta=9906000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.471763000, lastModified=2022-07-06 18:36:52.461242000, delta=10521000 ns, racy<=4087500 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, is unmodified 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.472035000, lastModified=2022-07-06 18:36:51.244221000, delta=1227814000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.472653000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.472653000, lastModified=2022-07-06 18:36:51.244221000, delta=1228432000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.472148000, lastModified=2022-07-06 18:36:52.462242000, delta=9906000 ns, racy<=2500000000 ns 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.472805000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.472805000, lastModified=2022-07-06 18:36:52.462242000, delta=10563000 ns, racy<=2500000000 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.473037000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.473080000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.468105000, lastModified=2022-07-06 18:36:52.458242000, delta=9863000 ns, racy<=4087500 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.468570000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612468570000 ns, racy<=4087500 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.472653000, lastModified=2022-07-06 18:36:51.244221000, delta=1228432000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.474351000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.474351000, lastModified=2022-07-06 18:36:51.244221000, delta=1230130000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.472805000, lastModified=2022-07-06 18:36:52.462242000, delta=10563000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.474486000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.474486000, lastModified=2022-07-06 18:36:52.462242000, delta=12244000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.471763000, lastModified=2022-07-06 18:36:52.461242000, delta=10521000 ns, racy<=4087500 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.474351000, lastModified=2022-07-06 18:36:51.244221000, delta=1230130000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.474758000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.474758000, lastModified=2022-07-06 18:36:51.244221000, delta=1230537000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.474486000, lastModified=2022-07-06 18:36:52.462242000, delta=12244000 ns, racy<=2500000000 ns 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.474920000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.474920000, lastModified=2022-07-06 18:36:52.462242000, delta=12678000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.474758000, lastModified=2022-07-06 18:36:51.244221000, delta=1230537000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.475141000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.475141000, lastModified=2022-07-06 18:36:51.244221000, delta=1230920000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.474920000, lastModified=2022-07-06 18:36:52.462242000, delta=12678000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.475278000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.475278000, lastModified=2022-07-06 18:36:52.462242000, delta=13036000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.475141000, lastModified=2022-07-06 18:36:51.244221000, delta=1230920000 ns, racy<=2500000000 ns 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.475815000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.475815000, lastModified=2022-07-06 18:36:51.244221000, delta=1231594000 ns, racy<=2500000000 ns 18:36:52.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.475278000, lastModified=2022-07-06 18:36:52.462242000, delta=13036000 ns, racy<=2500000000 ns 18:36:52.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.537030000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537030000, lastModified=2022-07-06 18:36:52.462242000, delta=74788000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.475815000, lastModified=2022-07-06 18:36:51.244221000, delta=1231594000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.537291000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.537291000, lastModified=2022-07-06 18:36:51.244221000, delta=1293070000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537030000, lastModified=2022-07-06 18:36:52.462242000, delta=74788000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.537504000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537504000, lastModified=2022-07-06 18:36:52.462242000, delta=75262000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.537291000, lastModified=2022-07-06 18:36:51.244221000, delta=1293070000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.537719000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.537719000, lastModified=2022-07-06 18:36:51.244221000, delta=1293498000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537504000, lastModified=2022-07-06 18:36:52.462242000, delta=75262000 ns, racy<=2500000000 ns 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.537982000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537982000, lastModified=2022-07-06 18:36:52.462242000, delta=75740000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.537719000, lastModified=2022-07-06 18:36:51.244221000, delta=1293498000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538101000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538101000, lastModified=2022-07-06 18:36:51.244221000, delta=1293880000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.537982000, lastModified=2022-07-06 18:36:52.462242000, delta=75740000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538213000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538213000, lastModified=2022-07-06 18:36:52.462242000, delta=75971000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538101000, lastModified=2022-07-06 18:36:51.244221000, delta=1293880000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538375000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538375000, lastModified=2022-07-06 18:36:51.244221000, delta=1294154000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538213000, lastModified=2022-07-06 18:36:52.462242000, delta=75971000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538486000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538486000, lastModified=2022-07-06 18:36:52.462242000, delta=76244000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538375000, lastModified=2022-07-06 18:36:51.244221000, delta=1294154000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538571000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538571000, lastModified=2022-07-06 18:36:51.244221000, delta=1294350000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538486000, lastModified=2022-07-06 18:36:52.462242000, delta=76244000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538675000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538675000, lastModified=2022-07-06 18:36:52.462242000, delta=76433000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538776000, lastModified=2022-07-06 18:36:52.536243000, size=41, fileKey=(dev=10009e,ino=116400745) 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538571000, lastModified=2022-07-06 18:36:51.244221000, delta=1294350000 ns, racy<=2500000000 ns 18:36:52.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.538981000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538981000, lastModified=2022-07-06 18:36:51.244221000, delta=1294760000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.538675000, lastModified=2022-07-06 18:36:52.462242000, delta=76433000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539117000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.539117000, lastModified=2022-07-06 18:36:52.462242000, delta=76875000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.538981000, lastModified=2022-07-06 18:36:51.244221000, delta=1294760000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539272000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.539272000, lastModified=2022-07-06 18:36:51.244221000, delta=1295051000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.464704000, lastModified=2022-07-06 18:36:52.462242000, delta=2462000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539381000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.539381000, lastModified=2022-07-06 18:36:52.462242000, delta=77139000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539455000, lastModified=2022-07-06 18:36:52.536243000, size=41, fileKey=(dev=10009e,ino=116400745) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.539272000, lastModified=2022-07-06 18:36:51.244221000, delta=1295051000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539545000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.539545000, lastModified=2022-07-06 18:36:51.244221000, delta=1295324000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.539381000, lastModified=2022-07-06 18:36:52.462242000, delta=77139000 ns, racy<=2500000000 ns 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.539640000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.539640000, lastModified=2022-07-06 18:36:52.462242000, delta=77398000 ns, racy<=2500000000 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.539455000, lastModified=2022-07-06 18:36:52.536243000, delta=3212000 ns, racy<=4087500 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, is racily clean 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.540074000, lastModified=2022-07-06 18:36:52.536243000, size=41, fileKey=(dev=10009e,ino=116400745) 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.540074000, lastModified=2022-07-06 18:36:52.536243000, delta=3831000 ns, racy<=4087500 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.540608000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.539545000, lastModified=2022-07-06 18:36:51.244221000, delta=1295324000 ns, racy<=2500000000 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.540731000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.540731000, lastModified=2022-07-06 18:36:51.244221000, delta=1296510000 ns, racy<=2500000000 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.540844000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.540731000, lastModified=2022-07-06 18:36:51.244221000, delta=1296510000 ns, racy<=2500000000 ns 18:36:52.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541035000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541035000, lastModified=2022-07-06 18:36:51.244221000, delta=1296814000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.540844000, lastModified=2022-07-06 18:36:52.462242000, delta=78602000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541155000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541155000, lastModified=2022-07-06 18:36:52.462242000, delta=78913000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541246000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541035000, lastModified=2022-07-06 18:36:51.244221000, delta=1296814000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541344000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541344000, lastModified=2022-07-06 18:36:51.244221000, delta=1297123000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541155000, lastModified=2022-07-06 18:36:52.462242000, delta=78913000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541449000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541449000, lastModified=2022-07-06 18:36:52.462242000, delta=79207000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541587000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541654000, lastModified=2022-07-06 18:36:52.469242000, size=104, fileKey=(dev=10009e,ino=114334068) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541344000, lastModified=2022-07-06 18:36:51.244221000, delta=1297123000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541714000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541714000, lastModified=2022-07-06 18:36:51.244221000, delta=1297493000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541449000, lastModified=2022-07-06 18:36:52.462242000, delta=79207000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.541820000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541820000, lastModified=2022-07-06 18:36:52.462242000, delta=79578000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.541714000, lastModified=2022-07-06 18:36:51.244221000, delta=1297493000 ns, racy<=2500000000 ns 18:36:52.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542017000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542017000, lastModified=2022-07-06 18:36:51.244221000, delta=1297796000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.541820000, lastModified=2022-07-06 18:36:52.462242000, delta=79578000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542130000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.542130000, lastModified=2022-07-06 18:36:52.462242000, delta=79888000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542017000, lastModified=2022-07-06 18:36:51.244221000, delta=1297796000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542379000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542379000, lastModified=2022-07-06 18:36:51.244221000, delta=1298158000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.542130000, lastModified=2022-07-06 18:36:52.462242000, delta=79888000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542492000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.542492000, lastModified=2022-07-06 18:36:52.462242000, delta=80250000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, size=6, fileKey=(dev=10009e,ino=123736380) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542379000, lastModified=2022-07-06 18:36:51.244221000, delta=1298158000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.542852000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542852000, lastModified=2022-07-06 18:36:51.244221000, delta=1298631000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.542492000, lastModified=2022-07-06 18:36:52.462242000, delta=80250000 ns, racy<=2500000000 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.543028000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.543028000, lastModified=2022-07-06 18:36:52.462242000, delta=80786000 ns, racy<=2500000000 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.543782000, lastModified=2022-07-06 18:36:52.540244000, size=0, fileKey=(dev=10009e,ino=114334069) 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.542852000, lastModified=2022-07-06 18:36:51.244221000, delta=1298631000 ns, racy<=2500000000 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.543852000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.543852000, lastModified=2022-07-06 18:36:51.244221000, delta=1299631000 ns, racy<=2500000000 ns 18:36:52.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.543028000, lastModified=2022-07-06 18:36:52.462242000, delta=80786000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544036000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544036000, lastModified=2022-07-06 18:36:52.462242000, delta=81794000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544141000, lastModified=2022-07-06 18:36:52.543244000, size=176, fileKey=(dev=10009e,ino=114334069) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544203000, lastModified=2022-07-06 18:36:52.543244000, size=176, fileKey=(dev=10009e,ino=114334069) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.543852000, lastModified=2022-07-06 18:36:51.244221000, delta=1299631000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544344000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544344000, lastModified=2022-07-06 18:36:51.244221000, delta=1300123000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544036000, lastModified=2022-07-06 18:36:52.462242000, delta=81794000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544459000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544459000, lastModified=2022-07-06 18:36:52.462242000, delta=82217000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544344000, lastModified=2022-07-06 18:36:51.244221000, delta=1300123000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544544000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544544000, lastModified=2022-07-06 18:36:51.244221000, delta=1300323000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544459000, lastModified=2022-07-06 18:36:52.462242000, delta=82217000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544650000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544650000, lastModified=2022-07-06 18:36:52.462242000, delta=82408000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544544000, lastModified=2022-07-06 18:36:51.244221000, delta=1300323000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544753000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544753000, lastModified=2022-07-06 18:36:51.244221000, delta=1300532000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544650000, lastModified=2022-07-06 18:36:52.462242000, delta=82408000 ns, racy<=2500000000 ns 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.544867000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544867000, lastModified=2022-07-06 18:36:52.462242000, delta=82625000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.544753000, lastModified=2022-07-06 18:36:51.244221000, delta=1300532000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545025000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.545025000, lastModified=2022-07-06 18:36:51.244221000, delta=1300804000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.544867000, lastModified=2022-07-06 18:36:52.462242000, delta=82625000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545130000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.545130000, lastModified=2022-07-06 18:36:52.462242000, delta=82888000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545204000, lastModified=2022-07-06 18:36:52.461242000, size=23, fileKey=(dev=10009e,ino=114334065) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545252000, lastModified=2022-07-06 18:36:52.536243000, size=41, fileKey=(dev=10009e,ino=116400745) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.545025000, lastModified=2022-07-06 18:36:51.244221000, delta=1300804000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545349000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.545349000, lastModified=2022-07-06 18:36:51.244221000, delta=1301128000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.545130000, lastModified=2022-07-06 18:36:52.462242000, delta=82888000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.545455000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.545455000, lastModified=2022-07-06 18:36:52.462242000, delta=83213000 ns, racy<=2500000000 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.545204000, lastModified=2022-07-06 18:36:52.461242000, delta=83962000 ns, racy<=4087500 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, is unmodified 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.545252000, lastModified=2022-07-06 18:36:52.536243000, delta=9009000 ns, racy<=4087500 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, is unmodified 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.545349000, lastModified=2022-07-06 18:36:51.244221000, delta=1301128000 ns, racy<=2500000000 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.546171000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.546171000, lastModified=2022-07-06 18:36:51.244221000, delta=1301950000 ns, racy<=2500000000 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.545455000, lastModified=2022-07-06 18:36:52.462242000, delta=83213000 ns, racy<=2500000000 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.546300000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.546300000, lastModified=2022-07-06 18:36:52.462242000, delta=84058000 ns, racy<=2500000000 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.546451000, lastModified=2022-07-06 18:36:52.543244000, size=176, fileKey=(dev=10009e,ino=114334069) 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.546494000, lastModified=2022-07-06 18:36:52.543244000, size=176, fileKey=(dev=10009e,ino=114334069) 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.542647000, lastModified=2022-07-06 18:36:52.458242000, delta=84405000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.543275000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612543275000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack/preserved, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.546171000, lastModified=2022-07-06 18:36:51.244221000, delta=1301950000 ns, racy<=2500000000 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.547647000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.547647000, lastModified=2022-07-06 18:36:51.244221000, delta=1303426000 ns, racy<=2500000000 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.546300000, lastModified=2022-07-06 18:36:52.462242000, delta=84058000 ns, racy<=2500000000 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.547787000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.547787000, lastModified=2022-07-06 18:36:52.462242000, delta=85545000 ns, racy<=2500000000 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.545204000, lastModified=2022-07-06 18:36:52.461242000, delta=83962000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/HEAD, is unmodified 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.545252000, lastModified=2022-07-06 18:36:52.536243000, delta=9009000 ns, racy<=4087500 ns 18:36:52.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, is unmodified 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.547647000, lastModified=2022-07-06 18:36:51.244221000, delta=1303426000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548092000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548092000, lastModified=2022-07-06 18:36:51.244221000, delta=1303871000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.547787000, lastModified=2022-07-06 18:36:52.462242000, delta=85545000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548218000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548218000, lastModified=2022-07-06 18:36:52.462242000, delta=85976000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.545252000, lastModified=2022-07-06 18:36:52.536243000, delta=9009000 ns, racy<=4087500 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, is unmodified 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548092000, lastModified=2022-07-06 18:36:51.244221000, delta=1303871000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548463000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548463000, lastModified=2022-07-06 18:36:51.244221000, delta=1304242000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548218000, lastModified=2022-07-06 18:36:52.462242000, delta=85976000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548585000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548585000, lastModified=2022-07-06 18:36:52.462242000, delta=86343000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548463000, lastModified=2022-07-06 18:36:51.244221000, delta=1304242000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548705000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548705000, lastModified=2022-07-06 18:36:51.244221000, delta=1304484000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548585000, lastModified=2022-07-06 18:36:52.462242000, delta=86343000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548815000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548815000, lastModified=2022-07-06 18:36:52.462242000, delta=86573000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548705000, lastModified=2022-07-06 18:36:51.244221000, delta=1304484000 ns, racy<=2500000000 ns 18:36:52.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.548993000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548993000, lastModified=2022-07-06 18:36:51.244221000, delta=1304772000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.548815000, lastModified=2022-07-06 18:36:52.462242000, delta=86573000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549107000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549107000, lastModified=2022-07-06 18:36:52.462242000, delta=86865000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.548993000, lastModified=2022-07-06 18:36:51.244221000, delta=1304772000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549200000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549200000, lastModified=2022-07-06 18:36:51.244221000, delta=1304979000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549107000, lastModified=2022-07-06 18:36:52.462242000, delta=86865000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549301000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549301000, lastModified=2022-07-06 18:36:52.462242000, delta=87059000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549200000, lastModified=2022-07-06 18:36:51.244221000, delta=1304979000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549394000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549394000, lastModified=2022-07-06 18:36:51.244221000, delta=1305173000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549301000, lastModified=2022-07-06 18:36:52.462242000, delta=87059000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549503000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549503000, lastModified=2022-07-06 18:36:52.462242000, delta=87261000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549394000, lastModified=2022-07-06 18:36:51.244221000, delta=1305173000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549625000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549625000, lastModified=2022-07-06 18:36:51.244221000, delta=1305404000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549503000, lastModified=2022-07-06 18:36:52.462242000, delta=87261000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549736000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549736000, lastModified=2022-07-06 18:36:52.462242000, delta=87494000 ns, racy<=2500000000 ns 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.549815000, lastModified=2022-07-06 18:36:52.547244000, size=41, fileKey=(dev=10009e,ino=116400752) 18:36:52.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.549625000, lastModified=2022-07-06 18:36:51.244221000, delta=1305404000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550030000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550030000, lastModified=2022-07-06 18:36:51.244221000, delta=1305809000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.549736000, lastModified=2022-07-06 18:36:52.462242000, delta=87494000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550145000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.550145000, lastModified=2022-07-06 18:36:52.462242000, delta=87903000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550030000, lastModified=2022-07-06 18:36:51.244221000, delta=1305809000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550287000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550287000, lastModified=2022-07-06 18:36:51.244221000, delta=1306066000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.539640000, lastModified=2022-07-06 18:36:52.462242000, delta=77398000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550404000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.550404000, lastModified=2022-07-06 18:36:52.462242000, delta=88162000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=116400745) to (dev=10009e,ino=116400752) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550505000, lastModified=2022-07-06 18:36:52.547244000, size=41, fileKey=(dev=10009e,ino=116400752) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550287000, lastModified=2022-07-06 18:36:51.244221000, delta=1306066000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550590000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550590000, lastModified=2022-07-06 18:36:51.244221000, delta=1306369000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.550404000, lastModified=2022-07-06 18:36:52.462242000, delta=88162000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550711000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.550711000, lastModified=2022-07-06 18:36:52.462242000, delta=88469000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.550505000, lastModified=2022-07-06 18:36:52.547244000, delta=3261000 ns, racy<=4087500 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550831000, lastModified=2022-07-06 18:36:52.547244000, size=41, fileKey=(dev=10009e,ino=116400752) 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.550831000, lastModified=2022-07-06 18:36:52.547244000, delta=3587000 ns, racy<=4087500 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550590000, lastModified=2022-07-06 18:36:51.244221000, delta=1306369000 ns, racy<=2500000000 ns 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.550972000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550972000, lastModified=2022-07-06 18:36:51.244221000, delta=1306751000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.550711000, lastModified=2022-07-06 18:36:52.462242000, delta=88469000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.551095000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.551095000, lastModified=2022-07-06 18:36:52.462242000, delta=88853000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.551550000, lastModified=2022-07-06 18:36:52.458242000, size=6, fileKey=(dev=10009e,ino=123736380) 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.551550000, lastModified=2022-07-06 18:36:52.458242000, delta=93308000 ns, racy<=4087500 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.550972000, lastModified=2022-07-06 18:36:51.244221000, delta=1306751000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.551815000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.551815000, lastModified=2022-07-06 18:36:51.244221000, delta=1307594000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.551095000, lastModified=2022-07-06 18:36:52.462242000, delta=88853000 ns, racy<=2500000000 ns 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.551950000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.551950000, lastModified=2022-07-06 18:36:52.462242000, delta=89708000 ns, racy<=2500000000 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.551550000, lastModified=2022-07-06 18:36:52.458242000, delta=93308000 ns, racy<=4087500 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.552574000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.551815000, lastModified=2022-07-06 18:36:51.244221000, delta=1307594000 ns, racy<=2500000000 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.552683000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.552683000, lastModified=2022-07-06 18:36:51.244221000, delta=1308462000 ns, racy<=2500000000 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.552777000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.552683000, lastModified=2022-07-06 18:36:51.244221000, delta=1308462000 ns, racy<=2500000000 ns 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.552876000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.552876000, lastModified=2022-07-06 18:36:51.244221000, delta=1308655000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.552777000, lastModified=2022-07-06 18:36:52.462242000, delta=90535000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.553046000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.553046000, lastModified=2022-07-06 18:36:52.462242000, delta=90804000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.553168000, lastModified=2022-07-06 18:36:52.543244000, size=176, fileKey=(dev=10009e,ino=114334069) 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.553235000, lastModified=2022-07-06 18:36:52.458242000, size=6, fileKey=(dev=10009e,ino=123736380) 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.553235000, lastModified=2022-07-06 18:36:52.458242000, delta=94993000 ns, racy<=4087500 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.553235000, lastModified=2022-07-06 18:36:52.458242000, delta=94993000 ns, racy<=4087500 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.552876000, lastModified=2022-07-06 18:36:51.244221000, delta=1308655000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.553533000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.553533000, lastModified=2022-07-06 18:36:51.244221000, delta=1309312000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.551950000, lastModified=2022-07-06 18:36:52.462242000, delta=89708000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.553663000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.553663000, lastModified=2022-07-06 18:36:52.462242000, delta=91421000 ns, racy<=2500000000 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.551550000, lastModified=2022-07-06 18:36:52.458242000, delta=93308000 ns, racy<=4087500 ns 18:36:52.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.551550000, lastModified=2022-07-06 18:36:52.458242000, delta=93308000 ns, racy<=4087500 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/objects/pack, is unmodified 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.553533000, lastModified=2022-07-06 18:36:51.244221000, delta=1309312000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.554151000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.554151000, lastModified=2022-07-06 18:36:51.244221000, delta=1309930000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.553663000, lastModified=2022-07-06 18:36:52.462242000, delta=91421000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.554270000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.554270000, lastModified=2022-07-06 18:36:52.462242000, delta=92028000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.554151000, lastModified=2022-07-06 18:36:51.244221000, delta=1309930000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.554386000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.554386000, lastModified=2022-07-06 18:36:51.244221000, delta=1310165000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.554270000, lastModified=2022-07-06 18:36:52.462242000, delta=92028000 ns, racy<=2500000000 ns 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, is racily clean 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.554501000, lastModified=2022-07-06 18:36:52.462242000, size=78, fileKey=(dev=10009e,ino=114334066) 18:36:52.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2339897529807459087/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.554501000, lastModified=2022-07-06 18:36:52.462242000, delta=92259000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.554386000, lastModified=2022-07-06 18:36:51.244221000, delta=1310165000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.556522000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556522000, lastModified=2022-07-06 18:36:51.244221000, delta=1312301000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556522000, lastModified=2022-07-06 18:36:51.244221000, delta=1312301000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.556692000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556692000, lastModified=2022-07-06 18:36:51.244221000, delta=1312471000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556692000, lastModified=2022-07-06 18:36:51.244221000, delta=1312471000 ns, racy<=2500000000 ns 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.556968000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556968000, lastModified=2022-07-06 18:36:51.244221000, delta=1312747000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.556968000, lastModified=2022-07-06 18:36:51.244221000, delta=1312747000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.557278000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557278000, lastModified=2022-07-06 18:36:51.244221000, delta=1313057000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557278000, lastModified=2022-07-06 18:36:51.244221000, delta=1313057000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.557485000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557485000, lastModified=2022-07-06 18:36:51.244221000, delta=1313264000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557485000, lastModified=2022-07-06 18:36:51.244221000, delta=1313264000 ns, racy<=2500000000 ns 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.557942000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557942000, lastModified=2022-07-06 18:36:51.244221000, delta=1313721000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.557942000, lastModified=2022-07-06 18:36:51.244221000, delta=1313721000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.558305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.558305000, lastModified=2022-07-06 18:36:51.244221000, delta=1314084000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.558305000, lastModified=2022-07-06 18:36:51.244221000, delta=1314084000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.558597000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.558597000, lastModified=2022-07-06 18:36:51.244221000, delta=1314376000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.558597000, lastModified=2022-07-06 18:36:51.244221000, delta=1314376000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.559218000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559218000, lastModified=2022-07-06 18:36:51.244221000, delta=1314997000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559218000, lastModified=2022-07-06 18:36:51.244221000, delta=1314997000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.559459000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559459000, lastModified=2022-07-06 18:36:51.244221000, delta=1315238000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559459000, lastModified=2022-07-06 18:36:51.244221000, delta=1315238000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.559705000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559705000, lastModified=2022-07-06 18:36:51.244221000, delta=1315484000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.556797000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612556797000 ns, racy<=2500000000 ns 18:36:52.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is unmodified 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.560025000, lastModified=2022-07-06 18:36:52.559244000, size=23, fileKey=(dev=10009e,ino=134218548) 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.560458000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.560713000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.559705000, lastModified=2022-07-06 18:36:51.244221000, delta=1315484000 ns, racy<=2500000000 ns 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.560825000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.560825000, lastModified=2022-07-06 18:36:51.244221000, delta=1316604000 ns, racy<=2500000000 ns 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561004000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.560825000, lastModified=2022-07-06 18:36:51.244221000, delta=1316604000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561126000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.561126000, lastModified=2022-07-06 18:36:51.244221000, delta=1316905000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.561004000, lastModified=2022-07-06 18:36:52.559244000, delta=1760000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561253000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.561253000, lastModified=2022-07-06 18:36:52.559244000, delta=2009000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.561126000, lastModified=2022-07-06 18:36:51.244221000, delta=1316905000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561431000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.561431000, lastModified=2022-07-06 18:36:51.244221000, delta=1317210000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.561253000, lastModified=2022-07-06 18:36:52.559244000, delta=2009000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561533000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.561533000, lastModified=2022-07-06 18:36:52.559244000, delta=2289000 ns, racy<=2500000000 ns 18:36:52.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.561625000, lastModified=2022-07-06 18:36:52.559244000, size=23, fileKey=(dev=10009e,ino=134218548) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562164000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.561431000, lastModified=2022-07-06 18:36:51.244221000, delta=1317210000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562300000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562300000, lastModified=2022-07-06 18:36:51.244221000, delta=1318079000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562400000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562300000, lastModified=2022-07-06 18:36:51.244221000, delta=1318079000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562496000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562496000, lastModified=2022-07-06 18:36:51.244221000, delta=1318275000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.562400000, lastModified=2022-07-06 18:36:52.559244000, delta=3156000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562616000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.562616000, lastModified=2022-07-06 18:36:52.559244000, delta=3372000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562496000, lastModified=2022-07-06 18:36:51.244221000, delta=1318275000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562812000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562812000, lastModified=2022-07-06 18:36:51.244221000, delta=1318591000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.562616000, lastModified=2022-07-06 18:36:52.559244000, delta=3372000 ns, racy<=2500000000 ns 18:36:52.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.562994000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.562994000, lastModified=2022-07-06 18:36:52.559244000, delta=3750000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.562812000, lastModified=2022-07-06 18:36:51.244221000, delta=1318591000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563155000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563155000, lastModified=2022-07-06 18:36:51.244221000, delta=1318934000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.562994000, lastModified=2022-07-06 18:36:52.559244000, delta=3750000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563310000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563310000, lastModified=2022-07-06 18:36:52.559244000, delta=4066000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563155000, lastModified=2022-07-06 18:36:51.244221000, delta=1318934000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563410000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563410000, lastModified=2022-07-06 18:36:51.244221000, delta=1319189000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563310000, lastModified=2022-07-06 18:36:52.559244000, delta=4066000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563516000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563516000, lastModified=2022-07-06 18:36:52.559244000, delta=4272000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563410000, lastModified=2022-07-06 18:36:51.244221000, delta=1319189000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563704000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563704000, lastModified=2022-07-06 18:36:51.244221000, delta=1319483000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563516000, lastModified=2022-07-06 18:36:52.559244000, delta=4272000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563816000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563816000, lastModified=2022-07-06 18:36:52.559244000, delta=4572000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563704000, lastModified=2022-07-06 18:36:51.244221000, delta=1319483000 ns, racy<=2500000000 ns 18:36:52.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.563994000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563994000, lastModified=2022-07-06 18:36:51.244221000, delta=1319773000 ns, racy<=2500000000 ns 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.563816000, lastModified=2022-07-06 18:36:52.559244000, delta=4572000 ns, racy<=2500000000 ns 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.564109000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.564109000, lastModified=2022-07-06 18:36:52.559244000, delta=4865000 ns, racy<=2500000000 ns 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, size=6, fileKey=(dev=10009e,ino=143660344) 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.563994000, lastModified=2022-07-06 18:36:51.244221000, delta=1319773000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.565656000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.565656000, lastModified=2022-07-06 18:36:51.244221000, delta=1321435000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.564109000, lastModified=2022-07-06 18:36:52.559244000, delta=4865000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.565792000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.565792000, lastModified=2022-07-06 18:36:52.559244000, delta=6548000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.565854000, lastModified=2022-07-06 18:36:52.562244000, size=0, fileKey=(dev=10009e,ino=134218550) 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.565656000, lastModified=2022-07-06 18:36:51.244221000, delta=1321435000 ns, racy<=2500000000 ns 18:36:52.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566025000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566025000, lastModified=2022-07-06 18:36:51.244221000, delta=1321804000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.565792000, lastModified=2022-07-06 18:36:52.559244000, delta=6548000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566165000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566165000, lastModified=2022-07-06 18:36:52.559244000, delta=6921000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566266000, lastModified=2022-07-06 18:36:52.565244000, size=104, fileKey=(dev=10009e,ino=134218550) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566314000, lastModified=2022-07-06 18:36:52.565244000, size=104, fileKey=(dev=10009e,ino=134218550) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566025000, lastModified=2022-07-06 18:36:51.244221000, delta=1321804000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566382000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566382000, lastModified=2022-07-06 18:36:51.244221000, delta=1322161000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566165000, lastModified=2022-07-06 18:36:52.559244000, delta=6921000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566492000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566492000, lastModified=2022-07-06 18:36:52.559244000, delta=7248000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566634000, lastModified=2022-07-06 18:36:52.565244000, size=104, fileKey=(dev=10009e,ino=134218550) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566675000, lastModified=2022-07-06 18:36:52.565244000, size=104, fileKey=(dev=10009e,ino=134218550) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566781000, lastModified=2022-07-06 18:36:52.565244000, size=0, fileKey=(dev=10009e,ino=134218551) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566382000, lastModified=2022-07-06 18:36:51.244221000, delta=1322161000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566824000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566824000, lastModified=2022-07-06 18:36:51.244221000, delta=1322603000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566492000, lastModified=2022-07-06 18:36:52.559244000, delta=7248000 ns, racy<=2500000000 ns 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.566959000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566959000, lastModified=2022-07-06 18:36:52.559244000, delta=7715000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567073000, lastModified=2022-07-06 18:36:52.566244000, size=104, fileKey=(dev=10009e,ino=134218551) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.566824000, lastModified=2022-07-06 18:36:51.244221000, delta=1322603000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567231000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567231000, lastModified=2022-07-06 18:36:51.244221000, delta=1323010000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.566959000, lastModified=2022-07-06 18:36:52.559244000, delta=7715000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567346000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567346000, lastModified=2022-07-06 18:36:52.559244000, delta=8102000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567231000, lastModified=2022-07-06 18:36:51.244221000, delta=1323010000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567441000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567441000, lastModified=2022-07-06 18:36:51.244221000, delta=1323220000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567346000, lastModified=2022-07-06 18:36:52.559244000, delta=8102000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567547000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567547000, lastModified=2022-07-06 18:36:52.559244000, delta=8303000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567441000, lastModified=2022-07-06 18:36:51.244221000, delta=1323220000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567656000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567656000, lastModified=2022-07-06 18:36:51.244221000, delta=1323435000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567547000, lastModified=2022-07-06 18:36:52.559244000, delta=8303000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567754000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567754000, lastModified=2022-07-06 18:36:52.559244000, delta=8510000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567656000, lastModified=2022-07-06 18:36:51.244221000, delta=1323435000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.567835000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567835000, lastModified=2022-07-06 18:36:51.244221000, delta=1323614000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.567754000, lastModified=2022-07-06 18:36:52.559244000, delta=8510000 ns, racy<=2500000000 ns 18:36:52.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.568001000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.568001000, lastModified=2022-07-06 18:36:52.559244000, delta=8757000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.568087000, lastModified=2022-07-06 18:36:52.559244000, size=23, fileKey=(dev=10009e,ino=134218548) 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.567835000, lastModified=2022-07-06 18:36:51.244221000, delta=1323614000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.568 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.568284000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.568284000, lastModified=2022-07-06 18:36:51.244221000, delta=1324063000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.568001000, lastModified=2022-07-06 18:36:52.559244000, delta=8757000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.568398000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.568398000, lastModified=2022-07-06 18:36:52.559244000, delta=9154000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.568087000, lastModified=2022-07-06 18:36:52.559244000, delta=8843000 ns, racy<=4087500 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, is unmodified 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.568284000, lastModified=2022-07-06 18:36:51.244221000, delta=1324063000 ns, racy<=2500000000 ns 18:36:52.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.568 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.569009000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.569009000, lastModified=2022-07-06 18:36:51.244221000, delta=1324788000 ns, racy<=2500000000 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.568398000, lastModified=2022-07-06 18:36:52.559244000, delta=9154000 ns, racy<=2500000000 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.569151000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.569151000, lastModified=2022-07-06 18:36:52.559244000, delta=9907000 ns, racy<=2500000000 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.569310000, lastModified=2022-07-06 18:36:52.566244000, size=104, fileKey=(dev=10009e,ino=134218551) 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.569352000, lastModified=2022-07-06 18:36:52.566244000, size=104, fileKey=(dev=10009e,ino=134218551) 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.564259000, lastModified=2022-07-06 18:36:52.556244000, delta=8015000 ns, racy<=4087500 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.564720000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612564720000 ns, racy<=4087500 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack/preserved, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.569009000, lastModified=2022-07-06 18:36:51.244221000, delta=1324788000 ns, racy<=2500000000 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.570550000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.570550000, lastModified=2022-07-06 18:36:51.244221000, delta=1326329000 ns, racy<=2500000000 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.569151000, lastModified=2022-07-06 18:36:52.559244000, delta=9907000 ns, racy<=2500000000 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.570685000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.570685000, lastModified=2022-07-06 18:36:52.559244000, delta=11441000 ns, racy<=2500000000 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.568087000, lastModified=2022-07-06 18:36:52.559244000, delta=8843000 ns, racy<=4087500 ns 18:36:52.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/HEAD, is unmodified 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.570550000, lastModified=2022-07-06 18:36:51.244221000, delta=1326329000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.571073000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.571073000, lastModified=2022-07-06 18:36:51.244221000, delta=1326852000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.570685000, lastModified=2022-07-06 18:36:52.559244000, delta=11441000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.571215000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.571215000, lastModified=2022-07-06 18:36:52.559244000, delta=11971000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.571073000, lastModified=2022-07-06 18:36:51.244221000, delta=1326852000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.571432000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.571432000, lastModified=2022-07-06 18:36:51.244221000, delta=1327211000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.571215000, lastModified=2022-07-06 18:36:52.559244000, delta=11971000 ns, racy<=2500000000 ns 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.571572000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.571572000, lastModified=2022-07-06 18:36:52.559244000, delta=12328000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.571432000, lastModified=2022-07-06 18:36:51.244221000, delta=1327211000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572137000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572137000, lastModified=2022-07-06 18:36:51.244221000, delta=1327916000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.571572000, lastModified=2022-07-06 18:36:52.559244000, delta=12328000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572269000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572269000, lastModified=2022-07-06 18:36:52.559244000, delta=13025000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572137000, lastModified=2022-07-06 18:36:51.244221000, delta=1327916000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572398000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572398000, lastModified=2022-07-06 18:36:51.244221000, delta=1328177000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572269000, lastModified=2022-07-06 18:36:52.559244000, delta=13025000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572541000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572541000, lastModified=2022-07-06 18:36:52.559244000, delta=13297000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572398000, lastModified=2022-07-06 18:36:51.244221000, delta=1328177000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572687000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572687000, lastModified=2022-07-06 18:36:51.244221000, delta=1328466000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572541000, lastModified=2022-07-06 18:36:52.559244000, delta=13297000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572823000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572823000, lastModified=2022-07-06 18:36:52.559244000, delta=13579000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572687000, lastModified=2022-07-06 18:36:51.244221000, delta=1328466000 ns, racy<=2500000000 ns 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.572943000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572943000, lastModified=2022-07-06 18:36:51.244221000, delta=1328722000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.572823000, lastModified=2022-07-06 18:36:52.559244000, delta=13579000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573073000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573073000, lastModified=2022-07-06 18:36:52.559244000, delta=13829000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.572943000, lastModified=2022-07-06 18:36:51.244221000, delta=1328722000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573217000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573217000, lastModified=2022-07-06 18:36:51.244221000, delta=1328996000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573073000, lastModified=2022-07-06 18:36:52.559244000, delta=13829000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573354000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573354000, lastModified=2022-07-06 18:36:52.559244000, delta=14110000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573217000, lastModified=2022-07-06 18:36:51.244221000, delta=1328996000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573458000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573458000, lastModified=2022-07-06 18:36:51.244221000, delta=1329237000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573354000, lastModified=2022-07-06 18:36:52.559244000, delta=14110000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573592000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573592000, lastModified=2022-07-06 18:36:52.559244000, delta=14348000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573701000, lastModified=2022-07-06 18:36:52.571244000, size=41, fileKey=(dev=10009e,ino=136317791) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573458000, lastModified=2022-07-06 18:36:51.244221000, delta=1329237000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.573840000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573840000, lastModified=2022-07-06 18:36:51.244221000, delta=1329619000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.573592000, lastModified=2022-07-06 18:36:52.559244000, delta=14348000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574015000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.574015000, lastModified=2022-07-06 18:36:52.559244000, delta=14771000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.573840000, lastModified=2022-07-06 18:36:51.244221000, delta=1329619000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574184000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.574184000, lastModified=2022-07-06 18:36:51.244221000, delta=1329963000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.561533000, lastModified=2022-07-06 18:36:52.559244000, delta=2289000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574330000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.574330000, lastModified=2022-07-06 18:36:52.559244000, delta=15086000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574431000, lastModified=2022-07-06 18:36:52.571244000, size=41, fileKey=(dev=10009e,ino=136317791) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.574184000, lastModified=2022-07-06 18:36:51.244221000, delta=1329963000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574525000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.574525000, lastModified=2022-07-06 18:36:51.244221000, delta=1330304000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.574330000, lastModified=2022-07-06 18:36:52.559244000, delta=15086000 ns, racy<=2500000000 ns 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.574673000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.574673000, lastModified=2022-07-06 18:36:52.559244000, delta=15429000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.574431000, lastModified=2022-07-06 18:36:52.571244000, delta=3187000 ns, racy<=4087500 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, is racily clean 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.637081000, lastModified=2022-07-06 18:36:52.571244000, size=41, fileKey=(dev=10009e,ino=136317791) 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.637081000, lastModified=2022-07-06 18:36:52.571244000, delta=65837000 ns, racy<=4087500 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.574525000, lastModified=2022-07-06 18:36:51.244221000, delta=1330304000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.637 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.637421000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.637421000, lastModified=2022-07-06 18:36:51.244221000, delta=1393200000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.574673000, lastModified=2022-07-06 18:36:52.559244000, delta=15429000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.637693000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.637693000, lastModified=2022-07-06 18:36:52.559244000, delta=78449000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, cannot be racily clean 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.637421000, lastModified=2022-07-06 18:36:51.244221000, delta=1393200000 ns, racy<=2500000000 ns 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.637 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.637893000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.637893000, lastModified=2022-07-06 18:36:51.244221000, delta=1393672000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.637693000, lastModified=2022-07-06 18:36:52.559244000, delta=78449000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.638071000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.638071000, lastModified=2022-07-06 18:36:52.559244000, delta=78827000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/refs/heads/master, cannot be racily clean 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.637893000, lastModified=2022-07-06 18:36:51.244221000, delta=1393672000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.638286000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.638286000, lastModified=2022-07-06 18:36:51.244221000, delta=1394065000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.638071000, lastModified=2022-07-06 18:36:52.559244000, delta=78827000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.638407000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.638407000, lastModified=2022-07-06 18:36:52.559244000, delta=79163000 ns, racy<=2500000000 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.638905000, lastModified=2022-07-06 18:36:52.556244000, size=6, fileKey=(dev=10009e,ino=143660344) 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.638905000, lastModified=2022-07-06 18:36:52.556244000, delta=82661000 ns, racy<=4087500 ns 18:36:52.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.638286000, lastModified=2022-07-06 18:36:51.244221000, delta=1394065000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.639176000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.639176000, lastModified=2022-07-06 18:36:51.244221000, delta=1394955000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.638407000, lastModified=2022-07-06 18:36:52.559244000, delta=79163000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.639301000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.639301000, lastModified=2022-07-06 18:36:52.559244000, delta=80057000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.639785000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.639176000, lastModified=2022-07-06 18:36:51.244221000, delta=1394955000 ns, racy<=2500000000 ns 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.639964000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.639964000, lastModified=2022-07-06 18:36:51.244221000, delta=1395743000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.640083000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.639964000, lastModified=2022-07-06 18:36:51.244221000, delta=1395743000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.640169000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.640169000, lastModified=2022-07-06 18:36:51.244221000, delta=1395948000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.640083000, lastModified=2022-07-06 18:36:52.559244000, delta=80839000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, is racily clean 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.640278000, lastModified=2022-07-06 18:36:52.559244000, size=78, fileKey=(dev=10009e,ino=134218549) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.640278000, lastModified=2022-07-06 18:36:52.559244000, delta=81034000 ns, racy<=2500000000 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.640362000, lastModified=2022-07-06 18:36:52.566244000, size=104, fileKey=(dev=10009e,ino=134218551) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.640416000, lastModified=2022-07-06 18:36:52.556244000, size=6, fileKey=(dev=10009e,ino=143660344) 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.640416000, lastModified=2022-07-06 18:36:52.556244000, delta=84172000 ns, racy<=4087500 ns 18:36:52.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4725664560712309154/.git/objects/pack, is unmodified 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.640169000, lastModified=2022-07-06 18:36:51.244221000, delta=1395948000 ns, racy<=2500000000 ns 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.641710000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.641710000, lastModified=2022-07-06 18:36:51.244221000, delta=1397489000 ns, racy<=2500000000 ns 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.641710000, lastModified=2022-07-06 18:36:51.244221000, delta=1397489000 ns, racy<=2500000000 ns 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.641848000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.641848000, lastModified=2022-07-06 18:36:51.244221000, delta=1397627000 ns, racy<=2500000000 ns 18:36:52.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.641848000, lastModified=2022-07-06 18:36:51.244221000, delta=1397627000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.642169000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642169000, lastModified=2022-07-06 18:36:51.244221000, delta=1397948000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642169000, lastModified=2022-07-06 18:36:51.244221000, delta=1397948000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.642401000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642401000, lastModified=2022-07-06 18:36:51.244221000, delta=1398180000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642401000, lastModified=2022-07-06 18:36:51.244221000, delta=1398180000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.642640000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642640000, lastModified=2022-07-06 18:36:51.244221000, delta=1398419000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.642640000, lastModified=2022-07-06 18:36:51.244221000, delta=1398419000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.643145000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643145000, lastModified=2022-07-06 18:36:51.244221000, delta=1398924000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643145000, lastModified=2022-07-06 18:36:51.244221000, delta=1398924000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.643466000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643466000, lastModified=2022-07-06 18:36:51.244221000, delta=1399245000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643466000, lastModified=2022-07-06 18:36:51.244221000, delta=1399245000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.643731000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643731000, lastModified=2022-07-06 18:36:51.244221000, delta=1399510000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.643731000, lastModified=2022-07-06 18:36:51.244221000, delta=1399510000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.644300000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644300000, lastModified=2022-07-06 18:36:51.244221000, delta=1400079000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644300000, lastModified=2022-07-06 18:36:51.244221000, delta=1400079000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.644551000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644551000, lastModified=2022-07-06 18:36:51.244221000, delta=1400330000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644551000, lastModified=2022-07-06 18:36:51.244221000, delta=1400330000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.644802000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644802000, lastModified=2022-07-06 18:36:51.244221000, delta=1400581000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.642016000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612642016000 ns, racy<=2500000000 ns 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is unmodified 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.645088000, lastModified=2022-07-06 18:36:52.644245000, size=23, fileKey=(dev=10009e,ino=150997755) 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.645533000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.645776000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.644802000, lastModified=2022-07-06 18:36:51.244221000, delta=1400581000 ns, racy<=2500000000 ns 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.645874000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.645874000, lastModified=2022-07-06 18:36:51.244221000, delta=1401653000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646091000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.645874000, lastModified=2022-07-06 18:36:51.244221000, delta=1401653000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646195000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.646195000, lastModified=2022-07-06 18:36:51.244221000, delta=1401974000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.646091000, lastModified=2022-07-06 18:36:52.644245000, delta=1846000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646309000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.646309000, lastModified=2022-07-06 18:36:52.644245000, delta=2064000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.646195000, lastModified=2022-07-06 18:36:51.244221000, delta=1401974000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646472000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.646472000, lastModified=2022-07-06 18:36:51.244221000, delta=1402251000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.646309000, lastModified=2022-07-06 18:36:52.644245000, delta=2064000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646589000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.646589000, lastModified=2022-07-06 18:36:52.644245000, delta=2344000 ns, racy<=2500000000 ns 18:36:52.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.646664000, lastModified=2022-07-06 18:36:52.644245000, size=23, fileKey=(dev=10009e,ino=150997755) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647121000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.646472000, lastModified=2022-07-06 18:36:51.244221000, delta=1402251000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647228000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647228000, lastModified=2022-07-06 18:36:51.244221000, delta=1403007000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647322000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647228000, lastModified=2022-07-06 18:36:51.244221000, delta=1403007000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647414000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647414000, lastModified=2022-07-06 18:36:51.244221000, delta=1403193000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.647322000, lastModified=2022-07-06 18:36:52.644245000, delta=3077000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647521000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.647521000, lastModified=2022-07-06 18:36:52.644245000, delta=3276000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647414000, lastModified=2022-07-06 18:36:51.244221000, delta=1403193000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647707000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647707000, lastModified=2022-07-06 18:36:51.244221000, delta=1403486000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.647521000, lastModified=2022-07-06 18:36:52.644245000, delta=3276000 ns, racy<=2500000000 ns 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.647835000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.647835000, lastModified=2022-07-06 18:36:52.644245000, delta=3590000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.647707000, lastModified=2022-07-06 18:36:51.244221000, delta=1403486000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.648244000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.648244000, lastModified=2022-07-06 18:36:51.244221000, delta=1404023000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.647835000, lastModified=2022-07-06 18:36:52.644245000, delta=3590000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.648464000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.648464000, lastModified=2022-07-06 18:36:52.644245000, delta=4219000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.648244000, lastModified=2022-07-06 18:36:51.244221000, delta=1404023000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.648726000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.648726000, lastModified=2022-07-06 18:36:51.244221000, delta=1404505000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.648464000, lastModified=2022-07-06 18:36:52.644245000, delta=4219000 ns, racy<=2500000000 ns 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.648852000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.648852000, lastModified=2022-07-06 18:36:52.644245000, delta=4607000 ns, racy<=2500000000 ns 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.648726000, lastModified=2022-07-06 18:36:51.244221000, delta=1404505000 ns, racy<=2500000000 ns 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.649 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.649284000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.649284000, lastModified=2022-07-06 18:36:51.244221000, delta=1405063000 ns, racy<=2500000000 ns 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.648852000, lastModified=2022-07-06 18:36:52.644245000, delta=4607000 ns, racy<=2500000000 ns 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.649730000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.649730000, lastModified=2022-07-06 18:36:52.644245000, delta=5485000 ns, racy<=2500000000 ns 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.649284000, lastModified=2022-07-06 18:36:51.244221000, delta=1405063000 ns, racy<=2500000000 ns 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.650394000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.650394000, lastModified=2022-07-06 18:36:51.244221000, delta=1406173000 ns, racy<=2500000000 ns 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.649730000, lastModified=2022-07-06 18:36:52.644245000, delta=5485000 ns, racy<=2500000000 ns 18:36:52.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.650840000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.650840000, lastModified=2022-07-06 18:36:52.644245000, delta=6595000 ns, racy<=2500000000 ns 18:36:52.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, size=6, fileKey=(dev=10009e,ino=160486446) 18:36:52.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.650394000, lastModified=2022-07-06 18:36:51.244221000, delta=1406173000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653373000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.653373000, lastModified=2022-07-06 18:36:51.244221000, delta=1409152000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.650840000, lastModified=2022-07-06 18:36:52.644245000, delta=6595000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653500000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.653500000, lastModified=2022-07-06 18:36:52.644245000, delta=9255000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653562000, lastModified=2022-07-06 18:36:52.647245000, size=0, fileKey=(dev=10009e,ino=150997757) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.653373000, lastModified=2022-07-06 18:36:51.244221000, delta=1409152000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653618000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.653618000, lastModified=2022-07-06 18:36:51.244221000, delta=1409397000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.653500000, lastModified=2022-07-06 18:36:52.644245000, delta=9255000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653732000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.653732000, lastModified=2022-07-06 18:36:52.644245000, delta=9487000 ns, racy<=2500000000 ns 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653826000, lastModified=2022-07-06 18:36:52.652245000, size=104, fileKey=(dev=10009e,ino=150997757) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.653874000, lastModified=2022-07-06 18:36:52.652245000, size=104, fileKey=(dev=10009e,ino=150997757) 18:36:52.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.653618000, lastModified=2022-07-06 18:36:51.244221000, delta=1409397000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654017000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654017000, lastModified=2022-07-06 18:36:51.244221000, delta=1409796000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.653732000, lastModified=2022-07-06 18:36:52.644245000, delta=9487000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654116000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654116000, lastModified=2022-07-06 18:36:52.644245000, delta=9871000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654251000, lastModified=2022-07-06 18:36:52.652245000, size=104, fileKey=(dev=10009e,ino=150997757) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654293000, lastModified=2022-07-06 18:36:52.652245000, size=104, fileKey=(dev=10009e,ino=150997757) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654358000, lastModified=2022-07-06 18:36:52.653245000, size=0, fileKey=(dev=10009e,ino=150997758) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654017000, lastModified=2022-07-06 18:36:51.244221000, delta=1409796000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654413000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654413000, lastModified=2022-07-06 18:36:51.244221000, delta=1410192000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654116000, lastModified=2022-07-06 18:36:52.644245000, delta=9871000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654518000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654518000, lastModified=2022-07-06 18:36:52.644245000, delta=10273000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654603000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654413000, lastModified=2022-07-06 18:36:51.244221000, delta=1410192000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654759000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654759000, lastModified=2022-07-06 18:36:51.244221000, delta=1410538000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654518000, lastModified=2022-07-06 18:36:52.644245000, delta=10273000 ns, racy<=2500000000 ns 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.654879000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654879000, lastModified=2022-07-06 18:36:52.644245000, delta=10634000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.654759000, lastModified=2022-07-06 18:36:51.244221000, delta=1410538000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655050000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655050000, lastModified=2022-07-06 18:36:51.244221000, delta=1410829000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.654879000, lastModified=2022-07-06 18:36:52.644245000, delta=10634000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655158000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655158000, lastModified=2022-07-06 18:36:52.644245000, delta=10913000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655050000, lastModified=2022-07-06 18:36:51.244221000, delta=1410829000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655299000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655299000, lastModified=2022-07-06 18:36:51.244221000, delta=1411078000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655158000, lastModified=2022-07-06 18:36:52.644245000, delta=10913000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655400000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655400000, lastModified=2022-07-06 18:36:52.644245000, delta=11155000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655299000, lastModified=2022-07-06 18:36:51.244221000, delta=1411078000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655518000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655518000, lastModified=2022-07-06 18:36:51.244221000, delta=1411297000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655400000, lastModified=2022-07-06 18:36:52.644245000, delta=11155000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655624000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655624000, lastModified=2022-07-06 18:36:52.644245000, delta=11379000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655691000, lastModified=2022-07-06 18:36:52.644245000, size=23, fileKey=(dev=10009e,ino=150997755) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655518000, lastModified=2022-07-06 18:36:51.244221000, delta=1411297000 ns, racy<=2500000000 ns 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.655873000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655873000, lastModified=2022-07-06 18:36:51.244221000, delta=1411652000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.655624000, lastModified=2022-07-06 18:36:52.644245000, delta=11379000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.656094000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.656094000, lastModified=2022-07-06 18:36:52.644245000, delta=11849000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.655691000, lastModified=2022-07-06 18:36:52.644245000, delta=11446000 ns, racy<=4087500 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, is unmodified 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.655873000, lastModified=2022-07-06 18:36:51.244221000, delta=1411652000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.656 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.656571000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.656571000, lastModified=2022-07-06 18:36:51.244221000, delta=1412350000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.656094000, lastModified=2022-07-06 18:36:52.644245000, delta=11849000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.656688000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.656688000, lastModified=2022-07-06 18:36:52.644245000, delta=12443000 ns, racy<=2500000000 ns 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.656844000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.656927000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.651507000, lastModified=2022-07-06 18:36:52.642245000, delta=9262000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.652476000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612652476000 ns, racy<=4087500 ns 18:36:52.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.656571000, lastModified=2022-07-06 18:36:51.244221000, delta=1412350000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.658152000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658152000, lastModified=2022-07-06 18:36:51.244221000, delta=1413931000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.656688000, lastModified=2022-07-06 18:36:52.644245000, delta=12443000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.658273000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.658273000, lastModified=2022-07-06 18:36:52.644245000, delta=14028000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.655691000, lastModified=2022-07-06 18:36:52.644245000, delta=11446000 ns, racy<=4087500 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, is unmodified 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658152000, lastModified=2022-07-06 18:36:51.244221000, delta=1413931000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.658547000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658547000, lastModified=2022-07-06 18:36:51.244221000, delta=1414326000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.658273000, lastModified=2022-07-06 18:36:52.644245000, delta=14028000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.658663000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.658663000, lastModified=2022-07-06 18:36:52.644245000, delta=14418000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658547000, lastModified=2022-07-06 18:36:51.244221000, delta=1414326000 ns, racy<=2500000000 ns 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.658862000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658862000, lastModified=2022-07-06 18:36:51.244221000, delta=1414641000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.658663000, lastModified=2022-07-06 18:36:52.644245000, delta=14418000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.659055000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.659055000, lastModified=2022-07-06 18:36:52.644245000, delta=14810000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.658862000, lastModified=2022-07-06 18:36:51.244221000, delta=1414641000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.659591000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.659591000, lastModified=2022-07-06 18:36:51.244221000, delta=1415370000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.659055000, lastModified=2022-07-06 18:36:52.644245000, delta=14810000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.659712000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.659712000, lastModified=2022-07-06 18:36:52.644245000, delta=15467000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.659591000, lastModified=2022-07-06 18:36:51.244221000, delta=1415370000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.659830000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.659830000, lastModified=2022-07-06 18:36:51.244221000, delta=1415609000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.659712000, lastModified=2022-07-06 18:36:52.644245000, delta=15467000 ns, racy<=2500000000 ns 18:36:52.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660002000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660002000, lastModified=2022-07-06 18:36:52.644245000, delta=15757000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.659830000, lastModified=2022-07-06 18:36:51.244221000, delta=1415609000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660130000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660130000, lastModified=2022-07-06 18:36:51.244221000, delta=1415909000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660002000, lastModified=2022-07-06 18:36:52.644245000, delta=15757000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660232000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660232000, lastModified=2022-07-06 18:36:52.644245000, delta=15987000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660130000, lastModified=2022-07-06 18:36:51.244221000, delta=1415909000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660324000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660324000, lastModified=2022-07-06 18:36:51.244221000, delta=1416103000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660232000, lastModified=2022-07-06 18:36:52.644245000, delta=15987000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660426000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660426000, lastModified=2022-07-06 18:36:52.644245000, delta=16181000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660324000, lastModified=2022-07-06 18:36:51.244221000, delta=1416103000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660564000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660564000, lastModified=2022-07-06 18:36:51.244221000, delta=1416343000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660426000, lastModified=2022-07-06 18:36:52.644245000, delta=16181000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660679000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660679000, lastModified=2022-07-06 18:36:52.644245000, delta=16434000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660564000, lastModified=2022-07-06 18:36:51.244221000, delta=1416343000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660764000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660764000, lastModified=2022-07-06 18:36:51.244221000, delta=1416543000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660679000, lastModified=2022-07-06 18:36:52.644245000, delta=16434000 ns, racy<=2500000000 ns 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.660878000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660878000, lastModified=2022-07-06 18:36:52.644245000, delta=16633000 ns, racy<=2500000000 ns 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.661036000, lastModified=2022-07-06 18:36:52.658246000, size=41, fileKey=(dev=10009e,ino=153142797) 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.660764000, lastModified=2022-07-06 18:36:51.244221000, delta=1416543000 ns, racy<=2500000000 ns 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.661 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.661244000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.661244000, lastModified=2022-07-06 18:36:51.244221000, delta=1417023000 ns, racy<=2500000000 ns 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.660878000, lastModified=2022-07-06 18:36:52.644245000, delta=16633000 ns, racy<=2500000000 ns 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.661359000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.661359000, lastModified=2022-07-06 18:36:52.644245000, delta=17114000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.661984000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.661244000, lastModified=2022-07-06 18:36:51.244221000, delta=1417023000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662124000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662124000, lastModified=2022-07-06 18:36:51.244221000, delta=1417903000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662249000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662124000, lastModified=2022-07-06 18:36:51.244221000, delta=1417903000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662347000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662347000, lastModified=2022-07-06 18:36:51.244221000, delta=1418126000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.662249000, lastModified=2022-07-06 18:36:52.644245000, delta=18004000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662456000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.662456000, lastModified=2022-07-06 18:36:52.644245000, delta=18211000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662557000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662347000, lastModified=2022-07-06 18:36:51.244221000, delta=1418126000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662651000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662651000, lastModified=2022-07-06 18:36:51.244221000, delta=1418430000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.662456000, lastModified=2022-07-06 18:36:52.644245000, delta=18211000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662763000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.662763000, lastModified=2022-07-06 18:36:52.644245000, delta=18518000 ns, racy<=2500000000 ns 18:36:52.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662956000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.662997000, lastModified=2022-07-06 18:36:52.653245000, size=104, fileKey=(dev=10009e,ino=150997758) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.662651000, lastModified=2022-07-06 18:36:51.244221000, delta=1418430000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663055000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663055000, lastModified=2022-07-06 18:36:51.244221000, delta=1418834000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.662763000, lastModified=2022-07-06 18:36:52.644245000, delta=18518000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663186000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663186000, lastModified=2022-07-06 18:36:52.644245000, delta=18941000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663055000, lastModified=2022-07-06 18:36:51.244221000, delta=1418834000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663284000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663284000, lastModified=2022-07-06 18:36:51.244221000, delta=1419063000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663186000, lastModified=2022-07-06 18:36:52.644245000, delta=18941000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663389000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663389000, lastModified=2022-07-06 18:36:52.644245000, delta=19144000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663284000, lastModified=2022-07-06 18:36:51.244221000, delta=1419063000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663605000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663605000, lastModified=2022-07-06 18:36:51.244221000, delta=1419384000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663389000, lastModified=2022-07-06 18:36:52.644245000, delta=19144000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663723000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663723000, lastModified=2022-07-06 18:36:52.644245000, delta=19478000 ns, racy<=2500000000 ns 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, size=6, fileKey=(dev=10009e,ino=160486446) 18:36:52.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.663605000, lastModified=2022-07-06 18:36:51.244221000, delta=1419384000 ns, racy<=2500000000 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.664173000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.664173000, lastModified=2022-07-06 18:36:51.244221000, delta=1419952000 ns, racy<=2500000000 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.663723000, lastModified=2022-07-06 18:36:52.644245000, delta=19478000 ns, racy<=2500000000 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.664285000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.664285000, lastModified=2022-07-06 18:36:52.644245000, delta=20040000 ns, racy<=2500000000 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.664977000, lastModified=2022-07-06 18:36:52.661246000, size=0, fileKey=(dev=10009e,ino=150997759) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.664173000, lastModified=2022-07-06 18:36:51.244221000, delta=1419952000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665045000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665045000, lastModified=2022-07-06 18:36:51.244221000, delta=1420824000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.664285000, lastModified=2022-07-06 18:36:52.644245000, delta=20040000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665220000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665220000, lastModified=2022-07-06 18:36:52.644245000, delta=20975000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665334000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665433000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665045000, lastModified=2022-07-06 18:36:51.244221000, delta=1420824000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665553000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665553000, lastModified=2022-07-06 18:36:51.244221000, delta=1421332000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665220000, lastModified=2022-07-06 18:36:52.644245000, delta=20975000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665691000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665691000, lastModified=2022-07-06 18:36:52.644245000, delta=21446000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665553000, lastModified=2022-07-06 18:36:51.244221000, delta=1421332000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665773000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665773000, lastModified=2022-07-06 18:36:51.244221000, delta=1421552000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665691000, lastModified=2022-07-06 18:36:52.644245000, delta=21446000 ns, racy<=2500000000 ns 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.665870000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665870000, lastModified=2022-07-06 18:36:52.644245000, delta=21625000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.665773000, lastModified=2022-07-06 18:36:51.244221000, delta=1421552000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666062000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666062000, lastModified=2022-07-06 18:36:51.244221000, delta=1421841000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.665870000, lastModified=2022-07-06 18:36:52.644245000, delta=21625000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666163000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666163000, lastModified=2022-07-06 18:36:52.644245000, delta=21918000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666062000, lastModified=2022-07-06 18:36:51.244221000, delta=1421841000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666244000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666244000, lastModified=2022-07-06 18:36:51.244221000, delta=1422023000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666163000, lastModified=2022-07-06 18:36:52.644245000, delta=21918000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666346000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666346000, lastModified=2022-07-06 18:36:52.644245000, delta=22101000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666418000, lastModified=2022-07-06 18:36:52.644245000, size=23, fileKey=(dev=10009e,ino=150997755) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666465000, lastModified=2022-07-06 18:36:52.658246000, size=41, fileKey=(dev=10009e,ino=153142797) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666244000, lastModified=2022-07-06 18:36:51.244221000, delta=1422023000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666565000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666565000, lastModified=2022-07-06 18:36:51.244221000, delta=1422344000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666346000, lastModified=2022-07-06 18:36:52.644245000, delta=22101000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.666674000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666674000, lastModified=2022-07-06 18:36:52.644245000, delta=22429000 ns, racy<=2500000000 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.666418000, lastModified=2022-07-06 18:36:52.644245000, delta=22173000 ns, racy<=4087500 ns 18:36:52.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, is unmodified 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.666465000, lastModified=2022-07-06 18:36:52.658246000, delta=8219000 ns, racy<=4087500 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, is unmodified 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.666565000, lastModified=2022-07-06 18:36:51.244221000, delta=1422344000 ns, racy<=2500000000 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.667675000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.667675000, lastModified=2022-07-06 18:36:51.244221000, delta=1423454000 ns, racy<=2500000000 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.666674000, lastModified=2022-07-06 18:36:52.644245000, delta=22429000 ns, racy<=2500000000 ns 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.667803000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.667803000, lastModified=2022-07-06 18:36:52.644245000, delta=23558000 ns, racy<=2500000000 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.668018000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.668076000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.663869000, lastModified=2022-07-06 18:36:52.642245000, delta=21624000 ns, racy<=4087500 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.664504000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612664504000 ns, racy<=4087500 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack/preserved, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.667675000, lastModified=2022-07-06 18:36:51.244221000, delta=1423454000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.669400000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.669400000, lastModified=2022-07-06 18:36:51.244221000, delta=1425179000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.667803000, lastModified=2022-07-06 18:36:52.644245000, delta=23558000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.669517000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.669517000, lastModified=2022-07-06 18:36:52.644245000, delta=25272000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.666418000, lastModified=2022-07-06 18:36:52.644245000, delta=22173000 ns, racy<=4087500 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.666465000, lastModified=2022-07-06 18:36:52.658246000, delta=8219000 ns, racy<=4087500 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.669400000, lastModified=2022-07-06 18:36:51.244221000, delta=1425179000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.669838000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.669838000, lastModified=2022-07-06 18:36:51.244221000, delta=1425617000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.669517000, lastModified=2022-07-06 18:36:52.644245000, delta=25272000 ns, racy<=2500000000 ns 18:36:52.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.669996000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.669996000, lastModified=2022-07-06 18:36:52.644245000, delta=25751000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.666465000, lastModified=2022-07-06 18:36:52.658246000, delta=8219000 ns, racy<=4087500 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, is unmodified 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.669838000, lastModified=2022-07-06 18:36:51.244221000, delta=1425617000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670240000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670240000, lastModified=2022-07-06 18:36:51.244221000, delta=1426019000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.669996000, lastModified=2022-07-06 18:36:52.644245000, delta=25751000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670361000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670361000, lastModified=2022-07-06 18:36:52.644245000, delta=26116000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670240000, lastModified=2022-07-06 18:36:51.244221000, delta=1426019000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670492000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670492000, lastModified=2022-07-06 18:36:51.244221000, delta=1426271000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670361000, lastModified=2022-07-06 18:36:52.644245000, delta=26116000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670631000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670631000, lastModified=2022-07-06 18:36:52.644245000, delta=26386000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670492000, lastModified=2022-07-06 18:36:51.244221000, delta=1426271000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670774000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670774000, lastModified=2022-07-06 18:36:51.244221000, delta=1426553000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670631000, lastModified=2022-07-06 18:36:52.644245000, delta=26386000 ns, racy<=2500000000 ns 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.670967000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670967000, lastModified=2022-07-06 18:36:52.644245000, delta=26722000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.670774000, lastModified=2022-07-06 18:36:51.244221000, delta=1426553000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671093000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671093000, lastModified=2022-07-06 18:36:51.244221000, delta=1426872000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.670967000, lastModified=2022-07-06 18:36:52.644245000, delta=26722000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671226000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671226000, lastModified=2022-07-06 18:36:52.644245000, delta=26981000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671093000, lastModified=2022-07-06 18:36:51.244221000, delta=1426872000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671341000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671341000, lastModified=2022-07-06 18:36:51.244221000, delta=1427120000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671226000, lastModified=2022-07-06 18:36:52.644245000, delta=26981000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671473000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671473000, lastModified=2022-07-06 18:36:52.644245000, delta=27228000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671341000, lastModified=2022-07-06 18:36:51.244221000, delta=1427120000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671575000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671575000, lastModified=2022-07-06 18:36:51.244221000, delta=1427354000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671473000, lastModified=2022-07-06 18:36:52.644245000, delta=27228000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671713000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671713000, lastModified=2022-07-06 18:36:52.644245000, delta=27468000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671795000, lastModified=2022-07-06 18:36:52.669246000, size=41, fileKey=(dev=10009e,ino=153142798) 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671575000, lastModified=2022-07-06 18:36:51.244221000, delta=1427354000 ns, racy<=2500000000 ns 18:36:52.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.671982000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671982000, lastModified=2022-07-06 18:36:51.244221000, delta=1427761000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.671713000, lastModified=2022-07-06 18:36:52.644245000, delta=27468000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672146000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.672146000, lastModified=2022-07-06 18:36:52.644245000, delta=27901000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=true, read=2022-07-06 18:36:52.646664000, lastModified=2022-07-06 18:36:52.644245000, delta=2419000 ns, racy<=4087500 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, is racily clean 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672279000, lastModified=2022-07-06 18:36:52.644245000, size=23, fileKey=(dev=10009e,ino=150997755) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.672279000, lastModified=2022-07-06 18:36:52.644245000, delta=28034000 ns, racy<=4087500 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672405000, lastModified=2022-07-06 18:36:52.669246000, size=41, fileKey=(dev=10009e,ino=153142798) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.671982000, lastModified=2022-07-06 18:36:51.244221000, delta=1427761000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672496000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.672496000, lastModified=2022-07-06 18:36:51.244221000, delta=1428275000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.646589000, lastModified=2022-07-06 18:36:52.644245000, delta=2344000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672632000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.672632000, lastModified=2022-07-06 18:36:52.644245000, delta=28387000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, size changed from 0 to 176 bytes 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672787000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.672496000, lastModified=2022-07-06 18:36:51.244221000, delta=1428275000 ns, racy<=2500000000 ns 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.672876000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.672876000, lastModified=2022-07-06 18:36:51.244221000, delta=1428655000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.672632000, lastModified=2022-07-06 18:36:52.644245000, delta=28387000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673078000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.673078000, lastModified=2022-07-06 18:36:52.644245000, delta=28833000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.672405000, lastModified=2022-07-06 18:36:52.669246000, delta=3159000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673209000, lastModified=2022-07-06 18:36:52.669246000, size=41, fileKey=(dev=10009e,ino=153142798) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.673209000, lastModified=2022-07-06 18:36:52.669246000, delta=3963000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.672876000, lastModified=2022-07-06 18:36:51.244221000, delta=1428655000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673300000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.673300000, lastModified=2022-07-06 18:36:51.244221000, delta=1429079000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.673078000, lastModified=2022-07-06 18:36:52.644245000, delta=28833000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673428000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.673428000, lastModified=2022-07-06 18:36:52.644245000, delta=29183000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.673209000, lastModified=2022-07-06 18:36:52.669246000, delta=3963000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673547000, lastModified=2022-07-06 18:36:52.669246000, size=41, fileKey=(dev=10009e,ino=153142798) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.673547000, lastModified=2022-07-06 18:36:52.669246000, delta=4301000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673631000, lastModified=2022-07-06 18:36:52.642245000, size=6, fileKey=(dev=10009e,ino=160486446) 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.673631000, lastModified=2022-07-06 18:36:52.642245000, delta=31386000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.673631000, lastModified=2022-07-06 18:36:52.642245000, delta=31386000 ns, racy<=4087500 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.673300000, lastModified=2022-07-06 18:36:51.244221000, delta=1429079000 ns, racy<=2500000000 ns 18:36:52.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.673999000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.673999000, lastModified=2022-07-06 18:36:51.244221000, delta=1429778000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.673428000, lastModified=2022-07-06 18:36:52.644245000, delta=29183000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.674144000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674144000, lastModified=2022-07-06 18:36:52.644245000, delta=29899000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, cannot be racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.673999000, lastModified=2022-07-06 18:36:51.244221000, delta=1429778000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.674305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.674305000, lastModified=2022-07-06 18:36:51.244221000, delta=1430084000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674144000, lastModified=2022-07-06 18:36:52.644245000, delta=29899000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.674436000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674436000, lastModified=2022-07-06 18:36:52.644245000, delta=30191000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/refs/heads/master, cannot be racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.674305000, lastModified=2022-07-06 18:36:51.244221000, delta=1430084000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.674622000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.674622000, lastModified=2022-07-06 18:36:51.244221000, delta=1430401000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674436000, lastModified=2022-07-06 18:36:52.644245000, delta=30191000 ns, racy<=2500000000 ns 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.674758000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674758000, lastModified=2022-07-06 18:36:52.644245000, delta=30513000 ns, racy<=2500000000 ns 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.674622000, lastModified=2022-07-06 18:36:51.244221000, delta=1430401000 ns, racy<=2500000000 ns 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.737368000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.737368000, lastModified=2022-07-06 18:36:51.244221000, delta=1493147000 ns, racy<=2500000000 ns 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.674758000, lastModified=2022-07-06 18:36:52.644245000, delta=30513000 ns, racy<=2500000000 ns 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.737556000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.737556000, lastModified=2022-07-06 18:36:52.644245000, delta=93311000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738155000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.737368000, lastModified=2022-07-06 18:36:51.244221000, delta=1493147000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738341000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.738341000, lastModified=2022-07-06 18:36:51.244221000, delta=1494120000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738486000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.738341000, lastModified=2022-07-06 18:36:51.244221000, delta=1494120000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738604000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.738604000, lastModified=2022-07-06 18:36:51.244221000, delta=1494383000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.738486000, lastModified=2022-07-06 18:36:52.644245000, delta=94241000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738727000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.738727000, lastModified=2022-07-06 18:36:52.644245000, delta=94482000 ns, racy<=2500000000 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738822000, lastModified=2022-07-06 18:36:52.664246000, size=176, fileKey=(dev=10009e,ino=150997759) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.738905000, lastModified=2022-07-06 18:36:52.642245000, size=6, fileKey=(dev=10009e,ino=160486446) 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.738905000, lastModified=2022-07-06 18:36:52.642245000, delta=96660000 ns, racy<=4087500 ns 18:36:52.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.738905000, lastModified=2022-07-06 18:36:52.642245000, delta=96660000 ns, racy<=4087500 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.738604000, lastModified=2022-07-06 18:36:51.244221000, delta=1494383000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.739257000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.739257000, lastModified=2022-07-06 18:36:51.244221000, delta=1495036000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.737556000, lastModified=2022-07-06 18:36:52.644245000, delta=93311000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.739415000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.739415000, lastModified=2022-07-06 18:36:52.644245000, delta=95170000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.673631000, lastModified=2022-07-06 18:36:52.642245000, delta=31386000 ns, racy<=4087500 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.673631000, lastModified=2022-07-06 18:36:52.642245000, delta=31386000 ns, racy<=4087500 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/objects/pack, is unmodified 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.739257000, lastModified=2022-07-06 18:36:51.244221000, delta=1495036000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.739870000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.739870000, lastModified=2022-07-06 18:36:51.244221000, delta=1495649000 ns, racy<=2500000000 ns 18:36:52.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.739415000, lastModified=2022-07-06 18:36:52.644245000, delta=95170000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.740048000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.740048000, lastModified=2022-07-06 18:36:52.644245000, delta=95803000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.739870000, lastModified=2022-07-06 18:36:51.244221000, delta=1495649000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.740176000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.740176000, lastModified=2022-07-06 18:36:51.244221000, delta=1495955000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.740048000, lastModified=2022-07-06 18:36:52.644245000, delta=95803000 ns, racy<=2500000000 ns 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, is racily clean 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.740288000, lastModified=2022-07-06 18:36:52.644245000, size=78, fileKey=(dev=10009e,ino=150997756) 18:36:52.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit1948593027933038444/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.740288000, lastModified=2022-07-06 18:36:52.644245000, delta=96043000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.740176000, lastModified=2022-07-06 18:36:51.244221000, delta=1495955000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.742220000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742220000, lastModified=2022-07-06 18:36:51.244221000, delta=1497999000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742220000, lastModified=2022-07-06 18:36:51.244221000, delta=1497999000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.742410000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742410000, lastModified=2022-07-06 18:36:51.244221000, delta=1498189000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742410000, lastModified=2022-07-06 18:36:51.244221000, delta=1498189000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.742648000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742648000, lastModified=2022-07-06 18:36:51.244221000, delta=1498427000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742648000, lastModified=2022-07-06 18:36:51.244221000, delta=1498427000 ns, racy<=2500000000 ns 18:36:52.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.742977000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742977000, lastModified=2022-07-06 18:36:51.244221000, delta=1498756000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.742977000, lastModified=2022-07-06 18:36:51.244221000, delta=1498756000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.743212000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.743212000, lastModified=2022-07-06 18:36:51.244221000, delta=1498991000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.743212000, lastModified=2022-07-06 18:36:51.244221000, delta=1498991000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.743674000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.743674000, lastModified=2022-07-06 18:36:51.244221000, delta=1499453000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.743674000, lastModified=2022-07-06 18:36:51.244221000, delta=1499453000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.744059000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744059000, lastModified=2022-07-06 18:36:51.244221000, delta=1499838000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744059000, lastModified=2022-07-06 18:36:51.244221000, delta=1499838000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.744368000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744368000, lastModified=2022-07-06 18:36:51.244221000, delta=1500147000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744368000, lastModified=2022-07-06 18:36:51.244221000, delta=1500147000 ns, racy<=2500000000 ns 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.744951000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744951000, lastModified=2022-07-06 18:36:51.244221000, delta=1500730000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.744951000, lastModified=2022-07-06 18:36:51.244221000, delta=1500730000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.745225000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.745225000, lastModified=2022-07-06 18:36:51.244221000, delta=1501004000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.745225000, lastModified=2022-07-06 18:36:51.244221000, delta=1501004000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.745472000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.745472000, lastModified=2022-07-06 18:36:51.244221000, delta=1501251000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.742511000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612742511000 ns, racy<=2500000000 ns 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is unmodified 18:36:52.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.745685000, lastModified=2022-07-06 18:36:52.744247000, size=23, fileKey=(dev=10009e,ino=170919095) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.746174000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.746451000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.745472000, lastModified=2022-07-06 18:36:51.244221000, delta=1501251000 ns, racy<=2500000000 ns 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.746642000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.746642000, lastModified=2022-07-06 18:36:51.244221000, delta=1502421000 ns, racy<=2500000000 ns 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.746753000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.746642000, lastModified=2022-07-06 18:36:51.244221000, delta=1502421000 ns, racy<=2500000000 ns 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.746850000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.746850000, lastModified=2022-07-06 18:36:51.244221000, delta=1502629000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.746753000, lastModified=2022-07-06 18:36:52.745247000, delta=1506000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.747085000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.747085000, lastModified=2022-07-06 18:36:52.745247000, delta=1838000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.746850000, lastModified=2022-07-06 18:36:51.244221000, delta=1502629000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.747255000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.747255000, lastModified=2022-07-06 18:36:51.244221000, delta=1503034000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.747085000, lastModified=2022-07-06 18:36:52.745247000, delta=1838000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.747361000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.747361000, lastModified=2022-07-06 18:36:52.745247000, delta=2114000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.747427000, lastModified=2022-07-06 18:36:52.744247000, size=23, fileKey=(dev=10009e,ino=170919095) 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.747835000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.747255000, lastModified=2022-07-06 18:36:51.244221000, delta=1503034000 ns, racy<=2500000000 ns 18:36:52.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748013000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748013000, lastModified=2022-07-06 18:36:51.244221000, delta=1503792000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748124000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748013000, lastModified=2022-07-06 18:36:51.244221000, delta=1503792000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748216000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748216000, lastModified=2022-07-06 18:36:51.244221000, delta=1503995000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748124000, lastModified=2022-07-06 18:36:52.745247000, delta=2877000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748329000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748329000, lastModified=2022-07-06 18:36:52.745247000, delta=3082000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748216000, lastModified=2022-07-06 18:36:51.244221000, delta=1503995000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748518000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748518000, lastModified=2022-07-06 18:36:51.244221000, delta=1504297000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748329000, lastModified=2022-07-06 18:36:52.745247000, delta=3082000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748626000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748626000, lastModified=2022-07-06 18:36:52.745247000, delta=3379000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748518000, lastModified=2022-07-06 18:36:51.244221000, delta=1504297000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748783000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748783000, lastModified=2022-07-06 18:36:51.244221000, delta=1504562000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748626000, lastModified=2022-07-06 18:36:52.745247000, delta=3379000 ns, racy<=2500000000 ns 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.748932000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748932000, lastModified=2022-07-06 18:36:52.745247000, delta=3685000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.748783000, lastModified=2022-07-06 18:36:51.244221000, delta=1504562000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749062000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749062000, lastModified=2022-07-06 18:36:51.244221000, delta=1504841000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.748932000, lastModified=2022-07-06 18:36:52.745247000, delta=3685000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749169000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749169000, lastModified=2022-07-06 18:36:52.745247000, delta=3922000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749062000, lastModified=2022-07-06 18:36:51.244221000, delta=1504841000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749349000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749349000, lastModified=2022-07-06 18:36:51.244221000, delta=1505128000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749169000, lastModified=2022-07-06 18:36:52.745247000, delta=3922000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749456000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749456000, lastModified=2022-07-06 18:36:52.745247000, delta=4209000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749349000, lastModified=2022-07-06 18:36:51.244221000, delta=1505128000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749584000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749584000, lastModified=2022-07-06 18:36:51.244221000, delta=1505363000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749456000, lastModified=2022-07-06 18:36:52.745247000, delta=4209000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749687000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749687000, lastModified=2022-07-06 18:36:52.745247000, delta=4440000 ns, racy<=2500000000 ns 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, size=6, fileKey=(dev=10009e,ino=180356790) 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.749584000, lastModified=2022-07-06 18:36:51.244221000, delta=1505363000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751139000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751139000, lastModified=2022-07-06 18:36:51.244221000, delta=1506918000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.749687000, lastModified=2022-07-06 18:36:52.745247000, delta=4440000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751273000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751273000, lastModified=2022-07-06 18:36:52.745247000, delta=6026000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751347000, lastModified=2022-07-06 18:36:52.747247000, size=0, fileKey=(dev=10009e,ino=170919097) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751139000, lastModified=2022-07-06 18:36:51.244221000, delta=1506918000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751405000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751405000, lastModified=2022-07-06 18:36:51.244221000, delta=1507184000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751273000, lastModified=2022-07-06 18:36:52.745247000, delta=6026000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751517000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751517000, lastModified=2022-07-06 18:36:52.745247000, delta=6270000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751609000, lastModified=2022-07-06 18:36:52.750247000, size=104, fileKey=(dev=10009e,ino=170919097) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751656000, lastModified=2022-07-06 18:36:52.750247000, size=104, fileKey=(dev=10009e,ino=170919097) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751405000, lastModified=2022-07-06 18:36:51.244221000, delta=1507184000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751714000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751714000, lastModified=2022-07-06 18:36:51.244221000, delta=1507493000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751517000, lastModified=2022-07-06 18:36:52.745247000, delta=6270000 ns, racy<=2500000000 ns 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751815000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751815000, lastModified=2022-07-06 18:36:52.745247000, delta=6568000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.751997000, lastModified=2022-07-06 18:36:52.750247000, size=104, fileKey=(dev=10009e,ino=170919097) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752040000, lastModified=2022-07-06 18:36:52.750247000, size=104, fileKey=(dev=10009e,ino=170919097) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752101000, lastModified=2022-07-06 18:36:52.751247000, size=0, fileKey=(dev=10009e,ino=170919098) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.751714000, lastModified=2022-07-06 18:36:51.244221000, delta=1507493000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752147000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752147000, lastModified=2022-07-06 18:36:51.244221000, delta=1507926000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.751815000, lastModified=2022-07-06 18:36:52.745247000, delta=6568000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752247000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752247000, lastModified=2022-07-06 18:36:52.745247000, delta=7000000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752327000, lastModified=2022-07-06 18:36:52.751247000, size=104, fileKey=(dev=10009e,ino=170919098) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752147000, lastModified=2022-07-06 18:36:51.244221000, delta=1507926000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752531000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752531000, lastModified=2022-07-06 18:36:51.244221000, delta=1508310000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752247000, lastModified=2022-07-06 18:36:52.745247000, delta=7000000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752647000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752647000, lastModified=2022-07-06 18:36:52.745247000, delta=7400000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752531000, lastModified=2022-07-06 18:36:51.244221000, delta=1508310000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752726000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752726000, lastModified=2022-07-06 18:36:51.244221000, delta=1508505000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752647000, lastModified=2022-07-06 18:36:52.745247000, delta=7400000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752831000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752831000, lastModified=2022-07-06 18:36:52.745247000, delta=7584000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752726000, lastModified=2022-07-06 18:36:51.244221000, delta=1508505000 ns, racy<=2500000000 ns 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.752970000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752970000, lastModified=2022-07-06 18:36:51.244221000, delta=1508749000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.752831000, lastModified=2022-07-06 18:36:52.745247000, delta=7584000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753086000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753086000, lastModified=2022-07-06 18:36:52.745247000, delta=7839000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.752970000, lastModified=2022-07-06 18:36:51.244221000, delta=1508749000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753162000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.753162000, lastModified=2022-07-06 18:36:51.244221000, delta=1508941000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753086000, lastModified=2022-07-06 18:36:52.745247000, delta=7839000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753294000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753294000, lastModified=2022-07-06 18:36:52.745247000, delta=8047000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753368000, lastModified=2022-07-06 18:36:52.744247000, size=23, fileKey=(dev=10009e,ino=170919095) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.753162000, lastModified=2022-07-06 18:36:51.244221000, delta=1508941000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753542000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.753542000, lastModified=2022-07-06 18:36:51.244221000, delta=1509321000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753294000, lastModified=2022-07-06 18:36:52.745247000, delta=8047000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.753649000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753649000, lastModified=2022-07-06 18:36:52.745247000, delta=8402000 ns, racy<=2500000000 ns 18:36:52.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.753368000, lastModified=2022-07-06 18:36:52.744247000, delta=9121000 ns, racy<=4087500 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, is unmodified 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.753542000, lastModified=2022-07-06 18:36:51.244221000, delta=1509321000 ns, racy<=2500000000 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.754221000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.754221000, lastModified=2022-07-06 18:36:51.244221000, delta=1510000000 ns, racy<=2500000000 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.753649000, lastModified=2022-07-06 18:36:52.745247000, delta=8402000 ns, racy<=2500000000 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.754339000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.754339000, lastModified=2022-07-06 18:36:52.745247000, delta=9092000 ns, racy<=2500000000 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.754487000, lastModified=2022-07-06 18:36:52.751247000, size=104, fileKey=(dev=10009e,ino=170919098) 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.754535000, lastModified=2022-07-06 18:36:52.751247000, size=104, fileKey=(dev=10009e,ino=170919098) 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.749817000, lastModified=2022-07-06 18:36:52.742247000, delta=7570000 ns, racy<=4087500 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.750343000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612750343000 ns, racy<=4087500 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack/preserved, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.754221000, lastModified=2022-07-06 18:36:51.244221000, delta=1510000000 ns, racy<=2500000000 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.755693000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.755693000, lastModified=2022-07-06 18:36:51.244221000, delta=1511472000 ns, racy<=2500000000 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.754339000, lastModified=2022-07-06 18:36:52.745247000, delta=9092000 ns, racy<=2500000000 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.755822000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.755822000, lastModified=2022-07-06 18:36:52.745247000, delta=10575000 ns, racy<=2500000000 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.753368000, lastModified=2022-07-06 18:36:52.744247000, delta=9121000 ns, racy<=4087500 ns 18:36:52.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/HEAD, is unmodified 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.755693000, lastModified=2022-07-06 18:36:51.244221000, delta=1511472000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.756144000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.756144000, lastModified=2022-07-06 18:36:51.244221000, delta=1511923000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.755822000, lastModified=2022-07-06 18:36:52.745247000, delta=10575000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.756251000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.756251000, lastModified=2022-07-06 18:36:52.745247000, delta=11004000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.756144000, lastModified=2022-07-06 18:36:51.244221000, delta=1511923000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.756431000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.756431000, lastModified=2022-07-06 18:36:51.244221000, delta=1512210000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.756251000, lastModified=2022-07-06 18:36:52.745247000, delta=11004000 ns, racy<=2500000000 ns 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.756543000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.756543000, lastModified=2022-07-06 18:36:52.745247000, delta=11296000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.756431000, lastModified=2022-07-06 18:36:51.244221000, delta=1512210000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757096000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757096000, lastModified=2022-07-06 18:36:51.244221000, delta=1512875000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.756543000, lastModified=2022-07-06 18:36:52.745247000, delta=11296000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757209000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757209000, lastModified=2022-07-06 18:36:52.745247000, delta=11962000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757096000, lastModified=2022-07-06 18:36:51.244221000, delta=1512875000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757320000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757320000, lastModified=2022-07-06 18:36:51.244221000, delta=1513099000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757209000, lastModified=2022-07-06 18:36:52.745247000, delta=11962000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757426000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757426000, lastModified=2022-07-06 18:36:52.745247000, delta=12179000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757320000, lastModified=2022-07-06 18:36:51.244221000, delta=1513099000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757546000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757546000, lastModified=2022-07-06 18:36:51.244221000, delta=1513325000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757426000, lastModified=2022-07-06 18:36:52.745247000, delta=12179000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757653000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757653000, lastModified=2022-07-06 18:36:52.745247000, delta=12406000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757546000, lastModified=2022-07-06 18:36:51.244221000, delta=1513325000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757735000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757735000, lastModified=2022-07-06 18:36:51.244221000, delta=1513514000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757653000, lastModified=2022-07-06 18:36:52.745247000, delta=12406000 ns, racy<=2500000000 ns 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.757840000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757840000, lastModified=2022-07-06 18:36:52.745247000, delta=12593000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.757735000, lastModified=2022-07-06 18:36:51.244221000, delta=1513514000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758038000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758038000, lastModified=2022-07-06 18:36:51.244221000, delta=1513817000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.757840000, lastModified=2022-07-06 18:36:52.745247000, delta=12593000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758142000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758142000, lastModified=2022-07-06 18:36:52.745247000, delta=12895000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758038000, lastModified=2022-07-06 18:36:51.244221000, delta=1513817000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758213000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758213000, lastModified=2022-07-06 18:36:51.244221000, delta=1513992000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758142000, lastModified=2022-07-06 18:36:52.745247000, delta=12895000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758318000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758318000, lastModified=2022-07-06 18:36:52.745247000, delta=13071000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758415000, lastModified=2022-07-06 18:36:52.756247000, size=41, fileKey=(dev=10009e,ino=173017482) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758213000, lastModified=2022-07-06 18:36:51.244221000, delta=1513992000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758543000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758543000, lastModified=2022-07-06 18:36:51.244221000, delta=1514322000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758318000, lastModified=2022-07-06 18:36:52.745247000, delta=13071000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758650000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758650000, lastModified=2022-07-06 18:36:52.745247000, delta=13403000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758543000, lastModified=2022-07-06 18:36:51.244221000, delta=1514322000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758790000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758790000, lastModified=2022-07-06 18:36:51.244221000, delta=1514569000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.747361000, lastModified=2022-07-06 18:36:52.745247000, delta=2114000 ns, racy<=2500000000 ns 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.758939000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758939000, lastModified=2022-07-06 18:36:52.745247000, delta=13692000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759053000, lastModified=2022-07-06 18:36:52.756247000, size=41, fileKey=(dev=10009e,ino=173017482) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.758790000, lastModified=2022-07-06 18:36:51.244221000, delta=1514569000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759129000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.759129000, lastModified=2022-07-06 18:36:51.244221000, delta=1514908000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.758939000, lastModified=2022-07-06 18:36:52.745247000, delta=13692000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759294000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.759294000, lastModified=2022-07-06 18:36:52.745247000, delta=14047000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.759053000, lastModified=2022-07-06 18:36:52.756247000, delta=2806000 ns, racy<=4087500 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master, is racily clean 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759687000, lastModified=2022-07-06 18:36:52.756247000, size=41, fileKey=(dev=10009e,ino=173017482) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.759687000, lastModified=2022-07-06 18:36:52.756247000, delta=3440000 ns, racy<=4087500 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759802000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.759129000, lastModified=2022-07-06 18:36:51.244221000, delta=1514908000 ns, racy<=2500000000 ns 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.759955000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.759955000, lastModified=2022-07-06 18:36:51.244221000, delta=1515734000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760085000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.759955000, lastModified=2022-07-06 18:36:51.244221000, delta=1515734000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760167000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.760167000, lastModified=2022-07-06 18:36:51.244221000, delta=1515946000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.760085000, lastModified=2022-07-06 18:36:52.745247000, delta=14838000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760263000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.760263000, lastModified=2022-07-06 18:36:52.745247000, delta=15016000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760355000, lastModified=2022-07-06 18:36:52.751247000, size=104, fileKey=(dev=10009e,ino=170919098) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760421000, lastModified=2022-07-06 18:36:52.742247000, size=6, fileKey=(dev=10009e,ino=180356790) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.760421000, lastModified=2022-07-06 18:36:52.742247000, delta=18174000 ns, racy<=4087500 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.760167000, lastModified=2022-07-06 18:36:51.244221000, delta=1515946000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760672000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.760672000, lastModified=2022-07-06 18:36:51.244221000, delta=1516451000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.759294000, lastModified=2022-07-06 18:36:52.745247000, delta=14047000 ns, racy<=2500000000 ns 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.760826000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.760826000, lastModified=2022-07-06 18:36:52.745247000, delta=15579000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.761102000, lastModified=2022-07-06 18:36:52.742247000, size=6, fileKey=(dev=10009e,ino=180356790) 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.761102000, lastModified=2022-07-06 18:36:52.742247000, delta=18855000 ns, racy<=4087500 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/objects/pack, is unmodified 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.760672000, lastModified=2022-07-06 18:36:51.244221000, delta=1516451000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.761254000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.761254000, lastModified=2022-07-06 18:36:51.244221000, delta=1517033000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.760826000, lastModified=2022-07-06 18:36:52.745247000, delta=15579000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.761357000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.761357000, lastModified=2022-07-06 18:36:52.745247000, delta=16110000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.761254000, lastModified=2022-07-06 18:36:51.244221000, delta=1517033000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.761448000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.761448000, lastModified=2022-07-06 18:36:51.244221000, delta=1517227000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.761357000, lastModified=2022-07-06 18:36:52.745247000, delta=16110000 ns, racy<=2500000000 ns 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, is racily clean 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.761531000, lastModified=2022-07-06 18:36:52.745247000, size=78, fileKey=(dev=10009e,ino=170919096) 18:36:52.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16958733318595881473/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.761531000, lastModified=2022-07-06 18:36:52.745247000, delta=16284000 ns, racy<=2500000000 ns 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.761448000, lastModified=2022-07-06 18:36:51.244221000, delta=1517227000 ns, racy<=2500000000 ns 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.762761000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.762761000, lastModified=2022-07-06 18:36:51.244221000, delta=1518540000 ns, racy<=2500000000 ns 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.762761000, lastModified=2022-07-06 18:36:51.244221000, delta=1518540000 ns, racy<=2500000000 ns 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.762941000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.762941000, lastModified=2022-07-06 18:36:51.244221000, delta=1518720000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.762941000, lastModified=2022-07-06 18:36:51.244221000, delta=1518720000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.763263000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763263000, lastModified=2022-07-06 18:36:51.244221000, delta=1519042000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763263000, lastModified=2022-07-06 18:36:51.244221000, delta=1519042000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.763627000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763627000, lastModified=2022-07-06 18:36:51.244221000, delta=1519406000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763627000, lastModified=2022-07-06 18:36:51.244221000, delta=1519406000 ns, racy<=2500000000 ns 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.763921000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763921000, lastModified=2022-07-06 18:36:51.244221000, delta=1519700000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.763921000, lastModified=2022-07-06 18:36:51.244221000, delta=1519700000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.764498000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.764498000, lastModified=2022-07-06 18:36:51.244221000, delta=1520277000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.764498000, lastModified=2022-07-06 18:36:51.244221000, delta=1520277000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.764843000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.764843000, lastModified=2022-07-06 18:36:51.244221000, delta=1520622000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.764843000, lastModified=2022-07-06 18:36:51.244221000, delta=1520622000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.765171000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.765171000, lastModified=2022-07-06 18:36:51.244221000, delta=1520950000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.765171000, lastModified=2022-07-06 18:36:51.244221000, delta=1520950000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.765697000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.765697000, lastModified=2022-07-06 18:36:51.244221000, delta=1521476000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.765697000, lastModified=2022-07-06 18:36:51.244221000, delta=1521476000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.766072000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.766072000, lastModified=2022-07-06 18:36:51.244221000, delta=1521851000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.766072000, lastModified=2022-07-06 18:36:51.244221000, delta=1521851000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.766309000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.766309000, lastModified=2022-07-06 18:36:51.244221000, delta=1522088000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.763083000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612763083000 ns, racy<=2500000000 ns 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is unmodified 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.766534000, lastModified=2022-07-06 18:36:52.765247000, size=23, fileKey=(dev=10009e,ino=187697502) 18:36:52.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.766975000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767226000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.766309000, lastModified=2022-07-06 18:36:51.244221000, delta=1522088000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767337000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767337000, lastModified=2022-07-06 18:36:51.244221000, delta=1523116000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767449000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767337000, lastModified=2022-07-06 18:36:51.244221000, delta=1523116000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767543000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767543000, lastModified=2022-07-06 18:36:51.244221000, delta=1523322000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.767449000, lastModified=2022-07-06 18:36:52.766247000, delta=1202000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is racily clean 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767651000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.767651000, lastModified=2022-07-06 18:36:52.766247000, delta=1404000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767543000, lastModified=2022-07-06 18:36:51.244221000, delta=1523322000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767805000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767805000, lastModified=2022-07-06 18:36:51.244221000, delta=1523584000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.767651000, lastModified=2022-07-06 18:36:52.766247000, delta=1404000 ns, racy<=2500000000 ns 18:36:52.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is racily clean 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.767965000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.767965000, lastModified=2022-07-06 18:36:52.766247000, delta=1718000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.768072000, lastModified=2022-07-06 18:36:52.765247000, size=23, fileKey=(dev=10009e,ino=187697502) 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.767805000, lastModified=2022-07-06 18:36:51.244221000, delta=1523584000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.768311000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.768311000, lastModified=2022-07-06 18:36:51.244221000, delta=1524090000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.767965000, lastModified=2022-07-06 18:36:52.766247000, delta=1718000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is racily clean 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.768422000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.768422000, lastModified=2022-07-06 18:36:52.766247000, delta=2175000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.768311000, lastModified=2022-07-06 18:36:51.244221000, delta=1524090000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.768835000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.768835000, lastModified=2022-07-06 18:36:51.244221000, delta=1524614000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.768422000, lastModified=2022-07-06 18:36:52.766247000, delta=2175000 ns, racy<=2500000000 ns 18:36:52.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, is racily clean 18:36:52.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.769001000, lastModified=2022-07-06 18:36:52.766247000, size=78, fileKey=(dev=10009e,ino=187697503) 18:36:52.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17383865483943828361/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.769001000, lastModified=2022-07-06 18:36:52.766247000, delta=2754000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.768835000, lastModified=2022-07-06 18:36:51.244221000, delta=1524614000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.770371000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770371000, lastModified=2022-07-06 18:36:51.244221000, delta=1526150000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770371000, lastModified=2022-07-06 18:36:51.244221000, delta=1526150000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.770559000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770559000, lastModified=2022-07-06 18:36:51.244221000, delta=1526338000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770559000, lastModified=2022-07-06 18:36:51.244221000, delta=1526338000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.770787000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770787000, lastModified=2022-07-06 18:36:51.244221000, delta=1526566000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.770787000, lastModified=2022-07-06 18:36:51.244221000, delta=1526566000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.771145000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771145000, lastModified=2022-07-06 18:36:51.244221000, delta=1526924000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771145000, lastModified=2022-07-06 18:36:51.244221000, delta=1526924000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.771346000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771346000, lastModified=2022-07-06 18:36:51.244221000, delta=1527125000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771346000, lastModified=2022-07-06 18:36:51.244221000, delta=1527125000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.771740000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771740000, lastModified=2022-07-06 18:36:51.244221000, delta=1527519000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.771740000, lastModified=2022-07-06 18:36:51.244221000, delta=1527519000 ns, racy<=2500000000 ns 18:36:52.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.836 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.836952000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.836952000, lastModified=2022-07-06 18:36:51.244221000, delta=1592731000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.836952000, lastModified=2022-07-06 18:36:51.244221000, delta=1592731000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.837298000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.837298000, lastModified=2022-07-06 18:36:51.244221000, delta=1593077000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.837298000, lastModified=2022-07-06 18:36:51.244221000, delta=1593077000 ns, racy<=2500000000 ns 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.837867000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.837867000, lastModified=2022-07-06 18:36:51.244221000, delta=1593646000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.837867000, lastModified=2022-07-06 18:36:51.244221000, delta=1593646000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.838177000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.838177000, lastModified=2022-07-06 18:36:51.244221000, delta=1593956000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.838177000, lastModified=2022-07-06 18:36:51.244221000, delta=1593956000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.838367000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.838367000, lastModified=2022-07-06 18:36:51.244221000, delta=1594146000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=false, read=2022-07-06 18:36:52.770651000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612770651000 ns, racy<=2500000000 ns 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is unmodified 18:36:52.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.838614000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.839140000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.839465000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.838367000, lastModified=2022-07-06 18:36:51.244221000, delta=1594146000 ns, racy<=2500000000 ns 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.839 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.839610000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.839610000, lastModified=2022-07-06 18:36:51.244221000, delta=1595389000 ns, racy<=2500000000 ns 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.839818000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.839610000, lastModified=2022-07-06 18:36:51.244221000, delta=1595389000 ns, racy<=2500000000 ns 18:36:52.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.840033000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.840033000, lastModified=2022-07-06 18:36:51.244221000, delta=1595812000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.839818000, lastModified=2022-07-06 18:36:52.838249000, delta=1569000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.840248000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.840248000, lastModified=2022-07-06 18:36:52.838249000, delta=1999000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.840033000, lastModified=2022-07-06 18:36:51.244221000, delta=1595812000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.840515000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.840515000, lastModified=2022-07-06 18:36:51.244221000, delta=1596294000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.840248000, lastModified=2022-07-06 18:36:52.838249000, delta=1999000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.840720000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.840720000, lastModified=2022-07-06 18:36:52.838249000, delta=2471000 ns, racy<=2500000000 ns 18:36:52.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.840869000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.841338000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.840515000, lastModified=2022-07-06 18:36:51.244221000, delta=1596294000 ns, racy<=2500000000 ns 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.841498000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.841498000, lastModified=2022-07-06 18:36:51.244221000, delta=1597277000 ns, racy<=2500000000 ns 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.841664000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.841498000, lastModified=2022-07-06 18:36:51.244221000, delta=1597277000 ns, racy<=2500000000 ns 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.841802000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.841802000, lastModified=2022-07-06 18:36:51.244221000, delta=1597581000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.841664000, lastModified=2022-07-06 18:36:52.838249000, delta=3415000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.842084000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.842084000, lastModified=2022-07-06 18:36:52.838249000, delta=3835000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.841802000, lastModified=2022-07-06 18:36:51.244221000, delta=1597581000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.842398000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.842398000, lastModified=2022-07-06 18:36:51.244221000, delta=1598177000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.842084000, lastModified=2022-07-06 18:36:52.838249000, delta=3835000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.842584000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.842584000, lastModified=2022-07-06 18:36:52.838249000, delta=4335000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.842398000, lastModified=2022-07-06 18:36:51.244221000, delta=1598177000 ns, racy<=2500000000 ns 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.842831000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.842831000, lastModified=2022-07-06 18:36:51.244221000, delta=1598610000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.842584000, lastModified=2022-07-06 18:36:52.838249000, delta=4335000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.843082000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843082000, lastModified=2022-07-06 18:36:52.838249000, delta=4833000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.842831000, lastModified=2022-07-06 18:36:51.244221000, delta=1598610000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.843279000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.843279000, lastModified=2022-07-06 18:36:51.244221000, delta=1599058000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843082000, lastModified=2022-07-06 18:36:52.838249000, delta=4833000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.843477000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843477000, lastModified=2022-07-06 18:36:52.838249000, delta=5228000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.843279000, lastModified=2022-07-06 18:36:51.244221000, delta=1599058000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.843721000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.843721000, lastModified=2022-07-06 18:36:51.244221000, delta=1599500000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843477000, lastModified=2022-07-06 18:36:52.838249000, delta=5228000 ns, racy<=2500000000 ns 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.843967000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843967000, lastModified=2022-07-06 18:36:52.838249000, delta=5718000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.843721000, lastModified=2022-07-06 18:36:51.244221000, delta=1599500000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.844195000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.844195000, lastModified=2022-07-06 18:36:51.244221000, delta=1599974000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.843967000, lastModified=2022-07-06 18:36:52.838249000, delta=5718000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.844396000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.844396000, lastModified=2022-07-06 18:36:52.838249000, delta=6147000 ns, racy<=2500000000 ns 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, size=6, fileKey=(dev=10009e,ino=210774994) 18:36:52.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.844195000, lastModified=2022-07-06 18:36:51.244221000, delta=1599974000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846077000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846077000, lastModified=2022-07-06 18:36:51.244221000, delta=1601856000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.844396000, lastModified=2022-07-06 18:36:52.838249000, delta=6147000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846250000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.846250000, lastModified=2022-07-06 18:36:52.838249000, delta=8001000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846355000, lastModified=2022-07-06 18:36:52.841249000, size=0, fileKey=(dev=10009e,ino=201368373) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846077000, lastModified=2022-07-06 18:36:51.244221000, delta=1601856000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846463000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846463000, lastModified=2022-07-06 18:36:51.244221000, delta=1602242000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.846250000, lastModified=2022-07-06 18:36:52.838249000, delta=8001000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846651000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.846651000, lastModified=2022-07-06 18:36:52.838249000, delta=8402000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846785000, lastModified=2022-07-06 18:36:52.845249000, size=104, fileKey=(dev=10009e,ino=201368373) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846859000, lastModified=2022-07-06 18:36:52.845249000, size=104, fileKey=(dev=10009e,ino=201368373) 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846463000, lastModified=2022-07-06 18:36:51.244221000, delta=1602242000 ns, racy<=2500000000 ns 18:36:52.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.846993000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846993000, lastModified=2022-07-06 18:36:51.244221000, delta=1602772000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.846651000, lastModified=2022-07-06 18:36:52.838249000, delta=8402000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847221000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.847221000, lastModified=2022-07-06 18:36:52.838249000, delta=8972000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847427000, lastModified=2022-07-06 18:36:52.845249000, size=104, fileKey=(dev=10009e,ino=201368373) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847495000, lastModified=2022-07-06 18:36:52.845249000, size=104, fileKey=(dev=10009e,ino=201368373) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847602000, lastModified=2022-07-06 18:36:52.846249000, size=0, fileKey=(dev=10009e,ino=201368374) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.846993000, lastModified=2022-07-06 18:36:51.244221000, delta=1602772000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847685000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.847685000, lastModified=2022-07-06 18:36:51.244221000, delta=1603464000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.847221000, lastModified=2022-07-06 18:36:52.838249000, delta=8972000 ns, racy<=2500000000 ns 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.847949000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.847949000, lastModified=2022-07-06 18:36:52.838249000, delta=9700000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.848106000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.847685000, lastModified=2022-07-06 18:36:51.244221000, delta=1603464000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.848305000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.848305000, lastModified=2022-07-06 18:36:51.244221000, delta=1604084000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.847949000, lastModified=2022-07-06 18:36:52.838249000, delta=9700000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.848532000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.848532000, lastModified=2022-07-06 18:36:52.838249000, delta=10283000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.848305000, lastModified=2022-07-06 18:36:51.244221000, delta=1604084000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.848709000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.848709000, lastModified=2022-07-06 18:36:51.244221000, delta=1604488000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.848532000, lastModified=2022-07-06 18:36:52.838249000, delta=10283000 ns, racy<=2500000000 ns 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.848946000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.848946000, lastModified=2022-07-06 18:36:52.838249000, delta=10697000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.848709000, lastModified=2022-07-06 18:36:51.244221000, delta=1604488000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.849123000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.849123000, lastModified=2022-07-06 18:36:51.244221000, delta=1604902000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.848946000, lastModified=2022-07-06 18:36:52.838249000, delta=10697000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.849319000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.849319000, lastModified=2022-07-06 18:36:52.838249000, delta=11070000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.849123000, lastModified=2022-07-06 18:36:51.244221000, delta=1604902000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.849490000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.849490000, lastModified=2022-07-06 18:36:51.244221000, delta=1605269000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.849319000, lastModified=2022-07-06 18:36:52.838249000, delta=11070000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.849657000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.849657000, lastModified=2022-07-06 18:36:52.838249000, delta=11408000 ns, racy<=2500000000 ns 18:36:52.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.849778000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.849490000, lastModified=2022-07-06 18:36:51.244221000, delta=1605269000 ns, racy<=2500000000 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.850129000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.850129000, lastModified=2022-07-06 18:36:51.244221000, delta=1605908000 ns, racy<=2500000000 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.849657000, lastModified=2022-07-06 18:36:52.838249000, delta=11408000 ns, racy<=2500000000 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.850312000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.850312000, lastModified=2022-07-06 18:36:52.838249000, delta=12063000 ns, racy<=2500000000 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.849778000, lastModified=2022-07-06 18:36:52.837249000, delta=12529000 ns, racy<=4087500 ns 18:36:52.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.850129000, lastModified=2022-07-06 18:36:51.244221000, delta=1605908000 ns, racy<=2500000000 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.851075000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.851075000, lastModified=2022-07-06 18:36:51.244221000, delta=1606854000 ns, racy<=2500000000 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.850312000, lastModified=2022-07-06 18:36:52.838249000, delta=12063000 ns, racy<=2500000000 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.851205000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.851205000, lastModified=2022-07-06 18:36:52.838249000, delta=12956000 ns, racy<=2500000000 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.851399000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.851434000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.844624000, lastModified=2022-07-06 18:36:52.770248000, delta=74376000 ns, racy<=4087500 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.845188000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612845188000 ns, racy<=4087500 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.851075000, lastModified=2022-07-06 18:36:51.244221000, delta=1606854000 ns, racy<=2500000000 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.852750000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.852750000, lastModified=2022-07-06 18:36:51.244221000, delta=1608529000 ns, racy<=2500000000 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.851205000, lastModified=2022-07-06 18:36:52.838249000, delta=12956000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.853051000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.853051000, lastModified=2022-07-06 18:36:52.838249000, delta=14802000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.849778000, lastModified=2022-07-06 18:36:52.837249000, delta=12529000 ns, racy<=4087500 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.852750000, lastModified=2022-07-06 18:36:51.244221000, delta=1608529000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.853410000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.853410000, lastModified=2022-07-06 18:36:51.244221000, delta=1609189000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.853051000, lastModified=2022-07-06 18:36:52.838249000, delta=14802000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.853615000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.853615000, lastModified=2022-07-06 18:36:52.838249000, delta=15366000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.853410000, lastModified=2022-07-06 18:36:51.244221000, delta=1609189000 ns, racy<=2500000000 ns 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.853878000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.853878000, lastModified=2022-07-06 18:36:51.244221000, delta=1609657000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.853615000, lastModified=2022-07-06 18:36:52.838249000, delta=15366000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.854142000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.854142000, lastModified=2022-07-06 18:36:52.838249000, delta=15893000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.853878000, lastModified=2022-07-06 18:36:51.244221000, delta=1609657000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.854718000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.854718000, lastModified=2022-07-06 18:36:51.244221000, delta=1610497000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.854142000, lastModified=2022-07-06 18:36:52.838249000, delta=15893000 ns, racy<=2500000000 ns 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.854948000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.854948000, lastModified=2022-07-06 18:36:52.838249000, delta=16699000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.854718000, lastModified=2022-07-06 18:36:51.244221000, delta=1610497000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.855171000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.855171000, lastModified=2022-07-06 18:36:51.244221000, delta=1610950000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.854948000, lastModified=2022-07-06 18:36:52.838249000, delta=16699000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.855385000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.855385000, lastModified=2022-07-06 18:36:52.838249000, delta=17136000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.855171000, lastModified=2022-07-06 18:36:51.244221000, delta=1610950000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.855589000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.855589000, lastModified=2022-07-06 18:36:51.244221000, delta=1611368000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.855385000, lastModified=2022-07-06 18:36:52.838249000, delta=17136000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.855804000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.855804000, lastModified=2022-07-06 18:36:52.838249000, delta=17555000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.855589000, lastModified=2022-07-06 18:36:51.244221000, delta=1611368000 ns, racy<=2500000000 ns 18:36:52.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.856021000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856021000, lastModified=2022-07-06 18:36:51.244221000, delta=1611800000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.855804000, lastModified=2022-07-06 18:36:52.838249000, delta=17555000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.856226000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.856226000, lastModified=2022-07-06 18:36:52.838249000, delta=17977000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856021000, lastModified=2022-07-06 18:36:51.244221000, delta=1611800000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.856425000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856425000, lastModified=2022-07-06 18:36:51.244221000, delta=1612204000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.856226000, lastModified=2022-07-06 18:36:52.838249000, delta=17977000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.856626000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.856626000, lastModified=2022-07-06 18:36:52.838249000, delta=18377000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856425000, lastModified=2022-07-06 18:36:51.244221000, delta=1612204000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.856804000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856804000, lastModified=2022-07-06 18:36:51.244221000, delta=1612583000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.856626000, lastModified=2022-07-06 18:36:52.838249000, delta=18377000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.857047000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.857047000, lastModified=2022-07-06 18:36:52.838249000, delta=18798000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.857224000, lastModified=2022-07-06 18:36:52.854249000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.856804000, lastModified=2022-07-06 18:36:51.244221000, delta=1612583000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.857409000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.857409000, lastModified=2022-07-06 18:36:51.244221000, delta=1613188000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.857047000, lastModified=2022-07-06 18:36:52.838249000, delta=18798000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.857579000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.857579000, lastModified=2022-07-06 18:36:52.838249000, delta=19330000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.857409000, lastModified=2022-07-06 18:36:51.244221000, delta=1613188000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.857858000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.857858000, lastModified=2022-07-06 18:36:51.244221000, delta=1613637000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.840720000, lastModified=2022-07-06 18:36:52.838249000, delta=2471000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.858014000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.858014000, lastModified=2022-07-06 18:36:52.838249000, delta=19765000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.858104000, lastModified=2022-07-06 18:36:52.854249000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.857858000, lastModified=2022-07-06 18:36:51.244221000, delta=1613637000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.858193000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.858193000, lastModified=2022-07-06 18:36:51.244221000, delta=1613972000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.858014000, lastModified=2022-07-06 18:36:52.838249000, delta=19765000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.858335000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.858335000, lastModified=2022-07-06 18:36:52.838249000, delta=20086000 ns, racy<=2500000000 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.858104000, lastModified=2022-07-06 18:36:52.854249000, delta=3855000 ns, racy<=4087500 ns 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is racily clean 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.858683000, lastModified=2022-07-06 18:36:52.854249000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.858683000, lastModified=2022-07-06 18:36:52.854249000, delta=4434000 ns, racy<=4087500 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859310000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.858193000, lastModified=2022-07-06 18:36:51.244221000, delta=1613972000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859447000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.859447000, lastModified=2022-07-06 18:36:51.244221000, delta=1615226000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859555000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.859447000, lastModified=2022-07-06 18:36:51.244221000, delta=1615226000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859643000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.859643000, lastModified=2022-07-06 18:36:51.244221000, delta=1615422000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.859555000, lastModified=2022-07-06 18:36:52.838249000, delta=21306000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859760000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.859760000, lastModified=2022-07-06 18:36:52.838249000, delta=21511000 ns, racy<=2500000000 ns 18:36:52.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.859865000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.859643000, lastModified=2022-07-06 18:36:51.244221000, delta=1615422000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860033000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860033000, lastModified=2022-07-06 18:36:51.244221000, delta=1615812000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.859760000, lastModified=2022-07-06 18:36:52.838249000, delta=21511000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860155000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860155000, lastModified=2022-07-06 18:36:52.838249000, delta=21906000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860308000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860367000, lastModified=2022-07-06 18:36:52.847249000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860033000, lastModified=2022-07-06 18:36:51.244221000, delta=1615812000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860439000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860439000, lastModified=2022-07-06 18:36:51.244221000, delta=1616218000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860155000, lastModified=2022-07-06 18:36:52.838249000, delta=21906000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860552000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860552000, lastModified=2022-07-06 18:36:52.838249000, delta=22303000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860439000, lastModified=2022-07-06 18:36:51.244221000, delta=1616218000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860656000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860656000, lastModified=2022-07-06 18:36:51.244221000, delta=1616435000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860552000, lastModified=2022-07-06 18:36:52.838249000, delta=22303000 ns, racy<=2500000000 ns 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.860764000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860764000, lastModified=2022-07-06 18:36:52.838249000, delta=22515000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.860656000, lastModified=2022-07-06 18:36:51.244221000, delta=1616435000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.861069000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.861069000, lastModified=2022-07-06 18:36:51.244221000, delta=1616848000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.860764000, lastModified=2022-07-06 18:36:52.838249000, delta=22515000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.861182000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.861182000, lastModified=2022-07-06 18:36:52.838249000, delta=22933000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, size=6, fileKey=(dev=10009e,ino=210774994) 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.861069000, lastModified=2022-07-06 18:36:51.244221000, delta=1616848000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.861524000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.861524000, lastModified=2022-07-06 18:36:51.244221000, delta=1617303000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.861182000, lastModified=2022-07-06 18:36:52.838249000, delta=22933000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.861690000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.861690000, lastModified=2022-07-06 18:36:52.838249000, delta=23441000 ns, racy<=2500000000 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.862702000, lastModified=2022-07-06 18:36:52.859249000, size=0, fileKey=(dev=10009e,ino=201368375) 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.861524000, lastModified=2022-07-06 18:36:51.244221000, delta=1617303000 ns, racy<=2500000000 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.862771000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.862771000, lastModified=2022-07-06 18:36:51.244221000, delta=1618550000 ns, racy<=2500000000 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.861690000, lastModified=2022-07-06 18:36:52.838249000, delta=23441000 ns, racy<=2500000000 ns 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.862940000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.862940000, lastModified=2022-07-06 18:36:52.838249000, delta=24691000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863067000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863138000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.862771000, lastModified=2022-07-06 18:36:51.244221000, delta=1618550000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863292000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863292000, lastModified=2022-07-06 18:36:51.244221000, delta=1619071000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.862940000, lastModified=2022-07-06 18:36:52.838249000, delta=24691000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863437000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863437000, lastModified=2022-07-06 18:36:52.838249000, delta=25188000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863292000, lastModified=2022-07-06 18:36:51.244221000, delta=1619071000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863539000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863539000, lastModified=2022-07-06 18:36:51.244221000, delta=1619318000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863437000, lastModified=2022-07-06 18:36:52.838249000, delta=25188000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863667000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863667000, lastModified=2022-07-06 18:36:52.838249000, delta=25418000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863539000, lastModified=2022-07-06 18:36:51.244221000, delta=1619318000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863789000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863789000, lastModified=2022-07-06 18:36:51.244221000, delta=1619568000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863667000, lastModified=2022-07-06 18:36:52.838249000, delta=25418000 ns, racy<=2500000000 ns 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.863943000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863943000, lastModified=2022-07-06 18:36:52.838249000, delta=25694000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.863789000, lastModified=2022-07-06 18:36:51.244221000, delta=1619568000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864102000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.864102000, lastModified=2022-07-06 18:36:51.244221000, delta=1619881000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.863943000, lastModified=2022-07-06 18:36:52.838249000, delta=25694000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864313000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.864313000, lastModified=2022-07-06 18:36:52.838249000, delta=26064000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864468000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864543000, lastModified=2022-07-06 18:36:52.854249000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.864102000, lastModified=2022-07-06 18:36:51.244221000, delta=1619881000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864701000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.864701000, lastModified=2022-07-06 18:36:51.244221000, delta=1620480000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.864313000, lastModified=2022-07-06 18:36:52.838249000, delta=26064000 ns, racy<=2500000000 ns 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.864956000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.864956000, lastModified=2022-07-06 18:36:52.838249000, delta=26707000 ns, racy<=2500000000 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.864468000, lastModified=2022-07-06 18:36:52.837249000, delta=27219000 ns, racy<=4087500 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.864543000, lastModified=2022-07-06 18:36:52.854249000, delta=10294000 ns, racy<=4087500 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.864701000, lastModified=2022-07-06 18:36:51.244221000, delta=1620480000 ns, racy<=2500000000 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.865770000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.865770000, lastModified=2022-07-06 18:36:51.244221000, delta=1621549000 ns, racy<=2500000000 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.864956000, lastModified=2022-07-06 18:36:52.838249000, delta=26707000 ns, racy<=2500000000 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.866033000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.866033000, lastModified=2022-07-06 18:36:52.838249000, delta=27784000 ns, racy<=2500000000 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.866269000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.866345000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.861327000, lastModified=2022-07-06 18:36:52.770248000, delta=91079000 ns, racy<=4087500 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.862023000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612862023000 ns, racy<=4087500 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.865770000, lastModified=2022-07-06 18:36:51.244221000, delta=1621549000 ns, racy<=2500000000 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.867763000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.867763000, lastModified=2022-07-06 18:36:51.244221000, delta=1623542000 ns, racy<=2500000000 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.866033000, lastModified=2022-07-06 18:36:52.838249000, delta=27784000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.868041000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.868041000, lastModified=2022-07-06 18:36:52.838249000, delta=29792000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.864468000, lastModified=2022-07-06 18:36:52.837249000, delta=27219000 ns, racy<=4087500 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.864543000, lastModified=2022-07-06 18:36:52.854249000, delta=10294000 ns, racy<=4087500 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.867763000, lastModified=2022-07-06 18:36:51.244221000, delta=1623542000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.868421000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.868421000, lastModified=2022-07-06 18:36:51.244221000, delta=1624200000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.868041000, lastModified=2022-07-06 18:36:52.838249000, delta=29792000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.868640000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.868640000, lastModified=2022-07-06 18:36:52.838249000, delta=30391000 ns, racy<=2500000000 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.864543000, lastModified=2022-07-06 18:36:52.854249000, delta=10294000 ns, racy<=4087500 ns 18:36:52.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.868421000, lastModified=2022-07-06 18:36:51.244221000, delta=1624200000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.869104000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.869104000, lastModified=2022-07-06 18:36:51.244221000, delta=1624883000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.868640000, lastModified=2022-07-06 18:36:52.838249000, delta=30391000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.869318000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.869318000, lastModified=2022-07-06 18:36:52.838249000, delta=31069000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.869104000, lastModified=2022-07-06 18:36:51.244221000, delta=1624883000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.869515000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.869515000, lastModified=2022-07-06 18:36:51.244221000, delta=1625294000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.869318000, lastModified=2022-07-06 18:36:52.838249000, delta=31069000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.869731000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.869731000, lastModified=2022-07-06 18:36:52.838249000, delta=31482000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.869515000, lastModified=2022-07-06 18:36:51.244221000, delta=1625294000 ns, racy<=2500000000 ns 18:36:52.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.870004000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870004000, lastModified=2022-07-06 18:36:51.244221000, delta=1625783000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.869731000, lastModified=2022-07-06 18:36:52.838249000, delta=31482000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.870226000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.870226000, lastModified=2022-07-06 18:36:52.838249000, delta=31977000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870004000, lastModified=2022-07-06 18:36:51.244221000, delta=1625783000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.870399000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870399000, lastModified=2022-07-06 18:36:51.244221000, delta=1626178000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.870226000, lastModified=2022-07-06 18:36:52.838249000, delta=31977000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.870616000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.870616000, lastModified=2022-07-06 18:36:52.838249000, delta=32367000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870399000, lastModified=2022-07-06 18:36:51.244221000, delta=1626178000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.870798000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870798000, lastModified=2022-07-06 18:36:51.244221000, delta=1626577000 ns, racy<=2500000000 ns 18:36:52.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.870616000, lastModified=2022-07-06 18:36:52.838249000, delta=32367000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.871069000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.871069000, lastModified=2022-07-06 18:36:52.838249000, delta=32820000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.870798000, lastModified=2022-07-06 18:36:51.244221000, delta=1626577000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.871240000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.871240000, lastModified=2022-07-06 18:36:51.244221000, delta=1627019000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.871069000, lastModified=2022-07-06 18:36:52.838249000, delta=32820000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.871452000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.871452000, lastModified=2022-07-06 18:36:52.838249000, delta=33203000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.871594000, lastModified=2022-07-06 18:36:52.868249000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.871240000, lastModified=2022-07-06 18:36:51.244221000, delta=1627019000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.871788000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.871788000, lastModified=2022-07-06 18:36:51.244221000, delta=1627567000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.871452000, lastModified=2022-07-06 18:36:52.838249000, delta=33203000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.872057000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.872057000, lastModified=2022-07-06 18:36:52.838249000, delta=33808000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.871788000, lastModified=2022-07-06 18:36:51.244221000, delta=1627567000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.872286000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.872286000, lastModified=2022-07-06 18:36:51.244221000, delta=1628065000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.858335000, lastModified=2022-07-06 18:36:52.838249000, delta=20086000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.872510000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.872510000, lastModified=2022-07-06 18:36:52.838249000, delta=34261000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=203426163) to (dev=10009e,ino=203426164) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.872674000, lastModified=2022-07-06 18:36:52.868249000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.872286000, lastModified=2022-07-06 18:36:51.244221000, delta=1628065000 ns, racy<=2500000000 ns 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.872801000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.872801000, lastModified=2022-07-06 18:36:51.244221000, delta=1628580000 ns, racy<=2500000000 ns 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.872510000, lastModified=2022-07-06 18:36:52.838249000, delta=34261000 ns, racy<=2500000000 ns 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.873097000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.873097000, lastModified=2022-07-06 18:36:52.838249000, delta=34848000 ns, racy<=2500000000 ns 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.872674000, lastModified=2022-07-06 18:36:52.868249000, delta=4425000 ns, racy<=4087500 ns 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.873802000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.872801000, lastModified=2022-07-06 18:36:51.244221000, delta=1628580000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874055000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874055000, lastModified=2022-07-06 18:36:51.244221000, delta=1629834000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874240000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874055000, lastModified=2022-07-06 18:36:51.244221000, delta=1629834000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874387000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874387000, lastModified=2022-07-06 18:36:51.244221000, delta=1630166000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.874240000, lastModified=2022-07-06 18:36:52.838249000, delta=35991000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874594000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.874594000, lastModified=2022-07-06 18:36:52.838249000, delta=36345000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874761000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874387000, lastModified=2022-07-06 18:36:51.244221000, delta=1630166000 ns, racy<=2500000000 ns 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.874947000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874947000, lastModified=2022-07-06 18:36:51.244221000, delta=1630726000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.874594000, lastModified=2022-07-06 18:36:52.838249000, delta=36345000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875185000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.875185000, lastModified=2022-07-06 18:36:52.838249000, delta=36936000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875392000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875463000, lastModified=2022-07-06 18:36:52.862249000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.874947000, lastModified=2022-07-06 18:36:51.244221000, delta=1630726000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875560000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.875560000, lastModified=2022-07-06 18:36:51.244221000, delta=1631339000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.875185000, lastModified=2022-07-06 18:36:52.838249000, delta=36936000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875773000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.875773000, lastModified=2022-07-06 18:36:52.838249000, delta=37524000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.875560000, lastModified=2022-07-06 18:36:51.244221000, delta=1631339000 ns, racy<=2500000000 ns 18:36:52.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.875973000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.875973000, lastModified=2022-07-06 18:36:51.244221000, delta=1631752000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.875773000, lastModified=2022-07-06 18:36:52.838249000, delta=37524000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.876124000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.876124000, lastModified=2022-07-06 18:36:52.838249000, delta=37875000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.875973000, lastModified=2022-07-06 18:36:51.244221000, delta=1631752000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.876347000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.876347000, lastModified=2022-07-06 18:36:51.244221000, delta=1632126000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.876124000, lastModified=2022-07-06 18:36:52.838249000, delta=37875000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.876487000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.876487000, lastModified=2022-07-06 18:36:52.838249000, delta=38238000 ns, racy<=2500000000 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, size=6, fileKey=(dev=10009e,ino=210774994) 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.877531000, lastModified=2022-07-06 18:36:52.874249000, size=0, fileKey=(dev=10009e,ino=201368374) 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.876347000, lastModified=2022-07-06 18:36:51.244221000, delta=1632126000 ns, racy<=2500000000 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.877595000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.877595000, lastModified=2022-07-06 18:36:51.244221000, delta=1633374000 ns, racy<=2500000000 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.876487000, lastModified=2022-07-06 18:36:52.838249000, delta=38238000 ns, racy<=2500000000 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.877733000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.877733000, lastModified=2022-07-06 18:36:52.838249000, delta=39484000 ns, racy<=2500000000 ns 18:36:52.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.877836000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.936764000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.877595000, lastModified=2022-07-06 18:36:51.244221000, delta=1633374000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.937141000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.937141000, lastModified=2022-07-06 18:36:51.244221000, delta=1692920000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.877733000, lastModified=2022-07-06 18:36:52.838249000, delta=39484000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.937436000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.937436000, lastModified=2022-07-06 18:36:52.838249000, delta=99187000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.937141000, lastModified=2022-07-06 18:36:51.244221000, delta=1692920000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.937651000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.937651000, lastModified=2022-07-06 18:36:51.244221000, delta=1693430000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.937436000, lastModified=2022-07-06 18:36:52.838249000, delta=99187000 ns, racy<=2500000000 ns 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.937939000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.937939000, lastModified=2022-07-06 18:36:52.838249000, delta=99690000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.937651000, lastModified=2022-07-06 18:36:51.244221000, delta=1693430000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938159000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.938159000, lastModified=2022-07-06 18:36:51.244221000, delta=1693938000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.937939000, lastModified=2022-07-06 18:36:52.838249000, delta=99690000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938374000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.938374000, lastModified=2022-07-06 18:36:52.838249000, delta=100125000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.938159000, lastModified=2022-07-06 18:36:51.244221000, delta=1693938000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938539000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.938539000, lastModified=2022-07-06 18:36:51.244221000, delta=1694318000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.938374000, lastModified=2022-07-06 18:36:52.838249000, delta=100125000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938740000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.938740000, lastModified=2022-07-06 18:36:52.838249000, delta=100491000 ns, racy<=2500000000 ns 18:36:52.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938921000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.938998000, lastModified=2022-07-06 18:36:52.868249000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.938539000, lastModified=2022-07-06 18:36:51.244221000, delta=1694318000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.939207000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.939207000, lastModified=2022-07-06 18:36:51.244221000, delta=1694986000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.938740000, lastModified=2022-07-06 18:36:52.838249000, delta=100491000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.939317000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.939317000, lastModified=2022-07-06 18:36:52.838249000, delta=101068000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.938921000, lastModified=2022-07-06 18:36:52.837249000, delta=101672000 ns, racy<=4087500 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.938998000, lastModified=2022-07-06 18:36:52.868249000, delta=70749000 ns, racy<=4087500 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.939207000, lastModified=2022-07-06 18:36:51.244221000, delta=1694986000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.939765000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.939765000, lastModified=2022-07-06 18:36:51.244221000, delta=1695544000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.939317000, lastModified=2022-07-06 18:36:52.838249000, delta=101068000 ns, racy<=2500000000 ns 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.939910000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.939910000, lastModified=2022-07-06 18:36:52.838249000, delta=101661000 ns, racy<=2500000000 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.940101000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.940147000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.876634000, lastModified=2022-07-06 18:36:52.770248000, delta=106386000 ns, racy<=4087500 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.876852000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612876852000 ns, racy<=4087500 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.939765000, lastModified=2022-07-06 18:36:51.244221000, delta=1695544000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.941321000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.941321000, lastModified=2022-07-06 18:36:51.244221000, delta=1697100000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.939910000, lastModified=2022-07-06 18:36:52.838249000, delta=101661000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.941446000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.941446000, lastModified=2022-07-06 18:36:52.838249000, delta=103197000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.938921000, lastModified=2022-07-06 18:36:52.837249000, delta=101672000 ns, racy<=4087500 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.938998000, lastModified=2022-07-06 18:36:52.868249000, delta=70749000 ns, racy<=4087500 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.941321000, lastModified=2022-07-06 18:36:51.244221000, delta=1697100000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.941686000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.941686000, lastModified=2022-07-06 18:36:51.244221000, delta=1697465000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.941446000, lastModified=2022-07-06 18:36:52.838249000, delta=103197000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.941799000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.941799000, lastModified=2022-07-06 18:36:52.838249000, delta=103550000 ns, racy<=2500000000 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.938998000, lastModified=2022-07-06 18:36:52.868249000, delta=70749000 ns, racy<=4087500 ns 18:36:52.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.941686000, lastModified=2022-07-06 18:36:51.244221000, delta=1697465000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942081000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942081000, lastModified=2022-07-06 18:36:51.244221000, delta=1697860000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.941799000, lastModified=2022-07-06 18:36:52.838249000, delta=103550000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942229000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942229000, lastModified=2022-07-06 18:36:52.838249000, delta=103980000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942081000, lastModified=2022-07-06 18:36:51.244221000, delta=1697860000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942405000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942405000, lastModified=2022-07-06 18:36:51.244221000, delta=1698184000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942229000, lastModified=2022-07-06 18:36:52.838249000, delta=103980000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942560000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942560000, lastModified=2022-07-06 18:36:52.838249000, delta=104311000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942405000, lastModified=2022-07-06 18:36:51.244221000, delta=1698184000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942722000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942722000, lastModified=2022-07-06 18:36:51.244221000, delta=1698501000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942560000, lastModified=2022-07-06 18:36:52.838249000, delta=104311000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942834000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942834000, lastModified=2022-07-06 18:36:52.838249000, delta=104585000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942722000, lastModified=2022-07-06 18:36:51.244221000, delta=1698501000 ns, racy<=2500000000 ns 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.942964000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942964000, lastModified=2022-07-06 18:36:51.244221000, delta=1698743000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.942834000, lastModified=2022-07-06 18:36:52.838249000, delta=104585000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943067000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943067000, lastModified=2022-07-06 18:36:52.838249000, delta=104818000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.942964000, lastModified=2022-07-06 18:36:51.244221000, delta=1698743000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943179000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943179000, lastModified=2022-07-06 18:36:51.244221000, delta=1698958000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943067000, lastModified=2022-07-06 18:36:52.838249000, delta=104818000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943323000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943323000, lastModified=2022-07-06 18:36:52.838249000, delta=105074000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943179000, lastModified=2022-07-06 18:36:51.244221000, delta=1698958000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943404000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943404000, lastModified=2022-07-06 18:36:51.244221000, delta=1699183000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943323000, lastModified=2022-07-06 18:36:52.838249000, delta=105074000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943506000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943506000, lastModified=2022-07-06 18:36:52.838249000, delta=105257000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943573000, lastModified=2022-07-06 18:36:52.941251000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943404000, lastModified=2022-07-06 18:36:51.244221000, delta=1699183000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943729000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943729000, lastModified=2022-07-06 18:36:51.244221000, delta=1699508000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943506000, lastModified=2022-07-06 18:36:52.838249000, delta=105257000 ns, racy<=2500000000 ns 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.943840000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.943840000, lastModified=2022-07-06 18:36:52.838249000, delta=105591000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.943729000, lastModified=2022-07-06 18:36:51.244221000, delta=1699508000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944058000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.944058000, lastModified=2022-07-06 18:36:51.244221000, delta=1699837000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.873097000, lastModified=2022-07-06 18:36:52.838249000, delta=34848000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944164000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.944164000, lastModified=2022-07-06 18:36:52.838249000, delta=105915000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=203426164) to (dev=10009e,ino=203426163) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944283000, lastModified=2022-07-06 18:36:52.941251000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.944058000, lastModified=2022-07-06 18:36:51.244221000, delta=1699837000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944359000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.944359000, lastModified=2022-07-06 18:36:51.244221000, delta=1700138000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.944164000, lastModified=2022-07-06 18:36:52.838249000, delta=105915000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944476000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.944476000, lastModified=2022-07-06 18:36:52.838249000, delta=106227000 ns, racy<=2500000000 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.944283000, lastModified=2022-07-06 18:36:52.941251000, delta=3032000 ns, racy<=4087500 ns 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is racily clean 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944575000, lastModified=2022-07-06 18:36:52.941251000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.944575000, lastModified=2022-07-06 18:36:52.941251000, delta=3324000 ns, racy<=4087500 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.944987000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.944359000, lastModified=2022-07-06 18:36:51.244221000, delta=1700138000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945108000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945108000, lastModified=2022-07-06 18:36:51.244221000, delta=1700887000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945204000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945108000, lastModified=2022-07-06 18:36:51.244221000, delta=1700887000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945297000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945297000, lastModified=2022-07-06 18:36:51.244221000, delta=1701076000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.945204000, lastModified=2022-07-06 18:36:52.838249000, delta=106955000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945393000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.945393000, lastModified=2022-07-06 18:36:52.838249000, delta=107144000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945488000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945297000, lastModified=2022-07-06 18:36:51.244221000, delta=1701076000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945580000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945580000, lastModified=2022-07-06 18:36:51.244221000, delta=1701359000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.945393000, lastModified=2022-07-06 18:36:52.838249000, delta=107144000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945687000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.945687000, lastModified=2022-07-06 18:36:52.838249000, delta=107438000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945826000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945873000, lastModified=2022-07-06 18:36:52.876249000, size=176, fileKey=(dev=10009e,ino=201368374) 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945580000, lastModified=2022-07-06 18:36:51.244221000, delta=1701359000 ns, racy<=2500000000 ns 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.945977000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945977000, lastModified=2022-07-06 18:36:51.244221000, delta=1701756000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.945687000, lastModified=2022-07-06 18:36:52.838249000, delta=107438000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946088000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946088000, lastModified=2022-07-06 18:36:52.838249000, delta=107839000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.945977000, lastModified=2022-07-06 18:36:51.244221000, delta=1701756000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.946 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946197000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.946197000, lastModified=2022-07-06 18:36:51.244221000, delta=1701976000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946088000, lastModified=2022-07-06 18:36:52.838249000, delta=107839000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946304000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946304000, lastModified=2022-07-06 18:36:52.838249000, delta=108055000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.946197000, lastModified=2022-07-06 18:36:51.244221000, delta=1701976000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.946 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946505000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.946505000, lastModified=2022-07-06 18:36:51.244221000, delta=1702284000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946304000, lastModified=2022-07-06 18:36:52.838249000, delta=108055000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946612000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946612000, lastModified=2022-07-06 18:36:52.838249000, delta=108363000 ns, racy<=2500000000 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, size=6, fileKey=(dev=10009e,ino=210774994) 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.947581000, lastModified=2022-07-06 18:36:52.944251000, size=0, fileKey=(dev=10009e,ino=201368375) 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.946505000, lastModified=2022-07-06 18:36:51.244221000, delta=1702284000 ns, racy<=2500000000 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.947 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.947667000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.947667000, lastModified=2022-07-06 18:36:51.244221000, delta=1703446000 ns, racy<=2500000000 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.946612000, lastModified=2022-07-06 18:36:52.838249000, delta=108363000 ns, racy<=2500000000 ns 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.947949000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.947949000, lastModified=2022-07-06 18:36:52.838249000, delta=109700000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948125000, lastModified=2022-07-06 18:36:52.947251000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948223000, lastModified=2022-07-06 18:36:52.947251000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.947667000, lastModified=2022-07-06 18:36:51.244221000, delta=1703446000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948327000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.948327000, lastModified=2022-07-06 18:36:51.244221000, delta=1704106000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.947949000, lastModified=2022-07-06 18:36:52.838249000, delta=109700000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948555000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.948555000, lastModified=2022-07-06 18:36:52.838249000, delta=110306000 ns, racy<=2500000000 ns 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948748000, lastModified=2022-07-06 18:36:52.947251000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948818000, lastModified=2022-07-06 18:36:52.947251000, size=176, fileKey=(dev=10009e,ino=201368375) 18:36:52.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.948967000, lastModified=2022-07-06 18:36:52.947251000, size=0, fileKey=(dev=10009e,ino=201368374) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.948327000, lastModified=2022-07-06 18:36:51.244221000, delta=1704106000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949064000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.949064000, lastModified=2022-07-06 18:36:51.244221000, delta=1704843000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.948555000, lastModified=2022-07-06 18:36:52.838249000, delta=110306000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949289000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.949289000, lastModified=2022-07-06 18:36:52.838249000, delta=111040000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949462000, lastModified=2022-07-06 18:36:52.948251000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949554000, lastModified=2022-07-06 18:36:52.948251000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.949064000, lastModified=2022-07-06 18:36:51.244221000, delta=1704843000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949709000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.949709000, lastModified=2022-07-06 18:36:51.244221000, delta=1705488000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.949289000, lastModified=2022-07-06 18:36:52.838249000, delta=111040000 ns, racy<=2500000000 ns 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.949934000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.949934000, lastModified=2022-07-06 18:36:52.838249000, delta=111685000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.949709000, lastModified=2022-07-06 18:36:51.244221000, delta=1705488000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.950104000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950104000, lastModified=2022-07-06 18:36:51.244221000, delta=1705883000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.949934000, lastModified=2022-07-06 18:36:52.838249000, delta=111685000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.950311000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.950311000, lastModified=2022-07-06 18:36:52.838249000, delta=112062000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950104000, lastModified=2022-07-06 18:36:51.244221000, delta=1705883000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.950512000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950512000, lastModified=2022-07-06 18:36:51.244221000, delta=1706291000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.950311000, lastModified=2022-07-06 18:36:52.838249000, delta=112062000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.950713000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.950713000, lastModified=2022-07-06 18:36:52.838249000, delta=112464000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950512000, lastModified=2022-07-06 18:36:51.244221000, delta=1706291000 ns, racy<=2500000000 ns 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.950912000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950912000, lastModified=2022-07-06 18:36:51.244221000, delta=1706691000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.950713000, lastModified=2022-07-06 18:36:52.838249000, delta=112464000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.951115000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.951115000, lastModified=2022-07-06 18:36:52.838249000, delta=112866000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, create new FileSnapshot: lastRead=2022-07-06 18:36:52.951263000, lastModified=2022-07-06 18:36:52.837249000, size=23, fileKey=(dev=10009e,ino=201368371) 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.951337000, lastModified=2022-07-06 18:36:52.941251000, size=41, fileKey=(dev=10009e,ino=203426163) 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.950912000, lastModified=2022-07-06 18:36:51.244221000, delta=1706691000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.951494000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.951494000, lastModified=2022-07-06 18:36:51.244221000, delta=1707273000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.951115000, lastModified=2022-07-06 18:36:52.838249000, delta=112866000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.951707000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.951707000, lastModified=2022-07-06 18:36:52.838249000, delta=113458000 ns, racy<=2500000000 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.951263000, lastModified=2022-07-06 18:36:52.837249000, delta=114014000 ns, racy<=4087500 ns 18:36:52.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.951337000, lastModified=2022-07-06 18:36:52.941251000, delta=10086000 ns, racy<=4087500 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.951494000, lastModified=2022-07-06 18:36:51.244221000, delta=1707273000 ns, racy<=2500000000 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.952400000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.952400000, lastModified=2022-07-06 18:36:51.244221000, delta=1708179000 ns, racy<=2500000000 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.951707000, lastModified=2022-07-06 18:36:52.838249000, delta=113458000 ns, racy<=2500000000 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.952585000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.952585000, lastModified=2022-07-06 18:36:52.838249000, delta=114336000 ns, racy<=2500000000 ns 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.952834000, lastModified=2022-07-06 18:36:52.948251000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/index, create new FileSnapshot: lastRead=2022-07-06 18:36:52.952947000, lastModified=2022-07-06 18:36:52.948251000, size=104, fileKey=(dev=10009e,ino=201368374) 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.946784000, lastModified=2022-07-06 18:36:52.770248000, delta=176536000 ns, racy<=4087500 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, isRacyClean=false, read=2022-07-06 18:36:52.947003000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132612947003000 ns, racy<=4087500 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack/preserved, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.952400000, lastModified=2022-07-06 18:36:51.244221000, delta=1708179000 ns, racy<=2500000000 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.954383000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.954383000, lastModified=2022-07-06 18:36:51.244221000, delta=1710162000 ns, racy<=2500000000 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.952585000, lastModified=2022-07-06 18:36:52.838249000, delta=114336000 ns, racy<=2500000000 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.954611000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.954611000, lastModified=2022-07-06 18:36:52.838249000, delta=116362000 ns, racy<=2500000000 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, isRacyClean=false, read=2022-07-06 18:36:52.951263000, lastModified=2022-07-06 18:36:52.837249000, delta=114014000 ns, racy<=4087500 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/HEAD, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.951337000, lastModified=2022-07-06 18:36:52.941251000, delta=10086000 ns, racy<=4087500 ns 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.954383000, lastModified=2022-07-06 18:36:51.244221000, delta=1710162000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.955043000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.955043000, lastModified=2022-07-06 18:36:51.244221000, delta=1710822000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.954611000, lastModified=2022-07-06 18:36:52.838249000, delta=116362000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.955261000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.955261000, lastModified=2022-07-06 18:36:52.838249000, delta=117012000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.951337000, lastModified=2022-07-06 18:36:52.941251000, delta=10086000 ns, racy<=4087500 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is unmodified 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.955043000, lastModified=2022-07-06 18:36:51.244221000, delta=1710822000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.955598000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.955598000, lastModified=2022-07-06 18:36:51.244221000, delta=1711377000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.955261000, lastModified=2022-07-06 18:36:52.838249000, delta=117012000 ns, racy<=2500000000 ns 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.955810000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.955810000, lastModified=2022-07-06 18:36:52.838249000, delta=117561000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.955598000, lastModified=2022-07-06 18:36:51.244221000, delta=1711377000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.956045000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956045000, lastModified=2022-07-06 18:36:51.244221000, delta=1711824000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.955810000, lastModified=2022-07-06 18:36:52.838249000, delta=117561000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.956255000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.956255000, lastModified=2022-07-06 18:36:52.838249000, delta=118006000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956045000, lastModified=2022-07-06 18:36:51.244221000, delta=1711824000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.956457000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956457000, lastModified=2022-07-06 18:36:51.244221000, delta=1712236000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.956255000, lastModified=2022-07-06 18:36:52.838249000, delta=118006000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.956652000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.956652000, lastModified=2022-07-06 18:36:52.838249000, delta=118403000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956457000, lastModified=2022-07-06 18:36:51.244221000, delta=1712236000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.956821000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956821000, lastModified=2022-07-06 18:36:51.244221000, delta=1712600000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.956652000, lastModified=2022-07-06 18:36:52.838249000, delta=118403000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957052000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957052000, lastModified=2022-07-06 18:36:52.838249000, delta=118803000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.956821000, lastModified=2022-07-06 18:36:51.244221000, delta=1712600000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957247000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.957247000, lastModified=2022-07-06 18:36:51.244221000, delta=1713026000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957052000, lastModified=2022-07-06 18:36:52.838249000, delta=118803000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957462000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957462000, lastModified=2022-07-06 18:36:52.838249000, delta=119213000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.957247000, lastModified=2022-07-06 18:36:51.244221000, delta=1713026000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957627000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.957627000, lastModified=2022-07-06 18:36:51.244221000, delta=1713406000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957462000, lastModified=2022-07-06 18:36:52.838249000, delta=119213000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957838000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957838000, lastModified=2022-07-06 18:36:52.838249000, delta=119589000 ns, racy<=2500000000 ns 18:36:52.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-07-06 18:36:52.957972000, lastModified=2022-07-06 18:36:52.955251000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.957627000, lastModified=2022-07-06 18:36:51.244221000, delta=1713406000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.958172000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.958172000, lastModified=2022-07-06 18:36:51.244221000, delta=1713951000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.957838000, lastModified=2022-07-06 18:36:52.838249000, delta=119589000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.958393000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.958393000, lastModified=2022-07-06 18:36:52.838249000, delta=120144000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.958172000, lastModified=2022-07-06 18:36:51.244221000, delta=1713951000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.958644000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.958644000, lastModified=2022-07-06 18:36:51.244221000, delta=1714423000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.944476000, lastModified=2022-07-06 18:36:52.838249000, delta=106227000 ns, racy<=2500000000 ns 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.958860000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.958860000, lastModified=2022-07-06 18:36:52.838249000, delta=120611000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, FileKey changed from (dev=10009e,ino=203426163) to (dev=10009e,ino=203426164) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.959051000, lastModified=2022-07-06 18:36:52.955251000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.958644000, lastModified=2022-07-06 18:36:51.244221000, delta=1714423000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.959173000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.959173000, lastModified=2022-07-06 18:36:51.244221000, delta=1714952000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.958860000, lastModified=2022-07-06 18:36:52.838249000, delta=120611000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.959384000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.959384000, lastModified=2022-07-06 18:36:52.838249000, delta=121135000 ns, racy<=2500000000 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=true, read=2022-07-06 18:36:52.959051000, lastModified=2022-07-06 18:36:52.955251000, delta=3800000 ns, racy<=4087500 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, is racily clean 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-07-06 18:36:52.959571000, lastModified=2022-07-06 18:36:52.955251000, size=41, fileKey=(dev=10009e,ino=203426164) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/refs/heads/master, isRacyClean=false, read=2022-07-06 18:36:52.959571000, lastModified=2022-07-06 18:36:52.955251000, delta=4320000 ns, racy<=4087500 ns 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, create new FileSnapshot: lastRead=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, size=6, fileKey=(dev=10009e,ino=210774994) 18:36:52.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.959173000, lastModified=2022-07-06 18:36:51.244221000, delta=1714952000 ns, racy<=2500000000 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.960308000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.960308000, lastModified=2022-07-06 18:36:51.244221000, delta=1716087000 ns, racy<=2500000000 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.959384000, lastModified=2022-07-06 18:36:52.838249000, delta=121135000 ns, racy<=2500000000 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.960566000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.960566000, lastModified=2022-07-06 18:36:52.838249000, delta=122317000 ns, racy<=2500000000 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.960308000, lastModified=2022-07-06 18:36:51.244221000, delta=1716087000 ns, racy<=2500000000 ns 18:36:52.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.962749000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.962749000, lastModified=2022-07-06 18:36:51.244221000, delta=1718528000 ns, racy<=2500000000 ns 18:36:52.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.960566000, lastModified=2022-07-06 18:36:52.838249000, delta=122317000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.963087000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.963087000, lastModified=2022-07-06 18:36:52.838249000, delta=124838000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.962749000, lastModified=2022-07-06 18:36:51.244221000, delta=1718528000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.963604000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.963604000, lastModified=2022-07-06 18:36:51.244221000, delta=1719383000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.963087000, lastModified=2022-07-06 18:36:52.838249000, delta=124838000 ns, racy<=2500000000 ns 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.963831000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.963831000, lastModified=2022-07-06 18:36:52.838249000, delta=125582000 ns, racy<=2500000000 ns 18:36:52.964 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'two.txt' on revision cbb6b0022fe56b0b852d42d79b38c5f38676baf3 of the Git repository at '/tmp/junit3905590244806959254' 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.963604000, lastModified=2022-07-06 18:36:51.244221000, delta=1719383000 ns, racy<=2500000000 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.964486000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.964486000, lastModified=2022-07-06 18:36:51.244221000, delta=1720265000 ns, racy<=2500000000 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.963831000, lastModified=2022-07-06 18:36:52.838249000, delta=125582000 ns, racy<=2500000000 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.964720000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.964720000, lastModified=2022-07-06 18:36:52.838249000, delta=126471000 ns, racy<=2500000000 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.964486000, lastModified=2022-07-06 18:36:51.244221000, delta=1720265000 ns, racy<=2500000000 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.965 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.965583000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.965583000, lastModified=2022-07-06 18:36:51.244221000, delta=1721362000 ns, racy<=2500000000 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.964720000, lastModified=2022-07-06 18:36:52.838249000, delta=126471000 ns, racy<=2500000000 ns 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.965835000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.965835000, lastModified=2022-07-06 18:36:52.838249000, delta=127586000 ns, racy<=2500000000 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.965583000, lastModified=2022-07-06 18:36:51.244221000, delta=1721362000 ns, racy<=2500000000 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.966654000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.966654000, lastModified=2022-07-06 18:36:51.244221000, delta=1722433000 ns, racy<=2500000000 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.965835000, lastModified=2022-07-06 18:36:52.838249000, delta=127586000 ns, racy<=2500000000 ns 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.966942000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.966942000, lastModified=2022-07-06 18:36:52.838249000, delta=128693000 ns, racy<=2500000000 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, isRacyClean=false, read=2022-07-06 18:36:52.959825000, lastModified=2022-07-06 18:36:52.770248000, delta=189577000 ns, racy<=4087500 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/objects/pack, is unmodified 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.966654000, lastModified=2022-07-06 18:36:51.244221000, delta=1722433000 ns, racy<=2500000000 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:36:52.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.967566000, lastModified=2022-07-06 18:36:51.244221000, size=258, fileKey=(dev=804,ino=407899895) 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-07-06 18:36:52.967566000, lastModified=2022-07-06 18:36:51.244221000, delta=1723345000 ns, racy<=2500000000 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-07-06 18:36:47.162509000, lastModified=1970-01-01 00:00:00.000000000, delta=1657132607162509000 ns, racy<=2500000000 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.966942000, lastModified=2022-07-06 18:36:52.838249000, delta=128693000 ns, racy<=2500000000 ns 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, is racily clean 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, create new FileSnapshot: lastRead=2022-07-06 18:36:52.967802000, lastModified=2022-07-06 18:36:52.838249000, size=78, fileKey=(dev=10009e,ino=201368372) 18:36:52.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3905590244806959254/.git/config, isRacyClean=true, read=2022-07-06 18:36:52.967802000, lastModified=2022-07-06 18:36:52.838249000, delta=129553000 ns, racy<=2500000000 ns 18:36:52.968 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'one.txt' on revision e7803a5ed0f2f66f3bc9fbfa797df3674c139f65 of the Git repository at '/tmp/junit3905590244806959254' Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.031 s - in org.eclipse.hawk.git.JGitRepositoryTest delta1ArgWithUpdatedFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 4.494 s delta2ArgAfterFirstOfThree(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.196 s gitHonorsCurrentBranch(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.283 s currentRevisionTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.105 s firstRevisionIsConstant(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.185 s delta1ArgTwoChanges(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.195 s currentRevisionOneCommit(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.02 s delta1ArgWithTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.099 s delta1ArgWithCurrent(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.085 s delta2ArgAfterFirstOfTwo(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.1 s delta1ArgWithNullRevision(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.021 s currentRevisionWithoutCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.008 s importFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.199 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.localfolder.LocalFileTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 s - in org.eclipse.hawk.localfolder.LocalFileTest laterVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.907 s laterVersionWithDelta(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.003 s initialVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 0.001 s Running org.eclipse.hawk.localfolder.LocalFolderTest eC7xJbA8KPa0chXm+/po+2VdTqU=, Xoh0IYddItetWZZijN4k+hcEI50= G78zT4iXMMN/BPlFG+NTRyizxRc=, QWVwICvOasPTCDkqxUbeZSaZR4g= Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 s - in org.eclipse.hawk.localfolder.LocalFolderTest renameFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.252 s addFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.039 s copyFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.095 s updateFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.192 s empty(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.034 s deleteFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.141 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.614 s - in org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest testFragmentDependenciesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.002 s testAttributeWithEnumType(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.001 s testEnumerationsInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testAnalystFragmentAttributes(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testMetaclassesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testNumberOfFragments(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testMetaclassesInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s Running org.eclipse.hawk.modelio.exml.model.ModelioObjectTest 18:37:11.761 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.03) 18:37:11.764 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:37:11.764 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:37:11.764 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.1.00) 18:37:11.764 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:37:11.764 [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.657 s - in org.eclipse.hawk.modelio.exml.model.ModelioObjectTest accessClassModelio34(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.358 s accessClassModelio35(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.139 s accessClassDiagram(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.159 s Running org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/admin/mmversion.dat modelio.kernel: version 1.0.00 Standard: version 1.0.9026 18:37:12.267 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.268 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.268 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.268 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.343 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.343 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.343 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.345 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.349 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.349 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.357 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.363 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.363 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.363 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.366 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.366 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.366 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.366 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.366 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.367 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.367 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.367 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.367 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.368 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.368 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.368 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.368 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.437 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.437 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.437 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.437 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.437 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.438 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.438 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.438 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.438 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.439 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.440 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.440 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.440 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.440 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.441 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.442 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.442 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.442 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.442 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.444 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.444 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.444 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.444 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.445 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.446 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.446 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.446 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.448 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.448 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.448 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.448 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.448 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.449 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.450 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.450 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.450 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.450 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.451 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.451 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.451 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.452 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.454 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.457 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.457 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.457 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.457 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.457 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.458 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.463 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.463 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.464 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.464 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.539 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.539 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.539 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.539 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.539 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.545 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.549 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.553 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.553 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.553 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.554 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.554 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.554 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.555 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.555 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.556 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.556 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.556 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.556 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.557 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.557 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.560 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.562 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.562 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.562 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.565 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.565 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.565 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.565 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.571 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.571 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.639 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.640 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.640 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.641 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.641 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.641 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.641 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.641 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.642 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.643 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.643 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.643 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.644 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.645 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.645 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.646 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.646 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.647 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.647 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.647 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.647 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.648 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.648 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.648 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.648 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.648 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.649 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.651 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.651 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.651 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.651 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.655 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.659 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.662 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.662 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.662 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.662 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.662 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.664 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.664 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.664 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.664 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.664 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.665 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.665 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.665 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.668 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.736 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.736 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.737 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.737 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.737 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.737 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.739 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.740 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.744 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.745 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.749 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.749 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.782 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.782 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.782 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.785 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.785 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.785 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.786 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.788 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.788 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.844 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.844 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.844 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.844 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.844 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.846 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.852 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.852 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.852 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.852 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.857 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.857 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.857 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.857 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.957 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.968 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.969 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.969 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.969 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.969 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.971 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:12.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:12.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.036 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.267 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.270 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:37:13.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:37:13.278 [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.411 s - in org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest ramc(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 1.137 s bpmnCatchEvent(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.17 s implicitContainment(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.103 s Running org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest 18:37:13.763 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/0.0.03) 18:37:13.763 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/0.1.00) 18:37:13.763 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/1.1.00) 18:37:13.763 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/1.0.00) 18:37:13.764 [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.593 s - in org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest testPackageVersion1(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.205 s testPackageVersion2(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.194 s testPackageVersion3(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.191 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.711 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserTest parseAnimal(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.092 s parseClass35(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.098 s parseClass(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.1 s parseEmpty(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.133 s parseElephant(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.163 s parseNoObjects(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.034 s parsePackage(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.089 s Running org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest Parsed 354 fragments in 517ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest jenkinsArchive(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.517 s zoo(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.277 s Running org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest dumpAndParse(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.108 s expectedRootMClasses(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.001 s countPackages(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0 s checkModuleComponentHierarchy(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0 s allClassesHaveParentRef(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.007 s Results: Tests run: 31, Failures: 0, Errors: 0, Skipped: 1 Running org.eclipse.hawk.uml.UMLProfileParsingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s - in org.eclipse.hawk.uml.UMLProfileParsingTest modelsHonorProfileVersions(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 1.397 s profileVersioning(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 0.008 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.workspace.tests.WorkspaceTest 18:37:33.760 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms 18:37:33.764 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.773 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:33.854 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.861 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.870 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:33.871 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.944 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.945 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:33.949 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:33.956 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.960 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.963 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:33.968 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.045 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.056 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.056 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.058 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.068 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.140 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.149 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.151 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.158 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.159 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.161 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.167 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.168 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.239 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:37:34.243 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:37:34.252 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s - in org.eclipse.hawk.workspace.tests.WorkspaceTest changeFile[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 1.14 s importProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.022 s closeProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.074 s deleteProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.011 s openProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.013 s newProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.076 s existingProjectIsListed[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.01 s changeFile[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.01 s importProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.082 s closeProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.012 s deleteProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.007 s openProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.078 s newProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.007 s existingProjectIsListed[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.007 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Plain Maven) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -f pom-plain.xml verify -P signjars --toolchains core/jenkins-toolchains.xml [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Hawk Parent [pom] [INFO] Eclipse Hawk Core [jar] [INFO] Eclipse Hawk Graph Abstractions [jar] [INFO] Eclipse Hawk Epsilon Query Engine [jar] [INFO] Eclipse Hawk EMF Model Parser [jar] [INFO] Eclipse Hawk EMF Resource [jar] [INFO] Eclipse Hawk HTTP Connector [jar] [INFO] Eclipse Hawk JGit Connector [jar] [INFO] Eclipse Hawk Local Folder Connector [jar] [INFO] Eclipse Hawk Modelio EXML Parser [jar] [INFO] Eclipse Hawk OrientDB Backend [jar] [INFO] Eclipse Hawk Time-Aware Querying Core [jar] [INFO] Eclipse Hawk Greycat Backend [jar] [INFO] Eclipse Hawk Embedded Artemis Server [jar] [INFO] Eclipse Hawk Thrift API [jar] [INFO] Eclipse Hawk Remote EMF Model [jar] [INFO] Eclipse Hawk SQLite Backend [jar] [INFO] [INFO] ----------------< org.eclipse.hawk:eclipse-hawk-plain >----------------- [INFO] Building Eclipse Hawk Parent 2.3.0-SNAPSHOT [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom (5.7 kB at 169 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 1.5 MB/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 443 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 2.1 MB/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 10 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 68 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 196 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 153 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 43 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 173 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 196 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 55 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 89 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 370 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 538 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 314 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 89 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 420 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 851 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 390 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 78 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 79 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 40 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 357 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 60 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 86 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 112 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 105 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 322 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 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 46 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 165 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 340 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 331 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 327 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.9 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 403 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 179 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 729 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 4.5 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 636 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 151 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-artifact/3.0/maven-artifact-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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 858 kB/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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.7 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-model/3.0/maven-model-3.0.jar (165 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] 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 160 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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] 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 213 kB/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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 152 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.1 MB/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] 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 412 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-util/1.7/aether-util-1.7.jar (108 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 46 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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 158 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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 253 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 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 83 kB/s) [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 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 543 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 658 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 606 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 316 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.8 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 250 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 801 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 37 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 362 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 115 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 52 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 97 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 3.2 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 6.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 195 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 314 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 275 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 60 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 639 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.7 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 765 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 279 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 243 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 7.5 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 635 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 966 kB/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 474 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 18 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 279 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 284 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 332 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 1.6 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 61 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 437 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 61 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 953 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 118 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 248 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 76 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 174 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 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 466 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 302 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 537 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 197 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 385 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 255 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 772 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 422 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 890 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.3 MB/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 138 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 120 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 236 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 1.0 MB/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 345 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 713 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 207 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 78 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 77 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 81 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 120 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 160 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 81 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 64 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 127 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 254 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 402 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 962 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 843 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 874 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 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 23 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 250 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 177 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 10 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 5.7 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 6.4 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 158 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 65 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 178 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 9.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 13 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 238 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 150 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 283 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 6.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 9.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 817 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 886 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 102 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 494 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 143 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 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 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 243 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 103 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.3 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 155 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 990 kB/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 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 202 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 96 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 591 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-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-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 1.4 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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 1.8 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/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 567 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 30 kB/s) [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 30 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] 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 331 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/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 334 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-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 551 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 152 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 43 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 44 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 29 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/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.1 MB/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 619 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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/dom4j/dom4j/1.1/dom4j-1.1.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 797 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 204 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 106 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 279 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 879 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/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 902 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 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-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 88 kB/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 20 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 190 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 521 kB/s) [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 93 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ eclipse-hawk-plain --- [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.core >--------------- [INFO] Building Eclipse Hawk Core 2.3.0-SNAPSHOT [2/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 676 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 2.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (11 kB at 755 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (46 kB at 3.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 582 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 394 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.6 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 324 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 2.4 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 3.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 886 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom (29 kB at 1.8 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 293 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 26 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 101 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 207 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 850 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] 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 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 167 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar (539 kB at 12 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 531 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 975 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 386 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 669 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 3.6 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 132 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 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 121 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 570 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.8 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 358 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 284 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 9.2 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 4.9 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 316 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 397 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 337 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 329 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 137 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 39 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 41 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 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 1.0 MB/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 6.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (1.3 kB at 92 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 125 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 212 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 91 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 325 kB/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 206 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 31 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-compiler-api/2.5/plexus-compiler-api-2.5.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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 248 kB/s) [INFO] 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/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 713 kB/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-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 9.0 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 1.1 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/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 kB at 666 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 3.3 MB/s) [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 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 949 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 490 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 3.8 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.0 MB/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 39 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 900 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.1 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 217 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 69 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 221 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 125 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 952 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 125 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 181 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 147 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 224 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 8.7 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 193 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 146 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 141 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 556 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 49 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 139 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 114 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 125 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 160 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 92 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 267 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 522 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.0 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 176 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 778 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.7 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 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 2.0 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 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 379 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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 622 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 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-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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 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-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 95 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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 766 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 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 85 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 215 kB/s) [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 80 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 206 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 73 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.core --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 349 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 122 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 133 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 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 4.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 68 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 292 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 1.5 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 2.8 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 8.4 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 2.3 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 7.2 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.core >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.core... Loading source files for package org.eclipse.hawk.core.graph... Loading source files for package org.eclipse.hawk.core.graph.timeaware... Loading source files for package org.eclipse.hawk.core.model... Loading source files for package org.eclipse.hawk.core.query... Loading source files for package org.eclipse.hawk.core.runtime... Loading source files for package org.eclipse.hawk.core.security... Loading source files for package org.eclipse.hawk.core.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.graph >--------------- [INFO] Building Eclipse Hawk Graph Abstractions 2.3.0-SNAPSHOT [3/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.graph --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelUpdater.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelUpdater.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.graph --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.graph >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.graph <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.graph --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.graph... Loading source files for package org.eclipse.hawk.graph.introspector... Loading source files for package org.eclipse.hawk.graph.updater... Loading source files for package org.eclipse.hawk.graph.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.graph --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.epsilon >-------------- [INFO] Building Eclipse Hawk Epsilon Query Engine 2.3.0-SNAPSHOT [4/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.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 54 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 609 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 39 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 25 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 169 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 45 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 59 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 51 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/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/antlr/stringtemplate/3.2/stringtemplate-3.2.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.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.common/2.0.0/org.eclipse.epsilon.common-2.0.0.jar (123 kB at 3.3 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/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 10 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/org/antlr/antlr/3.1.1/antlr-3.1.1.jar (1.5 MB at 32 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 5.4 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 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.0.0/org.eclipse.epsilon.eol.engine-2.0.0.jar (669 kB at 13 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 3.8 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.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.epsilon >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.epsilon <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.epsilon --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.epsilon --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.epsilon.emc... Loading source files for package org.eclipse.hawk.epsilon.emc.contextful... Loading source files for package org.eclipse.hawk.epsilon.emc.optimisation... Loading source files for package org.eclipse.hawk.epsilon.emc.pgetters... Loading source files for package org.eclipse.hawk.epsilon.emc.tracking... Loading source files for package org.eclipse.hawk.epsilon.emc.wrappers... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.epsilon --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.emf >---------------- [INFO] Building Eclipse Hawk EMF Model Parser 2.3.0-SNAPSHOT [5/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom (1.7 kB at 89 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom (1.3 kB at 60 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 48 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar (376 kB at 11 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 37 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 984 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emf --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emf.metamodel... Loading source files for package org.eclipse.hawk.emf.model... Loading source files for package org.eclipse.hawk.emf.model.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emf --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.emfresource >------------ [INFO] Building Eclipse Hawk EMF Resource 2.3.0-SNAPSHOT [6/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 263 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 299 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 177 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 39 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 170 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 92 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 278 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 2.4 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom (1.2 kB at 23 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/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 652 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 382 kB/s) [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.4 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 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 44 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emfresource --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emfresource --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emfresource --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emfresource --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emfresource >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emfresource <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emfresource --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emfresource --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emfresource... Loading source files for package org.eclipse.hawk.emfresource.impl... Loading source files for package org.eclipse.hawk.emfresource.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emfresource --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.http >--------------- [INFO] Building Eclipse Hawk HTTP Connector 2.3.0-SNAPSHOT [7/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom (6.6 kB at 389 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 780 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 237 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom (13 kB at 920 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 460 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 16 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 22 MB/s) [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 5.4 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.http --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.http >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.http --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.http --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.http... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.http --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.jgit >--------------- [INFO] Building Eclipse Hawk JGit Connector 2.3.0-SNAPSHOT [8/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom (8.1 kB at 326 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom (35 kB at 2.3 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 141 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 179 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 83 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 288 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 82 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 45 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 49 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 3.9 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/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 4.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 7.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 8.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 25 MB/s) [INFO] 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 14 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.jgit --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.jgit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.jgit >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.jgit --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.git... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.jgit --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.localfolder >------------ [INFO] Building Eclipse Hawk Local Folder Connector 2.3.0-SNAPSHOT [9/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom (11 kB at 202 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 14 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.localfolder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.localfolder --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.localfolder --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.localfolder --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.localfolder >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.localfolder <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.localfolder --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.localfolder --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.localfolder... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.localfolder --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.modelio.exml >----------- [INFO] Building Eclipse Hawk Modelio EXML Parser 2.3.0-SNAPSHOT [10/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.modelio.exml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.modelio.exml --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.modelio.exml --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.modelio.exml --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.modelio.exml >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.modelio.exml <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.modelio.exml --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.modelio.exml --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.modelio.exml.listeners... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.mlib... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.parser... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.register... Loading source files for package org.eclipse.hawk.modelio.exml.model... Loading source files for package org.eclipse.hawk.modelio.exml.model.parser... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.modelio.exml --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.orientdb >------------- [INFO] Building Eclipse Hawk OrientDB Backend 2.3.0-SNAPSHOT [11/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom (3.1 kB at 87 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 754 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom (11 kB at 467 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom (12 kB at 494 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom (15 kB at 521 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 396 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar (117 kB at 3.5 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 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar (160 kB at 3.0 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.7 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 45 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.orientdb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.orientdb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.orientdb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.orientdb --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.orientdb >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.orientdb <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.orientdb --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.orientdb --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.orientdb... Loading source files for package org.eclipse.hawk.orientdb.cache... Loading source files for package org.eclipse.hawk.orientdb.indexes... Loading source files for package org.eclipse.hawk.orientdb.query... Loading source files for package org.eclipse.hawk.orientdb.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.orientdb --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------< org.eclipse.hawk:org.eclipse.hawk.timeaware >------------- [INFO] Building Eclipse Hawk Time-Aware Querying Core 2.3.0-SNAPSHOT [12/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.timeaware --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.timeaware --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.timeaware --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.timeaware --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.timeaware >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.timeaware <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.timeaware --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.timeaware --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.timeaware.factory... Loading source files for package org.eclipse.hawk.timeaware.graph... Loading source files for package org.eclipse.hawk.timeaware.queries... Loading source files for package org.eclipse.hawk.timeaware.queries.operations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.patterns... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.reflective... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.annotations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.predicates... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.timeaware --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.greycat >-------------- [INFO] Building Eclipse Hawk Greycat Backend 2.3.0-SNAPSHOT [13/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.pom (14 kB at 37 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 35 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.pom (1.8 kB at 6.1 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 292 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.1 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 201 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 229 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 672 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 564 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 180 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 2.7 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom (697 B at 24 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 169 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 276 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom (356 kB at 14 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom (3.3 kB at 219 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.jar [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.jar (6.3 kB at 15 kB/s) [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.jar (788 kB at 1.8 MB/s) [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.jar (1.9 MB at 2.6 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 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.jar (226 kB at 5.0 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 21 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 13 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 11 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 46 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.greycat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.greycat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.greycat --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.greycat >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.greycat <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.greycat --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.greycat... Loading source files for package org.eclipse.hawk.greycat.lucene... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.greycat --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------< org.eclipse.hawk:org.eclipse.hawk.service.artemis >---------- [INFO] Building Eclipse Hawk Embedded Artemis Server 2.3.0-SNAPSHOT [14/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom (8.4 kB at 561 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom (75 kB at 3.9 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 396 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 2.1 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom (5.8 kB at 412 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 901 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom (3.3 kB at 275 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 105 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 2.6 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 346 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 21 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 132 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 198 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 250 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 522 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 259 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom (3.0 kB at 231 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom (4.6 kB at 72 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 439 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 504 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 202 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 422 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom (15 kB at 1.2 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom (16 kB at 747 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 96 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom (25 kB at 1.7 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom (15 kB at 477 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 1.0 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom (18 kB at 599 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 138 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 73 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 87 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 86 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 107 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 60 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 75 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 52 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 346 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 87 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 124 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.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 124 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 144 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 144 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 866 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 92 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 856 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 857 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 866 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 866 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 288 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 577 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 866 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 864 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 864 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 576 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 38 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 866 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 432 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 864 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 644 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 325 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 489 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 970 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 132 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 244 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 647 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 490 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 653 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 653 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 196 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 653 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 980 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 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.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 980 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 980 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 652 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 984 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 391 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 245 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 443 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 967 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 129 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 150 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.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 651 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 244 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 651 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 976 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 976 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 651 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 976 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 976 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 244 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 89 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.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 982 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 976 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 (836 B at 70 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 70 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 166 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 65 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 104 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 52 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 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.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 167 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 87 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 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.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 109 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.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 60 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 75 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.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 167 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 89 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 32 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 99 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 852 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (818 B 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.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 165 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 166 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 129 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 84 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 136 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 146 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 67 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 156 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.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 130 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 73 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 86 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 106 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 93 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 195 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.8.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 168 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 117 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 20 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 125 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 81 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 132 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 118 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 164 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 142 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 152 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 69 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 142 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.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 164 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.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 152 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 134 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 93 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar (106 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar (296 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar (1.7 MB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar (66 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar (101 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar (223 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar (340 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar (37 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar (89 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar (699 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar (32 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar (272 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar (457 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar (2.5 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar (562 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar (110 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar (141 kB at 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar (376 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar (26 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar (316 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar (31 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar [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.jar (148 kB at 755 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar (74 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar (199 kB at 930 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar (139 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar (1.5 MB at 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar (102 kB at 449 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar (91 kB at 397 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar (112 kB at 484 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar (577 kB at 1.8 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.artemis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.artemis --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.artemis --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.artemis >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.artemis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.artemis --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.artemis --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.artemis.consumer... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/Consumer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/Consumer.QueueType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/class-use/Consumer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/class-use/Consumer.QueueType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/help-doc.html... 11 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:41: warning - Tag @link: reference not found: #openSession() [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:42: warning - Tag @link: reference not found: #processChangesSync(MessageHandler) [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:69: warning - @param argument "String" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:70: warning - @param argument "int" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:71: warning - @param argument "String" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.artemis --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.api >------------ [INFO] Building Eclipse Hawk Thrift API 2.3.0-SNAPSHOT [15/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom (5.4 kB at 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar (33 kB at 1.6 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom (2.6 kB at 91 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom (4.6 kB at 354 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 918 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.6 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 315 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar (322 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar (246 kB at 8.5 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 300 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 585 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 13 MB/s) [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.api >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.api --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.api... Loading source files for package org.eclipse.hawk.service.api.utils... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] reason: class file for org.apache.http.annotation.ThreadingBehavior not found [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] warning: unknown enum constant ThreadingBehavior.SAFE_CONDITIONAL [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.api --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.emf >------------ [INFO] Building Eclipse Hawk Remote EMF Model 2.3.0-SNAPSHOT [16/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.emf --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.emf... Loading source files for package org.eclipse.hawk.service.emf.impl... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.emf --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.sqlite >-------------- [INFO] Building Eclipse Hawk SQLite Backend 2.3.0-SNAPSHOT [17/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom (10 kB at 560 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar (9.7 MB at 88 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.sqlite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.sqlite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.sqlite --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.sqlite --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.sqlite >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.sqlite <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.sqlite --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.sqlite --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.sqlite... Loading source files for package org.eclipse.hawk.sqlite.iteration... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.sqlite --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Hawk Parent 2.3.0-SNAPSHOT: [INFO] [INFO] Eclipse Hawk Parent ................................ SUCCESS [ 10.286 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 20.266 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 9.167 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 10.337 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 8.012 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 10.029 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 7.980 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 8.504 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 8.075 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 9.346 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 10.624 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 8.791 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 12.986 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 33.515 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 33.892 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 8.627 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [ 7.948 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:38 min [INFO] Finished at: 2022-07-06T18:41:25Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to OSSRH) [Pipeline] container [Pipeline] { [Pipeline] sh + pwd + echo deploying to OSSRH: pwd is /home/jenkins/agent/workspace/hawk_master and home is /home/jenkins deploying to OSSRH: pwd is /home/jenkins/agent/workspace/hawk_master and home is /home/jenkins [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key B9120C538403B707: public key "Eclipse Hawk Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key B9120C538403B707: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 + gpg --list-keys --with-colons + awk -F: /fpr:/ {print $10} + sort -u + echo -e 5 y + gpg --batch --command-fd 0 --expert --edit-key 540BA443C75D7C8928ABAB0FB9120C538403B707 trust Secret subkeys are available. pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu + echo -e 5 y + gpg --batch --command-fd 0 --expert --edit-key E6F791919EF4F52555DB7889383206FCE0B6FB7F trust Secret subkeys are available. pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu [Pipeline] lock Trying to acquire lock on [ossrh] Lock acquired on [ossrh] [Pipeline] { [Pipeline] sh + mvn -B -f pom-plain.xml deploy -P signjars,gpg --toolchains core/jenkins-toolchains.xml [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 291 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 172 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 293 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 884 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 131 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 835 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 173 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 71 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 246 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 93 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 2.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 943 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 294 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 142 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 231 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 65 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 50 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 210 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 252 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 124 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 87 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 248 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 105 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 223 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 91 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 159 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 116 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 200 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 95 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 168 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 375 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 2.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 123 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 909 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 702 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 578 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 945 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 82 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 83 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 805 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 63 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 862 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 153 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 238 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 281 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 794 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 181 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 605 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 267 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 178 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 162 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 401 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 385 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 255 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 405 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 237 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 124 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 182 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 114 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 1.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 459 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 423 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 230 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 268 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 138 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 322 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 278 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 669 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 358 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 876 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 848 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 935 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 801 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 93 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 223 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 473 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 744 kB/s) [INFO] Inspecting build with total of 17 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 17 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Hawk Parent [pom] [INFO] Eclipse Hawk Core [jar] [INFO] Eclipse Hawk Graph Abstractions [jar] [INFO] Eclipse Hawk Epsilon Query Engine [jar] [INFO] Eclipse Hawk EMF Model Parser [jar] [INFO] Eclipse Hawk EMF Resource [jar] [INFO] Eclipse Hawk HTTP Connector [jar] [INFO] Eclipse Hawk JGit Connector [jar] [INFO] Eclipse Hawk Local Folder Connector [jar] [INFO] Eclipse Hawk Modelio EXML Parser [jar] [INFO] Eclipse Hawk OrientDB Backend [jar] [INFO] Eclipse Hawk Time-Aware Querying Core [jar] [INFO] Eclipse Hawk Greycat Backend [jar] [INFO] Eclipse Hawk Embedded Artemis Server [jar] [INFO] Eclipse Hawk Thrift API [jar] [INFO] Eclipse Hawk Remote EMF Model [jar] [INFO] Eclipse Hawk SQLite Backend [jar] [INFO] [INFO] ----------------< org.eclipse.hawk:eclipse-hawk-plain >----------------- [INFO] Building Eclipse Hawk Parent 2.3.0-SNAPSHOT [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 405 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.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] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-hawk-plain --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ eclipse-hawk-plain --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-hawk-plain --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ eclipse-hawk-plain --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ eclipse-hawk-plain --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.core >--------------- [INFO] Building Eclipse Hawk Core 2.3.0-SNAPSHOT [2/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.core --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.core >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.core --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.core --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.core --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.core --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.graph >--------------- [INFO] Building Eclipse Hawk Graph Abstractions 2.3.0-SNAPSHOT [3/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.graph --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.graph --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.graph --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.graph >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.graph <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.graph --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.graph --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.graph... Loading source files for package org.eclipse.hawk.graph.introspector... Loading source files for package org.eclipse.hawk.graph.updater... Loading source files for package org.eclipse.hawk.graph.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.graph --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.graph --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.graph --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.graph --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.epsilon >-------------- [INFO] Building Eclipse Hawk Epsilon Query Engine 2.3.0-SNAPSHOT [4/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.epsilon --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.epsilon --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.epsilon --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.epsilon >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.epsilon <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.epsilon --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.epsilon.emc... Loading source files for package org.eclipse.hawk.epsilon.emc.contextful... Loading source files for package org.eclipse.hawk.epsilon.emc.optimisation... Loading source files for package org.eclipse.hawk.epsilon.emc.pgetters... Loading source files for package org.eclipse.hawk.epsilon.emc.tracking... Loading source files for package org.eclipse.hawk.epsilon.emc.wrappers... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.epsilon --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.epsilon --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.epsilon --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.emf >---------------- [INFO] Building Eclipse Hawk EMF Model Parser 2.3.0-SNAPSHOT [5/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emf --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emf --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emf --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emf.metamodel... Loading source files for package org.eclipse.hawk.emf.model... Loading source files for package org.eclipse.hawk.emf.model.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emf --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.emf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.emf --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.emf --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.emfresource >------------ [INFO] Building Eclipse Hawk EMF Resource 2.3.0-SNAPSHOT [6/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emfresource --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emfresource --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emfresource --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emfresource >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emfresource <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emfresource --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emfresource... Loading source files for package org.eclipse.hawk.emfresource.impl... Loading source files for package org.eclipse.hawk.emfresource.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emfresource --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.emfresource --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.emfresource --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.http >--------------- [INFO] Building Eclipse Hawk HTTP Connector 2.3.0-SNAPSHOT [7/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.http --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.http --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.http >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.http --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.http --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.http... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.http --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.http --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.http --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.http --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.jgit >--------------- [INFO] Building Eclipse Hawk JGit Connector 2.3.0-SNAPSHOT [8/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.jgit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.jgit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.jgit --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.jgit >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.jgit --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.jgit --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.git... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.jgit --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.jgit --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.jgit --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.jgit --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.localfolder >------------ [INFO] Building Eclipse Hawk Local Folder Connector 2.3.0-SNAPSHOT [9/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.localfolder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.localfolder --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.localfolder --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.localfolder >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.localfolder <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.localfolder --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.localfolder... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.localfolder --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.localfolder --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.localfolder --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.modelio.exml >----------- [INFO] Building Eclipse Hawk Modelio EXML Parser 2.3.0-SNAPSHOT [10/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.modelio.exml --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.modelio.exml --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.modelio.exml --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.modelio.exml >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.modelio.exml <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.modelio.exml --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.modelio.exml.listeners... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.mlib... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.parser... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.register... Loading source files for package org.eclipse.hawk.modelio.exml.model... Loading source files for package org.eclipse.hawk.modelio.exml.model.parser... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.modelio.exml --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.modelio.exml --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.modelio.exml --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.orientdb >------------- [INFO] Building Eclipse Hawk OrientDB Backend 2.3.0-SNAPSHOT [11/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.orientdb --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.orientdb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.orientdb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.orientdb >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.orientdb <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.orientdb --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.orientdb... Loading source files for package org.eclipse.hawk.orientdb.cache... Loading source files for package org.eclipse.hawk.orientdb.indexes... Loading source files for package org.eclipse.hawk.orientdb.query... Loading source files for package org.eclipse.hawk.orientdb.util... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.orientdb --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.orientdb --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.orientdb --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hawk:org.eclipse.hawk.timeaware >------------- [INFO] Building Eclipse Hawk Time-Aware Querying Core 2.3.0-SNAPSHOT [12/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.timeaware --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.timeaware --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.timeaware --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.timeaware >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.timeaware <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.timeaware --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.timeaware.factory... Loading source files for package org.eclipse.hawk.timeaware.graph... Loading source files for package org.eclipse.hawk.timeaware.queries... Loading source files for package org.eclipse.hawk.timeaware.queries.operations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.patterns... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.reflective... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.annotations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.predicates... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.timeaware --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.timeaware --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.timeaware --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.greycat >-------------- [INFO] Building Eclipse Hawk Greycat Backend 2.3.0-SNAPSHOT [13/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.greycat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.greycat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.greycat --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.greycat >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.greycat <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.greycat --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.greycat --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.greycat... Loading source files for package org.eclipse.hawk.greycat.lucene... Constructing Javadoc information... Standard Doclet version 11.0.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.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.greycat --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.greycat --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.greycat --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.greycat --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hawk:org.eclipse.hawk.service.artemis >---------- [INFO] Building Eclipse Hawk Embedded Artemis Server 2.3.0-SNAPSHOT [14/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.artemis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.artemis --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.artemis >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.artemis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.artemis --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.artemis --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.artemis --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.artemis --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.api >------------ [INFO] Building Eclipse Hawk Thrift API 2.3.0-SNAPSHOT [15/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.api --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.api >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.api --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.api --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.api... Loading source files for package org.eclipse.hawk.service.api.utils... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] reason: class file for org.apache.http.annotation.ThreadingBehavior not found [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] warning: unknown enum constant ThreadingBehavior.SAFE_CONDITIONAL [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.api --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.api --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.api --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.api --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.emf >------------ [INFO] Building Eclipse Hawk Remote EMF Model 2.3.0-SNAPSHOT [16/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.emf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.emf --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.emf... Loading source files for package org.eclipse.hawk.service.emf.impl... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.emf --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.emf --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.emf --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.sqlite >-------------- [INFO] Building Eclipse Hawk SQLite Backend 2.3.0-SNAPSHOT [17/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.sqlite --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.sqlite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.sqlite --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.sqlite >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.sqlite <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.sqlite --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.sqlite... Loading source files for package org.eclipse.hawk.sqlite.iteration... Constructing Javadoc information... Standard Doclet version 11.0.15 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.sqlite --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.sqlite --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.sqlite --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.pom.asc (833 B at 7.5 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml (404 B at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (625 B at 2.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml (444 B at 1.9 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.jar.asc (833 B at 7.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml (397 B at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (618 B at 2.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml (437 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml (405 B at 6.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (667 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml (445 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml (404 B at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (625 B at 2.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml (444 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (661 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml (299 B at 1.4 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (364 B at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (625 B at 2.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (404 B at 1.8 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-javadoc.jar (428 kB at 1.3 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (397 B at 6.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (655 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (437 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml (368 B at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (629 B at 2.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml (408 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 6.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (843 B at 3.8 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-sources.jar (38 kB at 166 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml (364 B at 5.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (662 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml (404 B at 1.7 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (398 B at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (660 B at 2.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (438 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (844 B at 3.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (873 B at 4.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-sources.jar (14 kB at 63 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml (397 B at 6.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (655 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml (437 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (880 B at 4.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (837 B at 3.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (832 B at 3.8 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 9.9 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml (400 B at 6.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (662 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml (440 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20220706.184132-1.pom.asc (833 B at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml (354 B at 5.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml (615 B at 2.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml (394 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (880 B at 4.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-sources.jar (59 kB at 258 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.8 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml (400 B at 6.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (662 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml (440 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml (396 B at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (617 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml (436 B at 1.9 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml (402 B at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (664 B at 3.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml (442 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-javadoc.jar (416 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.7 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.jar (90 kB at 395 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.pom (1.4 kB at 6.4 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (401 B at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (791 B at 3.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (441 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.jar (44 kB at 197 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.pom (2.6 kB at 650 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (843 B at 206 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.jar (21 kB at 49 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.pom (1.1 kB at 4.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-sources.jar (16 kB at 69 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.jar (22 kB at 94 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.pom (1.1 kB at 3.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (836 B at 3.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1-javadoc.jar (614 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 5.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-sources.jar (68 kB at 299 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 3.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (882 B at 4.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-sources.jar (13 kB at 58 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (843 B at 197 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-javadoc.jar (523 kB at 1.5 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (876 B at 3.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.jar (42 kB at 184 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.pom (2.1 kB at 9.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (963 B at 4.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-javadoc.jar (481 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (839 B at 3.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-sources.jar (67 kB at 299 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 1.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.jar (61 kB at 277 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.pom (1.2 kB at 5.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-sources.jar (103 kB at 459 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-javadoc.jar (477 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.jar (55 kB at 247 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.pom (1.8 kB at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 3.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 5.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 6.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-javadoc.jar (3.6 MB at 11 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.jar (94 kB at 281 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1.pom (1.1 kB at 5.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 5.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 9.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (968 B at 4.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-sources.jar (77 kB at 344 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 4.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-javadoc.jar (559 kB at 2.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 6.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-javadoc.jar (456 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 6.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-javadoc.jar (950 kB at 3.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 5.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.jar (15 kB at 68 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1.pom (1.1 kB at 5.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-sources.jar (24 kB at 111 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-javadoc.jar (429 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1-sources.jar (36 kB at 159 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.jar (112 kB at 486 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.pom (1.1 kB at 4.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 3.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-javadoc.jar (422 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 6.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-sources.jar (379 kB at 1.7 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 7.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 4.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20220706.184132-1.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1-sources.jar (45 kB at 203 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 6.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 7.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.jar (88 kB at 377 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.pom (1.3 kB at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.jar (91 kB at 402 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20220706.184132-1.pom (1.4 kB at 6.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20220706.184132-1-javadoc.jar (485 kB at 2.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.jar (17 kB at 73 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.pom (1.1 kB at 5.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20220706.184132-1-javadoc.jar (680 kB at 2.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 8.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.jar (2.2 MB at 7.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20220706.184132-1.pom (1.9 kB at 5.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20220706.184132-1.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 7.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-sources.jar (33 kB at 150 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 7.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20220706.184132-1-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20220706.184132-1-sources.jar (17 kB at 74 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20220706.184132-1-sources.jar (56 kB at 244 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1-javadoc.jar (618 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 7.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.jar (93 kB at 404 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20220706.184132-1.pom (1.9 kB at 8.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20220706.184132-1-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 8.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.jar (135 kB at 574 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20220706.184132-1.pom (838 B at 3.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 5.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20220706.184132-1.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20220706.184132-1-javadoc.jar (725 kB at 3.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 6.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20220706.184132-1.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20220706.184132-1.pom (11 kB at 50 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml (788 B at 3.5 kB/s) [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Hawk Parent 2.3.0-SNAPSHOT: [INFO] [INFO] Eclipse Hawk Parent ................................ SUCCESS [ 3.333 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 8.561 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 9.611 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 10.117 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 7.424 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 9.250 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 7.512 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 7.269 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 7.153 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 9.131 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 10.743 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 9.858 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 12.640 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 5.119 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 26.749 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 9.490 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [01:14 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:54 min [INFO] Finished at: 2022-07-06T18:45:26Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Lock released on resource [ossrh] [Pipeline] // lock [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Downloads) [Pipeline] lock Trying to acquire lock on [download-area] Lock acquired on [download-area] [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.hawk (ssh://genie.hawk@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-49O5aRVJolpC/agent.369 SSH_AGENT_PID=371 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/hawk_master@tmp/private_key_3180868552237961000.key (/home/jenkins/agent/workspace/hawk_master@tmp/private_key_3180868552237961000.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + core/deploy-downloads.sh Creating downloads for Hawk Core 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0/core and /home/data/httpd/download.eclipse.org/hawk/2.3.0/updates sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index features/ features/org.eclipse.hawk.core.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.core.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.emf.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.emf.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.emfresource.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.emfresource.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.epsilon.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.epsilon.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.http.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.http.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.jgit.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.jgit.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.license.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.localfolder.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.localfolder.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.modelio.exml.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.modelio.exml.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.orientdb.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.orientdb.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.osgiserver.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.osgiserver.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.tests.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.tests.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.timeaware.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.timeaware.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.ui.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.ui.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.uml.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.uml.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.workspace.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.workspace.feature_2.3.0.202207061758.jar plugins/ plugins/ch.qos.logback.classic_1.2.3.v20200428-2012.jar plugins/ch.qos.logback.core_1.2.3.v20200428-2012.jar plugins/com.github.peterwippermann.junit4.parameterizedsuite_1.1.0.source_1.1.0.jar plugins/com.github.peterwippermann.junit4.parameterizedsuite_1.1.0_1.1.0.jar plugins/com.google.guava_30.1.0.v20210127-2300.jar plugins/com.google.inject_5.0.1.v20210324-2015.jar plugins/com.ibm.icu_67.1.0.v20200706-1749.jar plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar plugins/com.sun.jna_5.8.0.v20210503-0343.jar plugins/com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733.jar plugins/javaewah.source_1.1.7.v20200107-0831.jar plugins/javaewah_1.1.7.v20200107-0831.jar plugins/javax.annotation_1.3.5.v20200909-1856.jar plugins/javax.inject_1.0.0.v20091030.jar plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar plugins/org.antlr.runtime_3.2.0.v201101311130.jar plugins/org.aopalliance_1.0.0.v201105210816.jar plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar plugins/org.apache.commons.codec.source_1.14.0.v20200818-1422.jar plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar plugins/org.apache.commons.compress.source_1.21.0.v20211103-2100.jar plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar plugins/org.apache.commons.csv.source_1.4.0.v20190617-1333.jar plugins/org.apache.commons.csv_1.4.0.v20190617-1333.jar plugins/org.apache.commons.io_2.8.0.v20210415-0900.jar plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar plugins/org.apache.commons.math3.source_3.5.0.v20190611-1023.jar plugins/org.apache.commons.math3_3.5.0.v20190611-1023.jar plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar plugins/org.apache.httpcomponents.httpcore-nio_4.4.15.v20220210-0013.jar plugins/org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar plugins/org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar plugins/org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar plugins/org.eclipse.core.commands_3.10.100.v20210722-1426.jar plugins/org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar plugins/org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar plugins/org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar plugins/org.eclipse.core.databinding_1.11.0.v20220118-1028.jar plugins/org.eclipse.core.expressions_3.8.100.v20210910-0640.jar plugins/org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar plugins/org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar plugins/org.eclipse.core.jobs_3.12.100.v20220120-1329.jar plugins/org.eclipse.core.resources_3.16.100.v20220214-1012.jar plugins/org.eclipse.core.runtime_3.24.100.v20220211-2001.jar plugins/org.eclipse.core.variables_3.5.100.v20210721-1355.jar plugins/org.eclipse.debug.core_3.19.0.v20220125-2302.jar plugins/org.eclipse.debug.ui_3.16.0.v20220228-0706.jar plugins/org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar plugins/org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar plugins/org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar plugins/org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar plugins/org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar plugins/org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar plugins/org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar plugins/org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar plugins/org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar plugins/org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar plugins/org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar plugins/org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar plugins/org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar plugins/org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar plugins/org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar plugins/org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar plugins/org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar plugins/org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar plugins/org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar plugins/org.eclipse.emf.common_2.24.0.v20220123-0838.jar plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar plugins/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar plugins/org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar plugins/org.eclipse.emf.edit_2.17.0.v20220201-1551.jar plugins/org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar plugins/org.eclipse.emf_2.8.0.v20180706-1146.jar plugins/org.eclipse.epsilon.common.dt_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.common_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.dt.exeed_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.emc.emf_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.emf.dt_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.eol.dt_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.eol.engine_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.epl.engine_2.2.0.202009032353.jar plugins/org.eclipse.epsilon.erl.engine_2.2.0.202009032353.jar plugins/org.eclipse.equinox.app_1.6.100.v20211021-1418.jar plugins/org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar plugins/org.eclipse.equinox.common_3.16.0.v20220211-2322.jar plugins/org.eclipse.equinox.event_1.6.100.v20211021-1418.jar plugins/org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar plugins/org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar plugins/org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar plugins/org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar plugins/org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar plugins/org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar plugins/org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar plugins/org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar plugins/org.eclipse.equinox.security_1.3.900.v20220108-1321.jar plugins/org.eclipse.hawk.backend.tests.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.backend.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.core.dependencies.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.core.dependencies_2.3.0.202207061758.jar plugins/org.eclipse.hawk.core.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.core_2.3.0.202207061758.jar plugins/org.eclipse.hawk.emf.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.emf_2.3.0.202207061758.jar plugins/org.eclipse.hawk.emfresource.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.emfresource_2.3.0.202207061758.jar plugins/org.eclipse.hawk.epsilon.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.epsilon_2.3.0.202207061758.jar plugins/org.eclipse.hawk.graph.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.graph.syncValidationListener.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.graph.syncValidationListener_2.3.0.202207061758.jar plugins/org.eclipse.hawk.graph_2.3.0.202207061758.jar plugins/org.eclipse.hawk.http.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.http_2.3.0.202207061758.jar plugins/org.eclipse.hawk.integration.tests.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.integration.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.jgit.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.jgit_2.3.0.202207061758.jar plugins/org.eclipse.hawk.localfolder.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.localfolder_2.3.0.202207061758.jar plugins/org.eclipse.hawk.modelio.exml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.modelio.exml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.orientdb.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.orientdb_2.3.0.202207061758.jar plugins/org.eclipse.hawk.osgiserver.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.osgiserver_2.3.0.202207061758.jar plugins/org.eclipse.hawk.svn.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.svn_2.3.0.202207061758.jar plugins/org.eclipse.hawk.timeaware.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.timeaware.tests.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.timeaware.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.timeaware_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emc.dt2.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emc.dt2_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emf.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emf_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emfresource.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emfresource_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.jgit_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.localfolder.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.localfolder_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.uml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.uml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.workspace.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.workspace_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui2.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui2_2.3.0.202207061758.jar plugins/org.eclipse.hawk.uml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.uml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.workspace.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.workspace_2.3.0.202207061758.jar plugins/org.eclipse.help_3.9.100.v20210721-0601.jar plugins/org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar plugins/org.eclipse.jface.text_3.20.0.v20220218-1549.jar plugins/org.eclipse.jface_3.25.0.v20220218-1636.jar plugins/org.eclipse.jgit_6.1.0.202203080745-r.jar plugins/org.eclipse.osgi.services_3.10.200.v20210723-0643.jar plugins/org.eclipse.osgi.util_3.6.100.v20210723-1119.jar plugins/org.eclipse.osgi_3.17.200.v20220215-2237.jar plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt_3.119.0.v20220223-1102.jar plugins/org.eclipse.text_3.12.0.v20210512-1644.jar plugins/org.eclipse.ui.console_3.11.100.v20210721-1355.jar plugins/org.eclipse.ui.editors_3.14.300.v20210913-0815.jar plugins/org.eclipse.ui.forms_3.11.300.v20211022-1451.jar plugins/org.eclipse.ui.ide_3.18.500.v20220215-1304.jar plugins/org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar plugins/org.eclipse.ui.views_3.11.100.v20210816-0811.jar plugins/org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar plugins/org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar plugins/org.eclipse.ui_3.201.0.v20220124-1108.jar plugins/org.eclipse.uml2.common_2.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.types_2.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar plugins/org.eclipse.urischeme_1.2.100.v20211001-1648.jar plugins/org.eclipse.xsd_2.18.0.v20211216-0527.jar plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar plugins/org.jdom_1.1.1.v201101151400.jar plugins/org.junit_4.13.2.v20211018-1956.jar plugins/org.mockito_2.23.0.v20190527-1420.jar plugins/org.objenesis_2.6.0.v20180420-1519.jar plugins/org.slf4j.api_1.7.30.v20200204-2150.jar plugins/org.tmatesoft.sqljet_1.1.10.r1317_v20140121_0107.jar plugins/org.tmatesoft.svnkit_1.8.11.r10483_v20150925_0010.jar plugins/org.tukaani.xz_1.9.0.v20210624-1259.jar plugins/org.w3c.css.sac_1.3.1.v200903091627.jar plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar sent 101.22M bytes received 4.69K bytes 5.47M bytes/sec total size is 110.36M speedup is 1.09 sending incremental file list created directory /home/data/httpd/download.eclipse.org/hawk/2.3.0/updates ./ compositeArtifacts.jar compositeContent.jar sent 1.03K bytes received 136 bytes 2.32K bytes/sec total size is 943 speedup is 0.81 sending incremental file list created directory /home/data/httpd/download.eclipse.org/hawk/2.3.0/thirdparty-nonp2 ./ artifacts.jar content.jar features/ plugins/ plugins/org.apache.thrift_0.13.0.202104281822.jar plugins/org.apache.thrift_0.13.0.jar sent 494.75K bytes received 199 bytes 989.89K bytes/sec total size is 547.38K speedup is 1.11 ~/agent/workspace/hawk_master ~/agent/workspace/hawk_master ~/agent/workspace/hawk_master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 371 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } Lock released on resource [download-area] [Pipeline] // lock [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] slackSend Slack Send Pipeline step running, values are - baseUrl: , teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS